#head {
  padding-left: 4rem;
  padding-right: 4rem;
  margin-bottom: 10rem;
  position: relative;
  z-index: 35;
}
#head .base {
  line-height: 0;
  position: relative;
}
#head .base .ttl {
  position: absolute;
  z-index: 5;
  color: #FFF;
  font-size: 3.6rem;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-font-feature-settings: "pkna";
  font-feature-settings: "pkna";
  white-space: nowrap;
  right: 7.5757575758%;
  bottom: 6.8965517241%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  text-shadow: 0 0 3px #000, 0 0 7px #000, 0 0 15px #000;
}
#head .base .bg {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #head {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-bottom: 8rem;
  }
  #head .base .ttl {
    font-size: 5.5rem;
    right: 10rem;
    bottom: 5rem;
  }
}

#cuisine {
  text-align: center;
}
#cuisine .txt01 {
  margin-bottom: 10rem;
}
#cuisine .txt02 {
  margin-bottom: 5rem;
}
#cuisine .txt02 h4 {
  font-size: 2.3rem;
  margin-bottom: 1.25em;
}
#cuisine .photos {
  margin-bottom: 11rem;
}
#cuisine .photos .cols_inner {
  margin-right: -3.5rem;
}
#cuisine .photos .cols_inner > .col {
  padding-right: 3.5rem;
  line-height: 0;
}
#cuisine .anker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cuisine .anker a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1;
  padding-left: 0.24em;
  color: #9A8D66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12.5rem;
  height: 12.5rem;
  border-radius: 50%;
  border: 1px solid #9A8D66;
  -webkit-transition: color 0.3s, background-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, transform 0.3s, box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
}
#cuisine .anker a:not(:last-child) {
  margin-right: 5.5rem;
}
#cuisine .anker a:active, #cuisine .anker a:hover {
  background-color: #9A8D66;
  color: #FFF;
  -webkit-transform: translateY(-0.5rem);
          transform: translateY(-0.5rem);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  #cuisine .txt02 {
    margin-bottom: 6rem;
  }
  #cuisine .txt02 h4 {
    font-size: 3.6rem;
  }
  #cuisine .photos {
    margin-bottom: 15rem;
    margin-left: -4.5rem;
  }
  #cuisine .photos .cols_inner {
    margin-right: -1.2rem;
  }
  #cuisine .photos .cols_inner > .col {
    padding-right: 1.2rem;
    line-height: 0;
  }
  #cuisine .anker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 6rem;
  }
  #cuisine .anker a {
    font-size: 3.2rem;
    width: 20rem;
    height: 20rem;
    margin: 0 3rem;
  }
  #cuisine .anker a:not(:last-child) {
    margin-right: 3rem;
  }
  #cuisine .anker a:nth-child(n+3) {
    margin-top: 6.5rem;
  }
}

section.cuisine {
  padding-top: 10rem;
  padding-bottom: 7rem;
}
section.cuisine .txt01 {
  margin-bottom: 8rem;
  text-align: center;
}
section.cuisine .txt01 h4 {
  font-size: 2rem;
  margin-bottom: 1em;
}
section.cuisine .menus {
  margin-top: 12rem;
}
section.cuisine .menus .m_item:not(:last-child) {
  margin-bottom: 10rem;
}
section.cuisine .menus .m_item .mi_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.cuisine .menus .m_item .mi_layout .photo {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 27rem;
  margin-left: 3rem;
  line-height: 0;
}
section.cuisine .menus .m_item .mi_layout .txt {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.cuisine .link {
  text-align: center;
  margin-top: 9rem;
}
section.cuisine .link .btn .icon {
  margin-right: 1em;
}
@media screen and (max-width: 767px) {
  section.cuisine {
    padding-top: 14rem;
  }
  section.cuisine .txt01 h4 {
    font-size: 3.2rem;
  }
  section.cuisine .menus {
    margin-top: 6rem;
  }
  section.cuisine .menus .m_item .mi_layout {
    display: block;
  }
  section.cuisine .menus .m_item .mi_layout .photo {
    width: 100%;
    margin-left: 0;
    margin-bottom: 4rem;
  }
  section.cuisine .menus .m_item .mi_layout .txt {
    width: 100%;
  }
}

#territorio {
  padding-top: 5rem;
  padding-bottom: 15rem;
}
#territorio .txt01 {
  text-align: center;
  margin-bottom: 9rem;
}
#territorio .cols .cols_inner {
  margin-right: -3rem;
}
#territorio .cols .cols_inner > .col {
  padding-right: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 4rem;
}
#territorio .cols .cols_inner > .col .photo {
  line-height: 0;
  margin-bottom: 2rem;
}
#territorio .cols .cols_inner > .col .photo img {
  display: block;
  width: 100%;
}
#territorio .cols .cols_inner > .col .photo a {
  display: block;
}
#territorio .cols .cols_inner > .col .txt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#territorio .cols .cols_inner > .col .txt .li_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  line-height: 1.75;
}
#territorio .cols .cols_inner > .col .txt .li_ttl .li_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#territorio .cols .cols_inner > .col .txt .li_ttl .li_category::before {
  content: "";
  display: inline-block;
  height: 1em;
  margin: 0 1em;
  margin-bottom: -0.1em;
  border-left: 1px solid #000;
}
#territorio .cols .cols_inner > .col .txt .li_descript {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 0.5em;
}
#territorio .cols .cols_inner > .col .txt .li_moretxt {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 0.5em;
  margin-bottom: auto;
}
#territorio .cols .cols_inner > .col .txt .li_link {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 1.5em;
}
#territorio .cols .cols_inner > .col .txt .li_link a .icon {
  margin-right: 0.5em;
}
#territorio .more {
  text-align: center;
  margin-top: 8rem;
}/*# sourceMappingURL=cuisine.css.map */