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








main {
  padding-top: 0 !important;
}

main .about {
  padding-top: 100px;
  padding-bottom: 100px;
}
main .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 .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 .about .catch .time_holiday {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}
main .about .catch .time_holiday dl {
  display: flex;
  margin-bottom: 1.2em;
}
main .about .catch .time_holiday dl dt {
  position: relative;
  font-weight: 700;
  color: #007457;
  letter-spacing: .15em;
  margin-right: 3.75em;
}
main .about .catch .time_holiday dl dt span {
  position: absolute;
  top: -.2em;
  left: -3em;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1em;
  background: #FFF;
  width: 2em;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
main .about .catch .time_holiday dl dt::after {
  position: absolute;
  top: .8em;
  right: calc(-3.75em + .5em);
  width: calc(3.75em - (.5em * 2));
  height: 1px;
  background: #007457;
  content: '';
}
main .about .catch .time_holiday dl dd {
  font-weight: 700;
  color: #007457;
  letter-spacing: .15em;
}
main .about .catch .time_holiday p {
  font-weight: 700;
  color: #007457;
  letter-spacing: .15em;
  margin-bottom: 1em;
}
main .about .catch .time_holiday .caution {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
main .about .catch .time_holiday .caution ul {
  display: flex;
  flex-direction: column;
}
main .about .catch .time_holiday .caution ul li {
  position: relative;
  padding-left: 1em;
}
main .about .catch .time_holiday .caution ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
main .about .catch .reserve {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .about .catch .reserve span {
  display: block;
  font-weight: 700;
  letter-spacing: .15em;
  color: #007457;
  background: #FFF;
  padding: .6em 1.8em;
  border-radius: 1.5em;
}

main .season {
  padding-bottom: 100px;
}
main .season .mw1200 {
  position: relative;
}
main .season .menu_subtitle {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .15em;
  color: #523674;
  margin-bottom: .3em;
}
main .season .catch {
  position: absolute;
  top: calc((1em * 1.7) + .3em);
  right: calc(100px + 20px);
  z-index: 2;
  font-size: 2.6rem;
}
main .season .catch h3 {
  position: relative;
  display: flex;
}
main .season .catch span ,
main .season .catch em {
  position: relative;
  display: block;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
  line-height: 1em;
  letter-spacing: .2em;
  color: #523674;
  font-weight: 700;
}
main .season .catch span {
  order: 2;
  font-size: 2.5rem;
  padding-left: 1.5em;
}
main .season .catch span::before {
  position: absolute;
  top: 0;
  left: calc(1.5em / 2);
  width: 1px;
  height: calc(100% + .5em);
  background: #6e267c;
  content: '';
}
main .season .catch em {
  order: 1;
  font-size: 1.6rem;
}
main .season .list section {
  position: relative;
  display: flex;
}
main .season .list section:not(:last-of-type) {
  margin-bottom: 150px;
}
main .season .list section:nth-of-type(odd)::before {
  position: absolute;
  bottom: -50px;
  left: 100px;
  z-index: -1;
  width: calc(100% - (100px + 80px));
  height: 100%;
  background: #FFF;
  content: '';
}
main .season .list section:nth-of-type(even):before {
  position: absolute;
  bottom: -50px;
  right: 100px;
  z-index: -1;
  width: calc(100% - (100px + 80px));
  height: 100%;
  background: #FFF;
  content: '';
}
main .season .list section .img {
  width: 50%;
}
main .season .list section:nth-of-type(odd) .img {
  order: 1;
}
main .season .list section:nth-of-type(even) .img {
  order: 2;
}
main .season .list section .box {
  position: relative;
  z-index: 1;
  background: #FFF;
  width: calc(50% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 30px;
  padding: 15px;
  padding-bottom: 0;
}
main .season .list section:nth-of-type(odd) .box {
  order: 2;
}
main .season .list section:nth-of-type(even) .box {
  order: 1;
  margin-left: auto;
}
main .season .list section .box h4 {
  font-weight: 700;
  letter-spacing: .2em;
  color: #523674;
  margin-bottom: .2em;
}
main .season .list section:nth-of-type(even) .box h4 {
  margin-left: auto;
}
main .season .list section .box h5 {
  display: flex;
  align-items: baseline;
  margin-bottom: .2em;
}
main .season .list section:nth-of-type(even) .box h5 {
  margin-left: auto;
}
main .season .list section .box h5 span ,
main .season .list section .box h5 em {
  display: block;
}
main .season .list section .box h5 span {
  font-size: 2.0rem;
  font-weight: 700;
}
main .season .list section .box h5 em {
  font-weight: 700;
  letter-spacing: 0;
}
main .season .list section .box .price {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}
main .season .list section:nth-of-type(even) .box .price {
  margin-left: auto;
}
main .season .list section .box .price span ,
main .season .list section .box .price em {
  display: block;
  letter-spacing: .05em;
}
main .season .list section .box .price span {
  font-weight: 700;
}
main .season .list section .box .price em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .season .list section .box .menu_list {
  max-width: calc(100% - 180px);
  padding-top: .5em;
}
main .season .list section:nth-of-type(even) .box .menu_list {
  margin-left: auto;
}
main .season .list section .box .comment {
  max-width: calc(100% - 180px);
  font-size: 1.4rem;
  padding-top: 1.3em;
}
main .season .list section:nth-of-type(even) .box .comment {
  margin-left: auto;
}

main .ground01 {
  padding-bottom: 120px;
}
main .ground01 .mw1200 {
  position: relative;
}
main .ground01 .menu_subtitle {
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: .15em;
  color: #007457;
  margin-bottom: .3em;
  text-align: right;
}
main .ground01 .catch {
  position: absolute;
  top: calc((1em * 1.7) + .3em);
  left: calc(100px + 20px);
  z-index: 2;
  font-size: 2.6rem;
}
main .ground01 .catch h3 {
  position: relative;
  display: flex;
}
main .ground01 .catch span ,
main .ground01 .catch em {
  position: relative;
  display: block;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
  line-height: 1em;
  letter-spacing: .2em;
  color: #007457;
  font-weight: 700;
}
main .ground01 .catch span {
  order: 2;
  font-size: 2.5rem;
  padding-left: 1.5em;
}
main .ground01 .catch span::before {
  position: absolute;
  top: 0;
  left: calc(1.5em / 2);
  width: 1px;
  height: calc(100% + .5em);
  background: #007457;
  content: '';
}
main .ground01 .catch em {
  order: 1;
  font-size: 1.6rem;
}
main .ground01 .list section {
  position: relative;
  display: flex;
}
main .ground01 .list section:not(:last-of-type) {
  margin-bottom: 150px;
}
main .ground01 .list section:nth-of-type(odd)::before {
  position: absolute;
  bottom: -50px;
  left: 80px;
  z-index: -1;
  width: calc(100% - (100px + 80px));
  height: 100%;
  background: #FFF;
  content: '';
}
main .ground01 .list section:nth-of-type(even):before {
  position: absolute;
  bottom: -50px;
  right: 80px;
  z-index: -1;
  width: calc(100% - (100px + 80px));
  height: 100%;
  background: #FFF;
  content: '';
}
main .ground01 .list section .img {
  width: 50%;
}
main .ground01 .list section:nth-of-type(odd) .img {
  order: 2;
}
main .ground01 .list section:nth-of-type(even) .img {
  order: 1;
}
main .ground01 .list section .box {
  position: relative;
  z-index: 1;
  background: #FFF;
  width: calc(50% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 30px;
  padding: 15px;
  padding-bottom: 0;
}
main .ground01 .list section:nth-of-type(odd) .box {
  order: 1;
  margin-left: auto;
}
main .ground01 .list section:nth-of-type(even) .box {
  order: 2;
}
main .ground01 .list section .box h4 {
  font-weight: 700;
  letter-spacing: .2em;
  color: #007457;
  margin-bottom: .2em;
}
main .ground01 .list section:nth-of-type(odd) .box h4 {
  margin-left: auto;
}
main .ground01 .list section .box h5 {
  display: flex;
  align-items: baseline;
  margin-bottom: .2em;
}
main .ground01 .list section:nth-of-type(odd) .box h5 {
  margin-left: auto;
}
main .ground01 .list section .box h5 span ,
main .ground01 .list section .box h5 em {
  display: block;
}
main .ground01 .list section .box h5 span {
  font-size: 2.0rem;
  font-weight: 700;
}
main .ground01 .list section .box h5 em {
  font-weight: 700;
  letter-spacing: 0;
}
main .ground01 .list section .box .price {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}
main .ground01 .list section:nth-of-type(odd) .box .price {
  margin-left: auto;
}
main .ground01 .list section .box .price span ,
main .ground01 .list section .box .price em {
  display: block;
  letter-spacing: .05em;
}
main .ground01 .list section .box .price span {
  font-weight: 700;
}
main .ground01 .list section .box .price em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .ground01 .list section .box .menu_list {
  max-width: calc(100% - 180px);
  padding-top: .5em;
}
main .ground01 .list section:nth-of-type(odd) .box .menu_list {
  margin-left: auto;
}
main .ground01 .list section .box .comment {
  max-width: calc(100% - 180px);
  font-size: 1.4rem;
  padding-top: 1.3em;
}
main .ground01 .list section:nth-of-type(odd) .box .comment {
  margin-left: auto;
}

main .ground02 {
  padding-bottom: 150px;
}
main .ground02 .list {
  position: relative;
  padding-right: 80px;
}
main .ground02 .list::before {
  position: absolute;
  top: 0;
  right: calc((50px - 1em) / 2);
  display: block;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-lr;
	-o-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
  line-height: 1em;
  letter-spacing: .15em;
  color: #007457;
  font-size: 1.6rem;
  font-weight: 700;
  content: 'GROUND MENU';
}
main .ground02 .list::after {
  position: absolute;
  top: 0;
  right: 50px;
  width: 1px;
  height: calc(100% - 60px);
  background: #007457;
  content: '';
}
main .ground02 .list .list_wide {
  margin-bottom: 180px;
}
main .ground02 .list .list_wide section {
  position: relative;
  display: flex;
}
main .ground02 .list .list_wide section:not(:last-of-type) {
  margin-bottom: 150px;
}
main .ground02 .list .list_wide section:nth-of-type(odd)::before {
  position: absolute;
  bottom: -50px;
  left: 100px;
  z-index: -1;
  width: calc(100% - 100px);
  height: 100%;
  background: #FFF;
  content: '';
}
main .ground02 .list .list_wide section:nth-of-type(even):before {
  position: absolute;
  bottom: -50px;
  right: 100px;
  z-index: -1;
  width: calc(100% - 100px);
  height: 100%;
  background: #FFF;
  content: '';
}
main .ground02 .list .list_wide section .img {
  width: 50%;
}
main .ground02 .list .list_wide section:nth-of-type(odd) .img {
  order: 1;
}
main .ground02 .list .list_wide section:nth-of-type(even) .img {
  order: 2;
}
main .ground02 .list .list_wide section .box {
  position: relative;
  z-index: 1;
  background: #FFF;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 30px;
  padding: 15px;
  padding-bottom: 0;
}
main .ground02 .list .list_wide section:nth-of-type(odd) .box {
  order: 2;
}
main .ground02 .list .list_wide section:nth-of-type(even) .box {
  order: 1;
  margin-left: auto;
}
main .ground02 .list .list_wide section .box h4 {
  font-weight: 700;
  letter-spacing: .2em;
  color: #007457;
  margin-bottom: .2em;
}
main .ground02 .list .list_wide section:nth-of-type(even) .box h4 {
  margin-left: auto;
}
main .ground02 .list .list_wide section .box h5 {
  display: flex;
  align-items: baseline;
  margin-bottom: .2em;
}
main .ground02 .list .list_wide section:nth-of-type(even) .box h5 {
  margin-left: auto;
}
main .ground02 .list .list_wide section .box h5 span ,
main .ground02 .list .list_wide section .box h5 em {
  display: block;
}
main .ground02 .list .list_wide section .box h5 span {
  font-size: 2.0rem;
  font-weight: 700;
}
main .ground02 .list .list_wide section .box h5 em {
  font-weight: 700;
  letter-spacing: 0;
}
main .ground02 .list .list_wide section .box .price {
  display: flex;
  align-items: baseline;
  font-weight: 700;
}
main .ground02 .list .list_wide section:nth-of-type(even) .box .price {
  margin-left: auto;
}
main .ground02 .list .list_wide section .box .price span ,
main .ground02 .list .list_wide section .box .price em {
  display: block;
  letter-spacing: .05em;
}
main .ground02 .list .list_wide section .box .price span {
  font-weight: 700;
}
main .ground02 .list .list_wide section .box .price em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .ground02 .list .list_wide section .box .menu_list {
  max-width: calc(100% - 180px);
  padding-top: .5em;
}
main .ground02 .list .list_wide section:nth-of-type(even) .box .menu_list {
  margin-left: auto;
}
main .ground02 .list .list_wide section .box .comment {
  max-width: calc(100% - 180px);
  font-size: 1.4rem;
  padding-top: 1.3em;
}
main .ground02 .list .list_wide section:nth-of-type(even) .box .comment {
  margin-left: auto;
}
main .ground02 .list .list_column {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -60px;
}
main .ground02 .list .list_column section {
  position: relative;
  width: calc((100% - 80px) / 2);
  margin-bottom: 60px;
}
main .ground02 .list .list_column section:nth-of-type(odd) {
  margin-right: 80px;
}
main .ground02 .list .list_column section .img {
  position: relative;
  z-index: 1;
  width: calc(100% - 30px);
}
main .ground02 .list .list_column section .img::before {
  position: absolute;
  top: 40px;
  left: 30px;
  z-index: -1;
  width: 100%;
  height: calc(100% - 40px);
  background: #FFF;
  content: '';
}
main .ground02 .list .list_column section .box {
  width: calc(100% - 30px);
  margin-left: auto;
  background: #FFF;
  padding: 50px 25px 30px;
  display: flex;
  flex-direction: column;
}
main .ground02 .list .list_column section .box h4 {
  font-weight: 700;
  letter-spacing: .2em;
  color: #007457;
  margin-bottom: .2em;
}
main .ground02 .list .list_column section .box h5 {
  font-size: 2.0rem;
  font-weight: 700;
}
main .ground02 .list .list_column section .box .menu_list {
  letter-spacing: .15em;
}
main .ground02 .list .list_column section .box .price {
  margin-left: auto;
  text-align: right;
  font-weight: 700;
}
main .ground02 .list .list_column section .box h5 + .price {
  padding-top: 1.2em;
}
main .ground02 .list .list_column section .box .menu_list + .price {
  padding-top: .2em;
}
main .ground02 .list .list_column section .box .price span ,
main .ground02 .list .list_column section .box .price em {
  letter-spacing: .05em;
}
main .ground02 .list .list_column section .box .price span {
  font-weight: 700;
}
main .ground02 .list .list_column section .box .price em {
  font-size: 1.4rem;
  font-weight: 700;
}
main .ground02 .ground_menu_info {
  padding-top: 60px;
  padding-left: 40px;
  letter-spacing: .15em;
}

main .ground_pdf {
  padding-bottom: 150px;
}
main .ground_pdf ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0 40px;
}
main .ground_pdf ul li {
  width: calc((100% - (60px * 2)) / 3);
  margin-bottom: 40px;
}
main .ground_pdf ul li:not(:nth-of-type(3n)) {
  margin-right: 60px;
}
main .ground_pdf p {
  display: flex;
  align-items: center;
  justify-content: center;
}
main .ground_pdf p span {
  display: block;
  font-weight: 700;
  letter-spacing: .2em;
  color: #FFF;
  background: #007457;
  padding: .6em 1.8em;
  border-radius: 1.5em;
}

main .trip {
  padding-top: 0;
}
main .trip .box {
  position: relative;
  display: flex;
  margin-bottom: 60px;
}
main .trip .box .box_in {
  width: 400px;
  min-height: 310px;
}
main .trip .box .box_in .title02 {
  font-size: 2.6rem;
}
main .trip .box .box_in .title02 span {
  letter-spacing: .15em;
}
main .trip .box .box_in .comment {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
}
main .trip .box .box_in .comment p {
  color: #007457;
}
main .trip .box .box_in .comment ul li {
  position: relative;
  padding-left: 1em;
}
main .trip .box .box_in .comment ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: '※';
}
main .trip .box .img {
  position: absolute;
  top: 0;
  left: calc(50% - 100px);
  width: calc(100vw - (50% + 100px));
}
main .trip .box .img ul {
  display: flex;
}
main .trip .box .img ul li {
  width: 50%;
  height: 310px;
}
main .trip .box .img ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}





@media screen and (max-width: 1540px) {

  main .trip .box {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  main .trip .box .box_in {
    width: 100%;
    min-height: inherit;
    margin-bottom: 30px;
  }
  main .trip .box .img {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
  }
  main .trip .box .img ul {
    display: flex;
  }
  main .trip .box .img ul li {
    width: 50%;
    height: auto;
  }
  main .trip .box .img ul li img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

}




@media screen and (max-width: 1040px) {
  main .season .catch {
    right: 60px;
  }
  main .season .list section:nth-of-type(odd) .box {
    padding-right: 50px;
  }
  main .season .list section:nth-of-type(even) .box {
    padding-left: 50px;
  }
  main .season .list section .box .menu_list {
    max-width: 100%;
  }
  main .season .list section .box .comment {
    max-width: 100%;
  }

  main .ground01 .catch {
    left: 60px;
  }
  main .ground01 .list section:nth-of-type(odd) .box {
    padding-left: 50px;
  }
  main .ground01 .list section:nth-of-type(even) .box {
    padding-right: 50px;
  }
  main .ground01 .list section .box .menu_list {
    max-width: 100%;
  }
  main .ground01 .list section .box .comment {
    max-width: 100%;
  }

  main .ground01 .list section:nth-of-type(odd) .box {
    padding-right: 50px;
  }
  main .ground01 .list section:nth-of-type(even) .box {
    padding-left: 50px;
  }
  main .ground02 .list .list_wide section .box .menu_list {
    max-width: 100%;
  }
  main .ground02 .list .list_wide section .box .comment {
    max-width: 100%;
  }
  
  main .ground02 .list .list_column section {
    width: calc((100% - 40px) / 2);
  }
  main .ground02 .list .list_column section:nth-of-type(odd) {
    margin-right: 40px;
  }

}




@media screen and (max-width: 767px) {
  main .about {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  main .about .catch {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  main .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 .about .catch .time_holiday {
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
  }
  main .about .catch .time_holiday dl {
    display: flex;
    flex-direction: column;
    padding-left: 3em;
    margin-bottom: 1.2em;
  }
  main .about .catch .time_holiday dl dt {
    letter-spacing: .05em;
    margin-right: 0;
  }
  main .about .catch .time_holiday dl dt span {
    position: absolute;
    top: -.2em;
    left: -3em;
    font-size: 1.6rem;
  }
  main .about .catch .time_holiday dl dt::after {
    display: none;
  }
  main .about .catch .time_holiday dl dd {
    letter-spacing: .05em;
  }
  main .about .catch .reserve span {
    letter-spacing: .05em;
    padding: .6em .8em;
    border-radius: 1em;
  }

  main .season {
    padding-bottom: 20vw;
  }
  main .season .mw1200 {
    position: relative;
  }
  main .season .menu_subtitle {
    font-size: 2.0rem;
  }
  main .season .catch {
    position: relative;
    top: inherit;
    right: inherit;
    font-size: 2.0rem;
    margin-bottom: 5vw;
  }
  main .season .catch h3 {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  main .season .catch span ,
  main .season .catch em {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  main .season .catch span {
    order: 1;
    font-size: 2.0rem;
    padding-left: 0;
    margin-bottom: .6em;
  }
  main .season .catch span::before {
    position: absolute;
    top: inherit;
    left: 0;
    bottom: -.3em;
    width: 100%;
    height: 1px;
    background: #6e267c;
    content: '';
  }
  main .season .catch em {
    order: 2;
    font-size: 1.6rem;
  }
  main .season .list section {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  main .season .list section:not(:last-of-type) {
    margin-bottom: 15vw;
  }
  main .season .list section:nth-of-type(odd)::before {
    position: absolute;
    bottom: inherit;
    top: 10vw;
    left: 10vw;
    z-index: -1;
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
    background: #FFF;
    content: '';
  }
  main .season .list section:nth-of-type(even):before {
    position: absolute;
    bottom: inherit;
    top: 10vw;
    right: 10vw;
    z-index: -1;
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
    background: #FFF;
    content: '';
  }
  main .season .list section .img {
    width: calc(100% - 10vw);
  }
  main .season .list section:nth-of-type(odd) .img {
    order: 1;
  }
  main .season .list section:nth-of-type(even) .img {
    order: 1;
  }
  main .season .list section .box {
    width: calc(100% - 10vw);
    margin-top: 0;
    padding: 5vw 4vw !important;
    padding-bottom: 0;
    margin-left: 10vw;
  }
  main .season .list section:nth-of-type(odd) .box {
    order: 2;
  }
  main .season .list section:nth-of-type(even) .box {
    order: 2;
    margin-left: 10vw;
  }
  main .season .list section .box h4 {
    font-weight: 700;
    margin-bottom: .2em;
  }
  main .season .list section .box h5 {
    margin-bottom: .2em;
  }
  main .season .list section .box h5 span {
    font-size: 2.0rem;
  }
  main .season .list section .box .price em {
    font-size: 1.4rem;
  }
  main .season .list section .box .menu_list {
    max-width: 100%;
    padding-top: .5em;
  }
  main .season .list section:nth-of-type(even) .box .menu_list {
    margin-left: auto;
  }
  main .season .list section .box .comment {
    max-width: 100%;
    font-size: 1.4rem;
    padding-top: 1.3em;
  }
  main .season .list section:nth-of-type(even) .box .comment {
    margin-left: auto;
  }

  main .ground01 {
    padding-bottom: 20vw;
  }
  main .ground01 .mw1200 {
    position: relative;
  }
  main .ground01 .menu_subtitle {
    font-size: 2.0rem;
    text-align: left;
  }
  main .ground01 .catch {
    position: relative;
    top: inherit;
    left: inherit;
    font-size: 2.0rem;
    margin-bottom: 5vw;
  }
  main .ground01 .catch h3 {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  main .ground01 .catch span ,
  main .ground01 .catch em {
    -ms-writing-mode: lr-tb;
    -webkit-writing-mode: horizontal-tb;
    -o-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
  }
  main .ground01 .catch span {
    order: 1;
    font-size: 2.0rem;
    padding-left: 0;
    margin-bottom: .6em;
  }
  main .ground01 .catch span::before {
    position: absolute;
    top: inherit;
    left: 0;
    bottom: -.3em;
    width: 100%;
    height: 1px;
    background: #007457;
    content: '';
  }
  main .ground01 .catch em {
    order: 2;
    font-size: 1.6rem;
  }
  main .ground01 .list section {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  main .ground01 .list section:not(:last-of-type) {
    margin-bottom: 15vw;
  }
  main .ground01 .list section:nth-of-type(odd)::before {
    position: absolute;
    bottom: inherit;
    top: 10vw;
    left: 10vw;
    z-index: -1;
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
    background: #FFF;
    content: '';
  }
  main .ground01 .list section:nth-of-type(even):before {
    position: absolute;
    bottom: inherit;
    top: 10vw;
    right: 10vw;
    z-index: -1;
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
    height: 100%;
    background: #FFF;
    content: '';
  }
  main .ground01 .list section .img {
    width: calc(100% - 10vw);
  }
  main .ground01 .list section:nth-of-type(odd) .img {
    order: 1;
  }
  main .ground01 .list section:nth-of-type(even) .img {
    order: 1;
  }
  main .ground01 .list section .box {
    width: calc(100% - 10vw);
    margin-top: 0;
    padding: 5vw 4vw !important;
    padding-bottom: 0;
    margin-left: 10vw;
  }
  main .ground01 .list section:nth-of-type(odd) .box {
    order: 2;
  }
  main .ground01 .list section:nth-of-type(even) .box {
    order: 2;
    margin-left: 10vw;
  }
  main .ground01 .list section .box h4 {
    font-weight: 700;
    margin-bottom: .2em;
  }
  main .ground01 .list section .box h5 {
    margin-bottom: .2em;
  }
  main .ground01 .list section .box h5 span {
    font-size: 2.0rem;
  }
  main .ground01 .list section .box h5 em {
    font-size: 1.4rem;
  }
  main .ground01 .list section .box .price em {
    font-size: 1.4rem;
  }
  main .ground01 .list section .box .menu_list {
    max-width: 100%;
    padding-top: .5em;
  }
  main .ground01 .list section:nth-of-type(odd) .box .menu_list {
    margin-left: auto;
  }
  main .ground01 .list section .box .comment {
    max-width: 100%;
    font-size: 1.4rem;
    padding-top: 1.3em;
  }
  main .ground01 .list section:nth-of-type(odd) .box .comment {
    margin-left: auto;
  }

  main .ground02 {
    padding-bottom: 15vw;
  }
  main .ground02 .list {
    position: relative;
    padding-right: calc(1em * 2);
  }
  main .ground02 .list::before {
    right: 0;
    font-size: 1.6rem;
  }
  main .ground02 .list::after {
    right: 1.2em;
    height: 100%;
  }
  main .ground02 .list .list_wide {
    margin-bottom: 15vw;
  }
  main .ground02 .list .list_wide section {
    position: relative;
    display: flex;
    flex-direction: column;
  }
  main .ground02 .list .list_wide section:not(:last-of-type) {
    margin-bottom: 15vw;
  }
  main .ground02 .list .list_wide section:nth-of-type(odd)::before {
    position: absolute;
    bottom: inherit;
    top: 10vw;
    left: 10vw;
    z-index: -1;
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
    background: #FFF;
    content: '';
  }
  main .ground02 .list .list_wide section:nth-of-type(even):before {
    position: absolute;
    bottom: inherit;
    top: 10vw;
    right: 10vw;
    z-index: -1;
    width: calc(100% - 10vw);
    height: calc(100% - 10vw);
    background: #FFF;
    content: '';
  }
  main .ground02 .list .list_wide section .img {
    width: calc(100% - 10vw);
  }
  main .ground02 .list .list_wide section:nth-of-type(odd) .img {
    order: 1;
  }
  main .ground02 .list .list_wide section:nth-of-type(even) .img {
    order: 1;
  }
  main .ground02 .list .list_wide section .box {
    width: calc(100% - 10vw);
    margin-top: 0;
    padding: 5vw 4vw !important;
    padding-bottom: 0;
    margin-left: 10vw;
  }
  main .ground02 .list .list_wide section:nth-of-type(odd) .box {
    order: 2;
  }
  main .ground02 .list .list_wide section:nth-of-type(even) .box {
    order: 2;
    margin-left: 10vw;
  }
  main .ground02 .list .list_wide section .box h4 {
    font-weight: 700;
    margin-bottom: .2em;
  }
  main .ground02 .list .list_wide section .box h5 {
    margin-bottom: .2em;
  }
  main .ground02 .list .list_wide section .box h5 span {
    font-size: 2.0rem;
  }
  main .ground02 .list .list_wide section .box h5 em {
    font-size: 1.4rem;
  }
  main .ground02 .list .list_wide section .box .menu_list {
    max-width: 100%;
    padding-top: .5em;
  }
  main .ground02 .list .list_wide section .box .comment {
    max-width: 100%;
    font-size: 1.4rem;
    padding-top: 1.3em;
  }

  main .ground02 .list .list_column {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: -10vw;
  }
  main .ground02 .list .list_column section {
    position: relative;
    width: 100%;
    margin-bottom: 10vw;
  }
  main .ground02 .list .list_column section:nth-of-type(odd) {
    margin-right: 0;
  }
  main .ground02 .list .list_column section .img {
    width: calc(100% - 10vw);
  }
  main .ground02 .list .list_column section .img::before {
    position: absolute;
    bottom: inherit;
    top: 10vw;
    left: 10vw;
    z-index: -1;
    width: 100%;
    height: calc(100% - 10vw);
    background: #FFF;
    content: '';
  }
  main .ground02 .list .list_column section .box {
    width: calc(100% - 10vw);
    margin-top: 0;
    padding: 5vw 4vw !important;
    padding-bottom: 0;
    margin-left: 10vw;
  }
  main .ground02 .list .list_column section .box h4 {
    letter-spacing: .2em;
    margin-bottom: .2em;
  }
  main .ground02 .list .list_column section .box h5 {
    font-size: 1.80rem;
    font-weight: 700;
  }
  main .ground02 .list .list_column section .box .menu_list {
    letter-spacing: .15em;
  }
  main .ground02 .ground_menu_info {
    padding-top: 15vw;
    padding-left: 0;
    letter-spacing: .15em;
  }

  main .ground_pdf {
    padding-bottom: 15vw;
  }
  main .ground_pdf ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 5vw;
  }
  main .ground_pdf ul li {
    width: calc((100% - (5vw * 1)) / 2);
    margin-bottom: 5vw;
  }
  main .ground_pdf ul li:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
  main .ground_pdf ul li:not(:nth-of-type(2n)) {
    margin-right: 5vw;
  }
  main .ground_pdf p span {
    letter-spacing: .1em;
    padding: .6em .8em;
    border-radius: 1.0em;
  }

  main .trip .box {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 10vw;
  }
  main .trip .box .box_in {
    width: 100%;
    min-height: inherit;
  }
  main .trip .box .box_in .title02 {
    font-size: 2.0rem;
  }
  main .trip .box .box_in .comment {
    font-size: 1.6rem;
  }
  main .trip .box .img {
    width: 100%;
  }
}



