@charset "UTF-8";
/*******************************************
    /css/menus.css
*******************************************/
.std .menus_nav a[href="/menus/yamaokaya/std/"], .regular .menus_nav a[href="/menus/yamaokaya/regular/"], .set .menus_nav a[href="/menus/yamaokaya/set/"], .limited .menus_nav a[href="/menus/yamaokaya/limited/"] {
  color: #fff;
  background-color: #DC4013;
  pointer-events: none;
}

.limited .period, .price, .name {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "Noto Serif JP", sans-serif;
  font-weight: 700;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) { /* safari bagfix */
  _::-webkit-full-page-media, _:future, :root .limited .period, :root .price, :root .name {
    font-weight: 400;
  }
}
/* 配列を使いカテゴリごとに色を割り振る */
/* 詳細はこちら */
.syoyu .name {
  color: #DC4013;
}
.syoyu .label {
  background-color: #DC4013;
}

.syoyu_color {
  color: #DC4013;
}

.miso .name {
  color: #d88519;
}
.miso .label {
  background-color: #d88519;
}

.miso_color {
  color: #d88519;
}

.shio .name {
  color: #bdbd1a;
}
.shio .label {
  background-color: #bdbd1a;
}

.shio_color {
  color: #bdbd1a;
}

.s_miso .name {
  color: #c1641f;
}
.s_miso .label {
  background-color: #c1641f;
}

.s_miso_color {
  color: #c1641f;
}

.karamiso .name {
  color: #bc2300;
}
.karamiso .label {
  background-color: #bc2300;
}

.karamiso_color {
  color: #bc2300;
}

.special .name {
  color: #579027;
}
.special .label {
  background-color: #579027;
}

.special_color {
  color: #579027;
}

.lunch .name {
  color: #DC4013;
}
.lunch .label {
  background-color: #DC4013;
}

.lunch_color {
  color: #DC4013;
}

.limited_menu .name {
  color: #DC4013;
}
.limited_menu .label {
  background-color: #DC4013;
}

.limited_menu_color {
  color: #DC4013;
}

