#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;
  line-height: 1;
  right: 3.0303030303%;
  bottom: 6.8965517241%;
  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: auto;
    left: 4rem;
    bottom: 4rem;
  }
}

#cuisine {
  text-align: center;
  padding-bottom: 7rem;
}
#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.25;
  letter-spacing: 0.14em;
  padding-left: 0.24em;
  color: #9A8D66;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 6.25em;
  height: 6.25em;
  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: 2.75em;
}
#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;
  }
  #cuisine .anker a {
    font-size: 3rem;
  }
  #cuisine .anker a:not(:last-child) {
    margin-right: 1em;
  }
}

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 {
  position: relative;
  padding-top: 9rem;
  padding-bottom: 15rem;
}
#territorio .base {
  line-height: 0;
  position: relative;
}
#territorio .base .bg {
  opacity: 0;
  width: 100%;
}
#territorio .base .parts {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  z-index: 1;
}
#territorio .base._do_anim .bg {
  -webkit-transition: opacity 5s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 5s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
}
#territorio .base._do_anim .parts {
  -webkit-transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1);
  transition: opacity 2s cubic-bezier(0.33, 1, 0.68, 1);
  opacity: 1;
}
#territorio .base._do_anim .p01 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
#territorio .base._do_anim .p02 {
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}
#territorio .base._do_anim .p03 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
#territorio .base._do_anim .p04 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
#territorio .base._do_anim .p06 {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
#territorio .base._do_anim .p07 {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}
#territorio .base._do_anim .p08 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
#territorio .base._do_anim .p09 {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
#territorio .base .p01 {
  width: 16.6743642857%;
  left: 18.4370071429%;
  top: 16.13335%;
}
#territorio .base .p02 {
  width: 17.7965642857%;
  left: 12.5441714286%;
  top: 47.3326166667%;
}
#territorio .base .p03 {
  width: 19.1674%;
  left: 14.5324785714%;
  top: 82.5004333333%;
}
#territorio .base .p04 {
  width: 15.1013214286%;
  left: 54.0193142857%;
  top: 15.6217666667%;
}
#territorio .base .p05 {
  width: 15.2549428571%;
  left: 50.7436571429%;
  top: 44.9625%;
}
#territorio .base .p06 {
  width: 14.4100571429%;
  left: 52.2977928571%;
  top: 76.0474%;
}
#territorio .base .p07 {
  width: 16.2190357143%;
  left: 69.6155%;
  top: 20.81945%;
}
#territorio .base .p08 {
  width: 13.6385428571%;
  left: 69.9952857143%;
  top: 64.6006666667%;
}
#territorio .base .p09 {
  width: 16.93655%;
  left: 88.9834714286%;
  top: 34.7277%;
}
@media print, screen and (min-width: 768px) {
  #territorio .base .ttl {
    position: absolute;
    z-index: 5;
    color: #000;
    font-size: 3.6rem;
    right: 6.2857142857%;
    bottom: 7.5rem;
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  #territorio .base .p01 {
    width: 32.422375%;
    left: 19.8431944444%;
    top: 16.7111652174%;
  }
  #territorio .base .p02 {
    width: 24.1827638889%;
    left: 13.5957361111%;
    top: 44.7135130435%;
  }
  #territorio .base .p03 {
    width: 37.2699444444%;
    left: 20.3540138889%;
    top: 85.963773913%;
  }
  #territorio .base .p04 {
    width: 34.7134027778%;
    left: 51.9191527778%;
    top: 14.7500521739%;
  }
  #territorio .base .p05 {
    width: 29.6623888889%;
    left: 61.7258472222%;
    top: 43.2303652174%;
  }
  #territorio .base .p06 {
    width: 28.0195555556%;
    left: 58.9006944444%;
    top: 81.0657913043%;
  }
  #territorio .base .p07 {
    width: 31.5370138889%;
    left: 83.9976944444%;
    top: 19.2246434783%;
  }
  #territorio .base .p08 {
    width: 26.5193888889%;
    left: 84.9516527778%;
    top: 82.8996173913%;
  }
  #territorio .base .p09 {
    width: 43.4907916667%;
    left: 78.0401666667%;
    top: 50.8968347826%;
  }
  #territorio .ttl {
    text-align: center;
    position: static;
    color: #000;
    font-size: 3.6rem;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
#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;
  letter-spacing: 0.025em;
  line-height: 1.75;
  margin-top: 1em;
}
#territorio .cols .cols_inner > .col .txt .li_moretxt {
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  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 */