@charset "UTF-8";
/* CSS Document */








main {
  padding-top: 0 !important;
}
main .anc_btn {
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
main .anc_btn ul {
  display: flex;
}
main .anc_btn ul li {
  width: calc((100% - 40px) / 2);
}
main .anc_btn ul li:nth-of-type(1) {
  margin-right: 40px;
}
main .anc_btn ul li a {
  position: relative;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: .2em;
  padding: .4em 1em;
  border-bottom: solid 1px #007457;
  color: #007457;
}
main .anc_btn ul li a:hover {
  border-bottom: solid 1px #add3c9;
}
main .anc_btn ul li a::after {
  position: absolute;
	top: 50%;
	transform: translateY(-50%);
  right: 0;
  width: .66666em;
  height: .3888em;
  background: url(../img/restaurant-cateriing-cafe/anc_arrow.svg) no-repeat center center;
  background-size: cover;
  content: '';
}
main .cateriing {
  padding-bottom: 100px;
}
main .cateriing .about {
  background: #FFF;
  padding-bottom: 100px;
}
main .cateriing .about .catch {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 60px;
}
main .cateriing .about .catch::before {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
  width: calc(100% - (20px * 2));
  height: 100%;
  background: linear-gradient(270deg,rgba(255, 255, 255, 0) 0%, rgba(245, 249, 235, 1) 10%, rgba(216, 231, 173, 1) 50%, rgba(245, 249, 235, 1) 90%, rgba(0, 0, 0, 0) 100%);
  display: block;
  content: '';
}
main .cateriing .about .catch h4 {
  position: relative;
  top: calc(-70px - 1em);
  margin-bottom: calc((-70px - 1em) + 60px);
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .15em;
}
main .cateriing .about .catch > ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
main .cateriing .about .catch > ul > li {
  position: relative;
  width: 130px;
  aspect-ratio: 1 / 1;
  background: #007457;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .cateriing .about .catch > ul > li:not(:last-of-type) {
  margin-right: 60px;
}
main .cateriing .about .catch > ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1;
  clip-path: polygon(0 100%,100% 0,100% 100%);
  background: linear-gradient(50deg,rgba(255, 255, 255, 0) 50%, rgba(9, 111, 51, 1) 80%, rgba(0, 0, 0, 1) 100%);
  display: block;
  mix-blend-mode: multiply;
  content: '';
}
main .cateriing .about .catch > ul > li span {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  font-weight: 700;
  letter-spacing: .15em;
  line-height: 1.375;
  color: #FFF;
}
main .cateriing .about .catch .comment {
  margin-bottom: 1.5em;
}
main .cateriing .about .catch .comment p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: .15em;
  color: #007457;
  line-height: 2.0;
}
main .cateriing .about .catch .caution {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  margin-bottom: .8em;
}
main .cateriing .about .catch .caution ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .cateriing .about .catch .caution ul li {
  position: relative;
  padding-left: 1em;
}
main .cateriing .about .catch .caution ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
main .cafe {
  padding-bottom: 0;
}
main .cafe .about {
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 100px;
}
main .cafe .about .catch {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 60px;
}
main .cafe .about .catch::before {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
  width: calc(100% - (20px * 2));
  height: 100%;
  background: linear-gradient(270deg,rgba(255, 255, 255, 0) 0%, rgba(244, 240, 226, 1) 10%, rgba(219, 206, 162, 1) 50%, rgba(244, 240, 226, 1) 90%, rgba(0, 0, 0, 0) 100%);
  display: block;
  content: '';
}
main .cafe .about .catch h4 {
  position: relative;
  top: calc(-70px - 1em);
  margin-bottom: calc((-70px - 1em) + 60px);
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .15em;
}
main .cafe .about .catch .comment {
  margin-bottom: 1.5em;
}
main .cafe .about .catch .comment p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: .15em;
  color: #007457;
  line-height: 2.0;
}
main .cafe .about .catch .caution {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
main .cafe .about .catch .caution p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .cafe .about .catch .caution ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .cafe .about .catch .caution ul li {
  position: relative;
  padding-left: 1em;
}
main .cafe .about .catch .caution ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
main .cafe .about-inner {
  padding-top: 200px;
}
main .cafe .about-inner .catch {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 60px;
}
main .cafe .about-inner .catch::before {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: -1;
  width: calc(100% - (20px * 2));
  height: 100%;
  background: linear-gradient(270deg,rgba(255, 255, 255, 0) 0%, rgba(244, 240, 226, 1) 10%, rgba(219, 206, 162, 1) 50%, rgba(244, 240, 226, 1) 90%, rgba(0, 0, 0, 0) 100%);
  display: block;
  content: '';
}
main .cafe .about-inner .catch h3 {
  position: relative;
  top: calc(-70px - 1em);
  margin-bottom: calc((-70px - 1em) + 60px);
  text-align: center;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .15em;
}
main .cafe .about-inner .catch .comment {
  margin-bottom: 1.5em;
}
main .cafe .about-inner .catch .comment.mb0 {
  margin-bottom: 1.5em;
}
main .cafe .about-inner .catch .comment p {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  text-align: center;
  letter-spacing: .15em;
  color: #007457;
  line-height: 2.0;
}
main .cafe .about-inner .catch .caution {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
main .cafe .about-inner .catch .caution p {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .cafe .about-inner .catch .caution ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .cafe .about-inner .catch .caution ul li {
  position: relative;
  padding-left: 1em;
}
main .cafe .about-inner .catch .caution ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}

main .menu {
  padding-top: 100px;
}
main .menu .menu_title {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .15em;
  color: #007457;
  margin-bottom: .8em;
}
main .menu .menu_box01 {
  margin-bottom: 80px;
}
main .menu .menu_box01 section {
  display: flex;
}
main .menu .menu_box01 section:not(:last-of-type) {
  margin-bottom: 60px;
}
main .menu .menu_box01 section .img {
  width: 50%;
}
main .menu .menu_box01 section:nth-of-type(odd) .img {
  order: 1;
}
main .menu .menu_box01 section:nth-of-type(even) .img {
  order: 2;
}
main .menu .menu_box01 section .box {
  background: #FFF;
  width: calc(50% - 80px);
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px;
}
main .menu .menu_box01 section:nth-of-type(odd) .box {
  order: 2;
}
main .menu .menu_box01 section:nth-of-type(even) .box {
  order: 1;
  margin-left: auto;
}
main .menu .menu_box01 section .box .cat {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .15em;
  color: #007457;
  margin-bottom: auto;
  padding-bottom: 1em;
}
main .menu .menu_box01 section:nth-of-type(odd) .box .cat {
  margin-left: auto;
}
main .menu .menu_box01 section .box h3 {
  font-weight: 700;
  letter-spacing: .2em;
  color: #007457;
  margin-bottom: .2em;
}
main .menu .menu_box01 section:nth-of-type(even) .box h3 {
  margin-left: auto;
}
main .menu .menu_box01 section .box h4 {
  display: flex;
  align-items: baseline;
  margin-bottom: .2em;
}
main .menu .menu_box01 section:nth-of-type(even) .box h4 {
  margin-left: auto;
}
main .menu .menu_box01 section .box h4 span ,
main .menu .menu_box01 section .box h4 em {
  display: block;
}
main .menu .menu_box01 section .box h4 span {
  font-size: 2.0rem;
  font-weight: 700;
}
main .menu .menu_box01 section .box h4 em {
  font-weight: 700;
  letter-spacing: 0;
}
main .menu .menu_box01 section .box .price {
  display: flex;
  align-items: baseline;
}
main .menu .menu_box01 section:nth-of-type(even) .box .price {
  margin-left: auto;
}
main .menu .menu_box01 section .box .price span ,
main .menu .menu_box01 section .box .price em {
  display: block;
  letter-spacing: .05em;
}
main .menu .menu_box01 section .box .price span {
  font-weight: 700;
}
main .menu .menu_box01 section .box .price em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .menu .menu_box01 section .box .comment {
  max-width: calc(100% - 120px);
  font-size: 1.4rem;
  padding-top: 2.5em;
}
main .menu .menu_box01 section:nth-of-type(even) .box .comment {
  margin-left: auto;
}
main .menu .menu_box02 {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
main .menu .menu_box02 section {
  position: relative;
  width: 50%;
  padding-right: 80px;
  margin-bottom: 50px;
}
main .menu .menu_box02 section .img {
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
}
main .menu .menu_box02 section .img::before {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: -1;
  width: 100%;
  height: calc(100% - 40px);
  background: #FFF;
  content: '';
}
main .menu .menu_box02 section .box {
  width: calc(100% - 30px);
  margin-left: auto;
  background: #FFF;
  padding: 50px 25px 30px;
  display: flex;
  flex-direction: column;
}
main .menu .menu_box02 section .box h3 {
  font-weight: 700;
  letter-spacing: .2em;
  color: #007457;
  margin-bottom: .2em;
}
main .menu .menu_box02 section .box h4 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: .8em;
}
main .menu .menu_box02 section .box .price {
  display: flex;
  align-items: baseline;
  margin-left: auto;
}
main .menu .menu_box02 section .box .price span ,
main .menu .menu_box02 section .box .price em {
  display: block;
  letter-spacing: .05em;
}
main .menu .menu_box02 section .box .price span {
  font-weight: 700;
}
main .menu .menu_box02 section .box .price em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .menu .catalog .list {
  display: flex;
  flex-wrap: wrap;
}
main .menu .catalog .list p {
  width: calc((100% - (60px * 2)) / 3);
  margin-bottom: 50px;
}
main .menu .catalog .list p:not(:nth-of-type(3n)) {
  margin-right: 60px;
}
main .menu .menu_box03 {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
}
main .menu .menu_box03 .menu_subtitle {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .15em;
  color: #b5983d;
  margin-bottom: .3em;
}
main .menu .menu_box03 .menu_catch {
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: .8em;
}
main .menu .menu_box03 section {
  position: relative;
  width: 50%;
  padding-right: 80px;
  margin-bottom: 50px;
}
main .menu .menu_box03 section .img {
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
}
main .menu .menu_box03 section .img::before {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: -1;
  width: 100%;
  height: calc(100% - 40px);
  background: #FFF;
  content: '';
}
main .menu .menu_box03 section .box {
  width: calc(100% - 30px);
  margin-left: auto;
  background: #FFF;
  padding: 50px 25px 30px;
  display: flex;
  flex-direction: column;
}
main .menu .menu_box03 section .box h3 {
  font-weight: 700;
  letter-spacing: .2em;
  color: #b5983d;
  margin-bottom: .2em;
}
main .menu .menu_box03 section .box dl {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
main .menu .menu_box03 section .box dl:not(:last-of-type) {
  margin-bottom: .4em;
}
main .menu .menu_box03 section .box dl dt {
  font-size: 2.0rem;
  font-weight: 700;
  margin-right: 1em;
}
main .menu .menu_box03 section .box dl dd {
  display: flex;
  align-items: baseline;
  margin-left: auto;
}
main .menu .menu_box03 section .box dl dd span ,
main .menu .menu_box03 section .box dl dd em {
  display: block;
  letter-spacing: .05em;
}
main .menu .menu_box03 section .box dl dd span {
  font-weight: 700;
}
main .menu .menu_box03 section .box dl dd em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .menu .menu_box03 section .box .comment {
  font-size: 1.4rem;
  padding-top: .8em;
}
main .menu .menu_box04 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
main .menu .menu_box04 .menu_subtitle {
  width: 100%;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .15em;
  color: #b5983d;
  margin-bottom: .3em;
}
main .menu .menu_box04 .menu_catch {
  width: 100%;
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: .8em;
}
main .menu .menu_box04 section {
  position: relative;
  width: calc(50% - (40px + 80px));
  margin-left: 40px;
  margin-right: 80px;
  background: #FFF;
  padding: 20px 30px;
}
main .menu .menu_box04 section h3 {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: .2em;
  color: #b5983d;
  margin-bottom: .8em;
}
main .menu .menu_box04 section .box dl {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
main .menu .menu_box04 section .box dl:not(:last-of-type) {
  margin-bottom: .4em;
}
main .menu .menu_box04 section .box dl.mb01 {
  margin-bottom: 1.4em;
}
main .menu .menu_box04 section .box dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 1em;
}
main .menu .menu_box04 section .box dl dt em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .menu .menu_box04 section .box dl dd {
  display: flex;
  align-items: baseline;
  margin-left: auto;
}
main .menu .menu_box04 section .box dl dd span ,
main .menu .menu_box04 section .box dl dd em {
  display: block;
  letter-spacing: .05em;
}
main .menu .menu_box04 section .box dl dd span {
  font-weight: 700;
}
main .menu .menu_box04 section .box dl dd em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .menu .menu_box05 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 80px 0 30px;
}
main .menu .menu_box05 section {
  background: #FFF;
  padding: 20px 0;
  width: 100%;
}
main .menu .menu_box05 section .box {
  display: flex;
  width: 100%;
}
main .menu .menu_box05 section .box .box_in {
  width: 460px;
  padding: 0 30px;
}
main .menu .menu_box05 section .box .box_in:nth-of-type(2) {
  margin-left: auto;
}
main .menu .menu_box05 section .box dl {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
main .menu .menu_box05 section .box dl:not(:last-of-type) {
  margin-bottom: .4em;
}
main .menu .menu_box05 section .box dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 1em;
}
main .menu .menu_box05 section .box dl dt em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .menu .menu_box05 section .box dl dd {
  display: flex;
  align-items: baseline;
  margin-left: auto;
}
main .menu .menu_box05 section .box dl dd span ,
main .menu .menu_box05 section .box dl dd em {
  display: block;
  letter-spacing: .05em;
}
main .menu .menu_box05 section .box dl dd span {
  font-weight: 700;
}
main .menu .menu_box05 section .box dl dd em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .menu .menu_box06 {
  padding: 0 80px 0 30px;
}
main .menu .menu_box06 .box {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #FFF;
  padding: 20px 30px;
}
main .menu .menu_box06 .box .box_in {
  width: calc(100% - (485px + 80px));
  margin-right: 80px;
}
main .menu .menu_box06 .box .box_in dl {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
main .menu .menu_box06 .box .box_in dl:not(:last-of-type) {
  margin-bottom: .4em;
}
main .menu .menu_box06 .box .box_in dl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-right: 1em;
}
main .menu .menu_box06 .box .box_in dl dt em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .menu .menu_box06 .box .box_in dl dd {
  display: flex;
  align-items: baseline;
  margin-left: auto;
}
main .menu .menu_box06 .box .box_in dl dd span ,
main .menu .menu_box06 .box .box_in dl dd em {
  display: block;
  letter-spacing: .05em;
}
main .menu .menu_box06 .box .box_in dl dd span {
  font-weight: 700;
}
main .menu .menu_box06 .box .box_in dl dd em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .menu .menu_box06 .box .img {
  width: 485px;
}



@media screen and (max-width: 1040px) {
  main .menu .menu_box01 section .box {
    width: calc(50% - 30px);
  }

  main .menu .menu_box02 section {
    padding-right: 30px;
  }
  main .menu .menu_box02 section .img {
    width: calc(100% - 20px);
  }
  main .menu .menu_box02 section .img::before {
    left: 20px;
    height: calc(100% - 30px);
  }
  main .menu .menu_box02 section .box {
    width: calc(100% - 20px);
  }

  main .menu .menu_box01 section .box h4 {
    display: flex;
    flex-direction: column;
  }
  main .menu .menu_box01 section .box .comment {
    max-width: 100%;
  }

  main .menu .menu_box03 section {
    padding-right: 30px;
  }
  main .menu .menu_box03 section .img {
    width: calc(100% - 20px);
  }
  main .menu .menu_box03 section .img::before {
    left: 20px;
    height: calc(100% - 30px);
  }
  main .menu .menu_box03 section .box {
    width: calc(100% - 20px);
  }

  main .menu .menu_box04 section {
    width: calc(50% - (20px + 20px));
    margin-left: 20px;
    margin-right: 20px;
  }

  main .menu .menu_box05 {
    padding: 0 20px 0 20px;
  }

  main .menu .menu_box06 {
    padding: 0 20px 0 20px;
  }
  main .menu .menu_box06 .box .box_in {
    width: calc(100% - (50% + 40px));
    margin-right: 40px;
  }
  main .menu .menu_box06 .box .img {
    width: 50%;
  }
}



@media screen and (max-width: 1040px) {
  main .anc_btn {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  main .anc_btn ul li {
    width: calc((100% - 10vw) / 2);
  }
  main .anc_btn ul li:nth-of-type(1) {
    margin-right: 10vw;
  }
  main .anc_btn ul li a {
    font-size: 1.6rem;
  }

  main .cateriing {
    padding-bottom: 10vw;
  }
  main .cateriing .about {
    padding-bottom: 10vw;
  }
  main .cateriing .about .catch {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  main .cateriing .about .catch::before {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
    width: calc(100% - (20px * 2));
    height: 100%;
    background: linear-gradient(270deg,rgba(255, 255, 255, 0) 0%, rgba(245, 249, 235, 1) 10%, rgba(216, 231, 173, 1) 50%, rgba(245, 249, 235, 1) 90%, rgba(0, 0, 0, 0) 100%);
    display: block;
    content: '';
  }
  main .cateriing .about .catch h4 {
    position: relative;
    top: calc(-10vw - 1em);
    margin-bottom: calc((-5vw - 1em) + 5vw);
    font-size: 2.0rem;
  }
  main .cateriing .about .catch > ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }
  main .cateriing .about .catch > ul > li {
    width: calc((100% - 4vw) / 2);
    aspect-ratio: 2 / 1;
    margin-bottom: 5vw;
  }
  main .cateriing .about .catch > ul > li:not(:last-of-type) {
    margin-right: 0;
  }
  main .cateriing .about .catch > ul > li:not(:nth-of-type(2n)) {
    margin-right: 4vw;
  }
  main .cateriing .about .catch > ul > li::before {
    aspect-ratio: 2 / 1;
  }
  main .cateriing .about .catch > ul > li span {
    text-align: left;
  }
  main .cateriing .about .catch .comment p {
    text-align: left;
  }
  main .cateriing .about .catch .caution ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  main .cafe {
    padding-bottom: 0;
  }
  main .cafe .about {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  main .cafe .about .catch {
    padding-top: 10vw;
    padding-bottom: 60px;
  }
  main .cafe .about .catch::before {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
    width: calc(100% - (20px * 2));
    height: 100%;
    background: linear-gradient(270deg,rgba(255, 255, 255, 0) 0%, rgba(244, 240, 226, 1) 10%, rgba(219, 206, 162, 1) 50%, rgba(244, 240, 226, 1) 90%, rgba(0, 0, 0, 0) 100%);
    display: block;
    content: '';
  }
  main .cafe .about .catch h4 {
    position: relative;
    top: calc(-10vw - 1em);
    margin-bottom: calc((-5vw - 1em) + 5vw);
    font-size: 2.0rem;
  }
  main .cafe .about .catch .comment {
    margin-bottom: 1.5em;
  }
  main .cafe .about .catch .comment p {
    text-align: left;
  }
  main .cafe .about .catch .caution {
    font-size: 1.4rem;
  }
  main .cafe .about .catch .caution p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  main .cafe .about .catch .caution ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  main .cafe .about-inner {
    padding-top: 10vw;
  }
  main .cafe .about-inner .catch {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  main .cafe .about-inner .catch::before {
    position: absolute;
    top: 0;
    left: 20px;
    z-index: -1;
    width: calc(100% - (20px * 2));
    height: 100%;
    background: linear-gradient(270deg,rgba(255, 255, 255, 0) 0%, rgba(244, 240, 226, 1) 10%, rgba(219, 206, 162, 1) 50%, rgba(244, 240, 226, 1) 90%, rgba(0, 0, 0, 0) 100%);
    display: block;
    content: '';
  }
  main .cafe .about-inner .catch h3 {
    position: relative;
    top: calc(-10vw - 1em);
    margin-bottom: calc((-5vw - 1em) + 5vw);
    font-size: 2.0rem;
  }
  main .cafe .about-inner .catch .comment {
    margin-bottom: 1.5em;
  }
  main .cafe .about-inner .catch .comment.mb0 {
    margin-bottom: 1.5em;
  }
  main .cafe .about-inner .catch .comment p {
    text-align: left;
  }
  main .cafe .about-inner .catch .caution {
    font-size: 1.4rem;
  }
  main .cafe .about-inner .catch .caution p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  main .cafe .about-inner .catch .caution ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  main .menu {
    padding-top: 10vw;
  }
  main .menu .menu_title {
    font-size: 2.0rem;
    margin-bottom: .8em;
  }
  main .menu .menu_box01 {
    margin-bottom: 15vw;
  }
  main .menu .menu_box01 section {
    display: flex;
    flex-direction: column;
  }
  main .menu .menu_box01 section:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  main .menu .menu_box01 section .img {
    width: 100%;
  }
  main .menu .menu_box01 section:nth-of-type(odd) .img {
    order: 1;
  }
  main .menu .menu_box01 section:nth-of-type(even) .img {
    order: 1;
  }
  main .menu .menu_box01 section .box {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding: 5vw 4vw;
  }
  main .menu .menu_box01 section:nth-of-type(odd) .box {
    order: 2;
  }
  main .menu .menu_box01 section:nth-of-type(even) .box {
    order: 2;
  }
  main .menu .menu_box01 section .box .cat {
    font-size: 2.0rem;
    padding-bottom: 1em;
  }
  main .menu .menu_box01 section:nth-of-type(odd) .box .cat {
    margin-left: 0;
  }
  main .menu .menu_box01 section .box h3 {
    letter-spacing: .2em;
    margin-bottom: .2em;
  }
  main .menu .menu_box01 section:nth-of-type(even) .box h3 {
    margin-left: 0;
  }
  main .menu .menu_box01 section .box h4 {
    margin-left: 0;
    margin-bottom: .2em;
  }
  main .menu .menu_box01 section:nth-of-type(even) .box h4 {
    margin-left: 0;
  }
  main .menu .menu_box01 section .box h4 span {
    font-size: 2.0rem;
  }
  main .menu .menu_box01 section .box h4 em {
    font-weight: 700;
    margin-left: auto;
  }
  main .menu .menu_box01 section .box .price {
    margin-left: auto;
  }
  main .menu .menu_box01 section:nth-of-type(even) .box .price {
    margin-left: auto;
  }
  main .menu .menu_box01 section .box .price span ,
  main .menu .menu_box01 section .box .price em {
    letter-spacing: .05em;
  }
  main .menu .menu_box01 section .box .price em {
    font-size: 1.4rem;
  }
  main .menu .menu_box01 section .box .comment {
    max-width: 100%;
    font-size: 1.4rem;
    padding-top: .5em;
  }
  main .menu .menu_box01 section:nth-of-type(even) .box .comment {
    margin-left: 0;
  }
  main .menu .menu_box02 {
    margin-bottom: 5vw;
  }
  main .menu .menu_box02 section {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10vw;
  }
  main .menu .menu_box02 section .img {
    width: 100%;
  }
  main .menu .menu_box02 section .img::before {
    display: none;
  }
  main .menu .menu_box02 section .box {
    width: 100%;
    padding: 5vw 4vw;
  }
  main .menu .menu_box02 section .box h3 {
    letter-spacing: .2em;
    margin-bottom: .2em;
  }
  main .menu .menu_box02 section .box h4 {
    font-size: 1.8rem;
    margin-bottom: .8em;
  }
  main .menu .catalog .list {
    display: flex;
    flex-wrap: wrap;
  }
  main .menu .catalog .list p {
    width: calc((100% - (5vw * 1)) / 2);
    margin-bottom: 10vw;
  }
  main .menu .catalog .list p:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  main .menu .catalog .list p:not(:nth-of-type(2n)) {
    margin-right: 5vw;
  }
  main .menu .menu_box03 {
    margin-bottom: 10vw;
  }
  main .menu .menu_box03 .menu_subtitle {
    font-size: 2.0rem;
    margin-bottom: .3em;
  }
  main .menu .menu_box03 .menu_catch {
    font-size: 1.8rem;
    letter-spacing: .05em;
    margin-bottom: .8em;
  }
  main .menu .menu_box03 section {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10vw;
  }
  main .menu .menu_box03 section .img {
    width: 100%;
  }
  main .menu .menu_box03 section .img::before {
    display: none;
  }
  main .menu .menu_box03 section .box {
    width: 100%;
    padding: 5vw 4vw;
  }
  main .menu .menu_box03 section .box h3 {
    font-weight: 700;
    letter-spacing: .2em;
    margin-bottom: .2em;
  }
  main .menu .menu_box03 section .box dl {
    display: flex;
    flex-direction: column;
  }
  main .menu .menu_box03 section .box dl:not(:last-of-type) {
    margin-bottom: .4em;
  }
  main .menu .menu_box03 section .box dl dt {
    font-size: 2.0rem;
    margin-right: 0;
  }
  main .menu .menu_box03 section .box dl dd {
    margin-left: auto;
  }
  main .menu .menu_box04 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  main .menu .menu_box04 .menu_subtitle {
    font-size: 2.0rem;
    margin-bottom: .3em;
  }
  main .menu .menu_box04 .menu_catch {
    font-size: 1.8rem;
    letter-spacing: .05em;
    margin-bottom: .8em;
  }
  main .menu .menu_box04 section {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 5vw 4vw;
  }
  main .menu .menu_box04 section h3 {
    font-size: 1.8rem;
    letter-spacing: .2em;
    margin-bottom: .8em;
  }
  main .menu .menu_box05 {
    padding: 0;
  }
  main .menu .menu_box05 section {
    padding: 5vw 4vw;
    width: 100%;
  }
  main .menu .menu_box05 section .box {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  main .menu .menu_box05 section .box .box_in {
    width: 100%;
    padding: 0;
  }
  main .menu .menu_box05 section .box .box_in:nth-of-type(1) {
    margin-bottom: .4em;
  }
  main .menu .menu_box05 section .box .box_in:nth-of-type(2) {
    margin-left: 0;
  }
  main .menu .menu_box06 {
    padding: 0;
  }
  main .menu .menu_box06 .box {
    display: flex;
    align-items: inherit;
    flex-direction: column;
    padding: 0;
  }
  main .menu .menu_box06 .box .box_in {
    order: 99;
    width: 100%;
    margin-right: 0;
    padding: 5vw 4vw;
  }
  main .menu .menu_box06 .box .img {
    order: -99;
    width: 100%;
  }
  
  
  
  
  


}