/*------------------------------------------
店舗メニュー
------------------------------------------*/
.shop-nav {
  max-width: 770px;
  margin: 0 auto 70px;
}
.shop-nav__tit {
  text-align: center;
}
.shop-nav__area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 35px;
  margin-top: 50px;
}
.shop-nav__banner-list {
  display: flex;
  gap: 15px;
}
.shop-nav__banner-item a {
  display: block;
  max-width: 150px;
}
.shop-nav__box {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1002;
  padding: 25px;
  width: 770px;
  max-width: 100%;
  background-color: #fff;
}
.shop-nav__box.is-active {
  visibility: visible;
  opacity: 1;
}
.shop-nav__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
}
.shop-nav__item a {
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.shop-nav__link {
  text-align: center;
}
.shop-nav__link a {
  position: relative;
  padding-right: 20px;
}
.shop-nav__link a::after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(/images/common/arrow.svg) center/contain no-repeat;
  content: "";
}
.shop-nav__close {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  display: block;
  width: 30px;
  height: 30px;
}
.shop-nav__close::before, .shop-nav__close::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  margin: auto;
  background-color: #000;
}
.shop-nav__close::before {
  transform: rotate(45deg);
}
.shop-nav__close::after {
  transform: rotate(135deg);
}
.shop-nav__overlay {
  visibility: hidden;
  opacity: 0;
  transition: 0.2s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.shop-nav__overlay.is-active {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 750px) {
  .shop-nav {
    margin-bottom: 50px;
  }
  .shop-nav__area {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
  .shop-nav__box {
    padding: 50px 15px;
  }
}

/*------------------------------------------
 ドロワーメニュー
------------------------------------------*/
.menus_nav {
  padding: 0.7em 0;
  border-top: 2px solid #4d4d4d;
  border-bottom: 2px solid #4d4d4d;
}
.menus_nav ul {
  display: flex;
  justify-content: space-between;
}

.menus_nav a,
.sp_menus_nav a {
  display: inline-block;
  padding: 0.3em 1em;
  font-size: 1.6rem;
  color: #808080;
}

.sp_menus_nav {
  display: none;
}

@media screen and (max-width: 750px) {
  .menus_nav ul {
    display: block;
  }
  .menus_nav a {
    display: block;
  }
}
/*------------------------------------------
	common
------------------------------------------*/
.detail_txt_box {
  text-align: center;
}
.detail_txt_box p {
  font-size: 1.8rem;
}

.detail_link {
  position: relative;
  display: inline-block;
  padding-right: 1.5em;
  margin-top: 1em;
}
.detail_link::after {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  background: url(/images/common/arrow.svg) center/contain no-repeat;
  content: "";
}

.size_change {
  margin-top: 2em;
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 750px) {
  .size_change {
    font-size: 1.8rem;
  }
  .size_change .pc-none {
    display: none;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

.menus_desc {
  padding: 1em 14%;
  margin-top: 3em;
  /* IE bugfix */
}
.menus_desc .menus_desc_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.menus_desc h3 {
  font-size: 2.8rem;
  font-weight: 700;
}
@media screen and (min-width: 750px) {
  .menus_desc .br_sp {
    display: none;
  }
}
.menus_desc .key_color {
  color: #DC4013;
}
.menus_desc p {
  width: 80%;
  padding: 0.5em 0;
  font-size: 1.8rem;
}
.menus_desc _:-ms-lang(x)::-ms-backdrop, .menus_desc p {
  letter-spacing: 0.04em;
}
.menus_desc figure {
  position: relative;
  width: 16%;
}
.menus_desc figure img {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

section {
  margin-top: 100px;
  text-align: center;
}
section:first-of-type {
  margin-top: 20px;
}
section:last-of-type {
  margin-bottom: 80px;
}

.section_tit {
  width: 52%;
  margin: 0 auto;
}

.section_desc {
  margin-top: 1em;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
}

.note, .label {
  font-family: "游ゴシック", "Yu Gothic", "YuGothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
}

.content_box {
  display: flex;
  flex-wrap: wrap;
}

.content {
  width: 33.33333%;
  margin-top: 60px;
}
.content a {
  display: block;
}
.content figure {
  width: 80%;
  margin: 0 auto;
}

.col-3 .content figure, .col-2 .content figure {
  height: 170px;
  margin: 0 auto;
}
.col-3 .content figure img, .col-2 .content figure img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;"; /*IE*/
}

.col-2 {
  justify-content: space-between;
}
@media screen and (min-width: 750px) {
  .col-2 .content:nth-of-type(odd) {
    margin-left: 10%;
  }
  .col-2 .content:nth-of-type(even) {
    margin-right: 10%;
  }
}

.name {
  margin-top: 0.7em;
  font-size: 2.4rem;
  letter-spacing: 0;
}

.price {
  font-size: 2.2rem;
}
.price span {
  vertical-align: 2px;
  font-size: 0.7em;
}

.label {
  display: inline-block;
  padding: 0.1em 0.5em;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
}

/* IE bugfix */
_:-ms-lang(x)::-ms-backdrop, .label {
  font-family: "メイリオ", "Meiryo", sans-serif;
}

@media screen and (max-width: 750px) {
  .detail_txt_box p {
    font-size: 1.6rem;
  }
  .menus_desc {
    width: 100%;
    margin-top: 0;
  }
  .menus_desc h3 {
    margin: 0;
    font-size: 1.6rem;
  }
  .menus_desc p {
    width: 100%;
    margin-right: 0;
    font-size: 1.2rem;
  }
  .note, .label {
    padding: 0 1em;
    font-size: 1rem;
  }
  section {
    margin-top: 70px;
  }
  section:first-of-type {
    margin-top: 10px;
  }
  section:last-of-type {
    margin-bottom: 40px;
  }
  section .section_desc {
    padding: 0 10%;
    font-size: 1.2rem;
  }
  .section_tit {
    width: 100%;
  }
  .content {
    width: 50%;
    margin-top: 30px;
  }
  .col-2 .content figure, .col-3 .content figure {
    height: 90px;
  }
  .name, .price {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 750px) and (max-width: 335px) {
  .name, .price {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 750px) {
  .name span, .price span {
    font-size: 1.1rem;
    vertical-align: 0;
  }
  .label {
    font-size: 1.2rem;
  }
}
/*------------------------------------------
	limited
------------------------------------------*/
.limited .menus_desc {
  padding: 2em 5%;
}
.limited .menus_desc p {
  width: 76%;
  margin-top: 0.5em;
}
@media screen and (max-width: 750px) {
  .limited .menus_desc {
    padding: 2em 0;
  }
  .limited .menus_desc .menus_desc_box p {
    width: 100%;
  }
  .limited .menus_desc .menus_desc_box figure {
    margin-right: 0;
  }
  .limited .menus_desc .menus_desc_box figure img {
    position: relative;
  }
}
.limited .limited_menu:first-of-type {
  margin-top: 2em;
}
.limited .limited_poster {
  padding: 5em 7% 7em;
  margin: 0 0 -2em;
  background: #f0f0f0;
}
.limited .limited_poster .inner {
  display: flex;
  justify-content: space-between;
}
.limited .poster_img_box {
  width: 50%;
}
.limited .poster_txt {
  width: 45%;
  padding: 0.5em 0;
  font-size: 1.8rem;
  text-align: left;
}
.limited .poster_txt .tit_min {
  font-weight: bold;
  color: #fff;
  background: #DC4013;
  display: inline-block;
  padding: 0.2em 1em;
}
.limited .poster_txt .tit {
  color: #DC4013;
  font-weight: bold;
  font-size: 2.6rem;
  margin: 0.5em 0;
}
.limited .content_box {
  box-sizing: border-box;
  width: 100%;
  border: 3px solid #bc2300;
  background: #fff;
}
.limited .content_box .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 60px 0;
  margin-top: 0;
  border-bottom: 3px dotted #bc2300;
}
.limited .content_box .content:last-child {
  border-bottom: none;
}
.limited .content_box .content.primary {
  background: #DC4013;
  color: #fff;
  border-bottom: none;
  /* IE11 bugfix*/
}
.limited .content_box .content.primary:not(:first-of-type) {
  position: relative;
}
.limited .content_box .content.primary:not(:first-of-type)::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  top: -3px;
  left: 0;
  background-color: #DC4013;
}
.limited .content_box .content.primary .name {
  background: #fff;
  display: inline-block;
  padding: 0.2em 1em;
  margin-left: -1em;
  font-size: 3rem;
  margin-bottom: 0.5em;
}
.limited .content_box .content.primary _:-ms-lang(x)::-ms-backdrop, .limited .content_box .content.primary .name {
  padding-top: 0.5em;
}
.limited .content_box .content.primary .price {
  color: #fff;
  font-size: 3rem;
}
.limited .content_box .content.primary .price span {
  font-size: 0.5em;
}
.limited .content_box figure {
  width: 35%;
}
.limited .content_box figure::before {
  padding: 0;
}
.limited dl {
  width: 55%;
  padding-right: 1em;
  text-align: left;
}
.limited .period {
  font-size: 1.8rem;
}
.limited .period::before {
  content: "販売期間：";
}
.limited .note, .limited .label {
  text-align: left;
}
.limited .history {
  /* IE11 bugfix*/
}
.limited .history .tit_area {
  background: url(/images/menus/yamaokaya/limited/history_bg.jpg) no-repeat right bottom #000;
  background-size: 1000px;
  color: #fff;
  text-align: center;
  padding: 6em 0;
}
.limited .history .tit_area .inner {
  background: rgba(0, 0, 0, 0.7);
}
.limited .history .history_desc {
  padding: 1em 0;
  font-size: 2rem;
  text-align: center;
}
.limited .history .year {
  position: relative;
  font-size: 6rem;
  text-align: center;
  display: block;
  width: 100%;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.limited .history .year span {
  font-size: 0.6em;
}
.limited .history .year:before, .limited .history .year:after {
  content: "";
  flex-grow: 1;
  height: 3px;
  background: #000;
  display: block;
}
.limited .history .year:before {
  margin-right: 0.4em;
}
.limited .history .year:after {
  margin-left: 0.4em;
}
.limited .history .history_box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.limited .history .history_content {
  width: 23.5%; /* カラムwidth - margin * marginの数 / カラムの数*/
  margin: 3% 0;
}
.limited .history .history_content:not(:nth-of-type(4n)) { /* 行の最後のカラムのみmarginを指定しない */
  margin-right: 2%;
}
.limited .history .history_content img {
  width: 80%;
}
.limited .history _:-ms-lang(x)::-ms-backdrop, .limited .history .history_content {
  width: 23.499%;
}
.limited .history figcaption {
  margin-top: 0.5em;
}
.limited .history figcaption p {
  text-align: center;
}
.limited .history figcaption .caption_name {
  font-weight: bold;
}
.limited .history figcaption .caption_date {
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 750px) {
  .limited .limited_menu:first-of-type {
    margin-top: 0;
  }
  .limited .limited_poster {
    padding: 3em 0 5em;
    margin-bottom: -3em;
  }
  .limited .limited_poster .inner {
    display: block;
  }
  .limited .poster_img_box {
    width: 100%;
    margin-bottom: 2em;
    padding: 0 10%;
  }
  .limited .poster_txt {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
  .limited .poster_txt .tit {
    font-size: 2rem;
  }
  .limited .poster_txt .tit_min, .limited .poster_txt .tit {
    text-align: center;
  }
  .limited .content_box .content {
    display: block;
    width: 100%;
    padding: 3em 0;
  }
  .limited .content_box .content.primary .name {
    width: 100%;
    box-sizing: border-box;
    display: block;
    margin-left: 0;
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
  .limited .content_box .content.primary .price {
    font-size: 2rem;
  }
  .limited .content_box figure {
    width: 80%;
  }
  .limited dl {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1em;
    text-align: center;
  }
  .limited .name, .limited .price {
    font-size: 1.6rem;
  }
  .limited .period {
    font-size: 1.4rem;
  }
  .limited .note, .limited .label {
    text-align: center;
  }
  .limited .history .tit_area {
    background: url(/images/menus/yamaokaya/limited/history_bg_sp.jpg) no-repeat center bottom #000;
    background-size: auto 180px;
    padding: 4.5em 1em 180px;
  }
  .limited .history .tit_area .inner {
    background: none;
  }
  .limited .history .history_desc {
    padding: 2em 0 1em;
    font-size: 1.6rem;
    text-align: left;
  }
  .limited .history .year {
    font-size: 3rem;
    margin-bottom: 0;
  }
  .limited .history .history_box {
    display: block;
    margin-top: 3em;
  }
  .limited .history .history_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    padding: 2em 0;
    border-bottom: solid 1px #ccc;
  }
  .limited .history .history_content:last-child {
    border-bottom: none;
  }
  .limited .history .history_content img {
    width: 100%;
  }
  .limited .history .history_content a {
    width: 45%;
  }
  .limited .history .history_content figcaption {
    width: 50%;
    text-align: left;
  }
  .limited .history .history_content figcaption p {
    text-align: left;
  }
  .limited .history .history_content figcaption .caption_name {
    font-size: 1.6rem;
  }
}

/*------------------------------------------
	set
------------------------------------------*/
.set {
  /*--- lunch ---*/
  /*--- morning ---*/
}
.set .section_tit ~ .note, .set .section_tit ~ .label {
  font-size: 1.4rem;
}
.set .section_tit ~ .note:first-of-type, .set .section_tit ~ .label:first-of-type {
  margin-top: 1em;
}
.set .menus_desc {
  padding: 2em 5%;
}
.set .menus_desc p {
  width: 68%;
  margin-top: 0.5em;
}
.set .menus_desc figure {
  margin-right: 60px;
}
@media screen and (max-width: 750px) {
  .set .menus_desc {
    padding: 2em 0;
  }
  .set .menus_desc .menus_desc_box p {
    width: 100%;
    margin-top: 0;
  }
  .set .menus_desc .menus_desc_box figure {
    margin-right: 0;
  }
  .set .menus_desc .menus_desc_box figure img {
    position: relative;
  }
}
.set .lunch_banner {
  margin-top: 30px;
}
.set .content_box.col-lunch .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 40px 60px;
  box-sizing: border-box;
  border: 3px solid #bc2300;
  margin-top: 60px;
}
.set .content_box.col-lunch .content figure {
  width: 45%;
  margin: 0;
  box-sizing: border-box;
  border-right: 3px dotted #bc2300;
  padding-right: 60px;
  margin-right: 60px;
  flex: 0 0 auto;
}
.set .content_box.col-lunch .content .detail {
  box-sizing: border-box;
}
.set .content_box.col-lunch .name {
  font-size: 3.4rem;
  text-align: left;
  margin-top: 0;
}
.set .content_box.col-lunch .detail_txt {
  font-size: 1.6rem;
}
.set .content_box.col-lunch .price {
  font-size: 3rem;
  color: initial;
  margin-bottom: 20px;
}
.set .content_box.col-lunch .price span {
  font-size: 0.5em;
  color: initial;
}
.set .content_box.col-lunch .price.is-mini {
  font-size: 2.6rem;
}
.set .content_box.col-lunch .price_box .price {
  margin-bottom: 0;
}
.set .content_box.col-lunch .price_box .price:last-of-type {
  margin-bottom: 10px;
}
.set .content_box.col-lunch .note, .set .content_box.col-lunch .label {
  text-align: left;
}
@media screen and (max-width: 750px) {
  .set .section_tit ~ .note, .set .section_tit ~ .label {
    font-size: 1.2rem;
  }
  .set .content_box.col-lunch {
    margin-top: 30px;
    border: 3px solid #bc2300;
  }
  .set .content_box.col-lunch .content {
    display: block;
    padding: 20px 15px 30px;
    margin-top: 10px;
    border: none;
    border-bottom: 3px dotted #bc2300;
  }
  .set .content_box.col-lunch .content:last-child {
    border-bottom: none;
  }
  .set .content_box.col-lunch .content figure {
    width: 90%;
    padding: 0;
    margin: 0 auto;
    border-right: none;
  }
  .set .content_box.col-lunch .content .detail {
    width: 100%;
    border-left: none;
    padding: 0;
  }
  .set .content_box.col-lunch .name, .set .content_box.col-lunch .price {
    text-align: center;
  }
  .set .content_box.col-lunch .name {
    font-size: 2.4rem;
  }
  .set .content_box.col-lunch .detail_txt {
    font-size: 1.4rem;
  }
  .set .content_box.col-lunch .price {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .set .content_box.col-lunch .price.is-mini {
    font-size: 1.8rem;
  }
}
.set .syoyu .price {
  color: #DC4013;
}
.set .miso .price {
  color: #d88519;
}
.set .shio .price {
  color: #bdbd1a;
}
.set .s_miso .price {
  color: #c1641f;
}
.set .karamiso .price {
  color: #bc2300;
}
.set .special .price {
  color: #579027;
}
.set .lunch .price {
  color: #DC4013;
}
.set .limited_menu .price {
  color: #DC4013;
}
.set .morning .big_menu {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
.set .morning .big_menu .content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.set .morning .big_menu .content figure {
  width: 60%;
  margin: 0;
}
.set .morning .big_menu .content figure:before {
  display: none;
}
.set .morning .big_menu .content dl {
  width: 30%;
  box-sizing: border-box;
  background: #DC4013;
  margin-left: -40px;
  padding: 0 20px;
}
.set .morning .big_menu .content .name, .set .morning .big_menu .content .price {
  text-align: center;
  color: #fff;
}
.set .morning .big_menu .content .name {
  font-size: 3.4rem;
  border-bottom: solid 1px #fff;
}
.set .morning .big_menu .content .price {
  font-size: 3rem;
  margin-bottom: 20px;
}
.set .morning .big_menu .content .price span {
  font-size: 0.5em;
}
@media screen and (max-width: 750px) {
  .set .morning .big_menu .content {
    display: block;
  }
  .set .morning .big_menu .content figure {
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .set .morning .big_menu .content dl {
    width: 100%;
    margin: -20px auto 0;
    padding: 20px 1em 10px;
  }
  .set .morning .big_menu .content .name {
    margin: 0 auto;
    font-size: 2.4rem;
    padding: 0 1em;
  }
  .set .morning .big_menu .content .detail_txt {
    font-size: 1.4rem;
  }
  .set .morning .big_menu .content .price {
    font-size: 2rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 750px) {
  .set .morning .kaedama {
    position: relative;
    z-index: 0;
    margin-top: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 60px;
    box-sizing: border-box;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
  }
  .set .morning .kaedama .content {
    width: 50%;
    margin-right: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .set .morning .kaedama .content:last-child {
    margin-right: 0;
  }
  .set .morning .kaedama .content dl {
    margin-left: 20px;
  }
  .set .morning .kaedama .content figure {
    width: 50%;
    margin: 0;
  }
  .set .morning .kaedama .content .name {
    border-bottom: solid 1px #000;
  }
  .set .morning .kaedama .content .price {
    padding: 0 20px;
  }
}
@media screen and (max-width: 750px) {
  .set .morning .kaedama {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: rgba(0, 0, 0, 0.05);
    padding-bottom: 2em;
  }
}

/*------------------------------------------
	regular
------------------------------------------*/
@media screen and (max-width: 750px) {
  .regular .menus_desc {
    padding: 2em 0;
  }
}

/*------------------------------------------
	std
------------------------------------------*/
.std .menus_desc {
  padding: 2em 9%;
}
@media screen and (max-width: 750px) {
  .std .menus_desc {
    padding: 2em 0;
  }
}/*# sourceMappingURL=menus.css.map */