/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

------------------------------------------------------------- */
a{/*リンクされた文字*/
    color:#FFF;
    font-style:normal;
}
a:link {/*未訪問のリンク*/
    color:#FFF;
    font-style:normal;
}
a:visited {/*訪問後のリンク*/
    color:#FFF;
}
a:hover {/*マウスをのせたとき*/
    color:#FFF;
    font-style:normal;
}
a:active {/*クリック中*/
    text-decoration:none;
}

header .header-nav > li.nav02 a:before {
  display: block;
}

.sec-banner {
  background-image: url(../img/menu/banner.jpg);
}

.sec-menu .caption {
  font-size: 16px;
  text-align: center;
  margin: 35px 0 0;
}
.sec-menu .indexbox {
  width: 980px;
  margin:0 auto;
  padding-bottom:40px;
}
.sec-menu .ul-link {
  border-top: 1px solid #CAA495;
  border-bottom: 2px solid #CAA495;
  background: rgba(234, 219, 213, 0.55);
  margin-top: 52px;
}
.sec-menu .ul-link > li {
  display: table;
  width: 25%;
  height: 61px;
  float: left;
}
.sec-menu .ul-link > li > a, .sec-menu .ul-link > li > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #6F4637;
  position: relative;
  font-size: 16px;
  line-height: 1.2em;
}
.sec-menu .ul-link > li > a:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  border-bottom: 4px solid #660000;
  z-index: 1;
  display: none;
}
.sec-menu .ul-link > li > a:hover {
  font-weight: bold;
  color: #660000;
}
.sec-menu .ul-link > li > a:hover:before {
  display: block;
}
.sec-menu .ul-link > li > span:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -3px;
  border-bottom: 4px solid #660000;
  z-index: 1;
  display: none;
}
.sec-menu .ul-link > li.current > span {
  font-weight: bold;
  color: #660000;
}
.sec-menu .ul-link > li.current > span:before {
  display: block;
}
.sec-menu .ul-lik {
  margin: 20px auto;
  font-size: 1px;
  letter-spacing:-0.4em;
}
.sec-menu .ul-lik > li {
  display: inline-block;
  margin:0 6px;
}
.sec-menu .ul-lik .btn {
  background: #B7675B;
  color: #fff;
  font-size: 14px;
  text-align: center;
  width: 232px;
  margin: 0 auto;
  display: block;
  line-height: 1em;
  letter-spacing: 0.07em;
  padding: 13px 0;
  outline: none;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  margin:5px 0;
}
.sec-menu .ul-menu {
  margin: 20px 0 0;
  text-align: center;
  font-size: 1px;
}
.sec-menu .ul-menu > li {
  display: inline-block;
  width: 280px;
  margin: 0 7px;
  vertical-align: top;
  font-weight: bold;
  position: relative;
}
.sec-menu .ul-menu > li:before {
  content: ' ';
  height: 28px;
  width: 1px;
  background: #99624D;
  left: -8px;
  top: 50%;
  margin-top: -14px;
  position: absolute;
}
.sec-menu .ul-menu > li:first-child:before {
  display: none;
}
.sec-menu .ul-menu > li a {
  display: table;
  height: 40px;
  width: 100%;
  background: #DBCCCA;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
}
.sec-menu .ul-menu > li a span {
  display: table-cell;
  vertical-align: middle;
}
.sec-menu .ul-menu > li a.active {
  background: #B7675B;
}
.sec-menu .pttl {
  height: 45px;
  background: #EADBD5;
  display: table;
  width: 100%;
  font-weight: bold;
  color: #441300;
  margin-top: 41px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2em;
}
.sec-menu .pttl > span {
  display: table-cell;
  vertical-align: middle;
}
.sec-menu .ttl-bl {
  font-size: 16px;
  line-height: 1.7em;
  text-align: center;
  margin: 16px 0 0;
  font-weight: bold;
  color: #333333;
}
.sec-menu .ul-col-bl {
	position:relative;
  margin-top: 30px;
}
.sec-menu .ul-tag {
  margin: 0 100px;
}
.sec-menu .ul-tag > li {
  float: left;
  margin: 5px 0;
  white-space: nowrap;
}
.sec-menu .ul-tag > li > span {
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.07em;
  padding: 10px 15px;
  outline: none;
  margin:10px auto;
  background: #B7675B;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.sec-menu .note,
.sec-menu .ul-note > li {
  color: #333333;
  font-size: 14px;
  line-height: 1.7em;
  text-indent: -1.1em;
  overflow: hidden;
  padding-left: 1.1em;
}

.sec-menu .ul-note > li span{
  color:#CC0000;
  font-size:16px;
  font-weight:700;
}

.sec-menu .mb-bl {
  margin-bottom: 25px;
}
.sec-menu .popularity {
  margin: 40px 0 61px;
}
.sec-menu .popularity .box {
	width:900px;
  margin: 80px auto 0;
  background: #fff;
  /*padding: 16px 30px 15px 50px;*/
  position: relative;
}
.sec-menu .popularity .box .ttl {
  color: #fff;
  font-size: 16px;
  line-height: 1.4em;
  text-align: center;
  display: table;
  font-weight: bold;
  position: absolute;
  z-index: 1;
  left: 46px;
  top: -31px;
}
.sec-menu .popularity .box .ttl span {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 5px;
}
.sec-menu .popularity .box .ul-col {
  margin: 60px 0 0;
  width: 539px;
  float: left;
}
.sec-menu .popularity .box .ul-col > li {
  float: left;
  width: 275px;
}
.sec-menu .popularity .box .ul-col > li:last-child {
  width: 263px;
}
.sec-menu .popularity .box .ul-col .ol01 > li {
  margin-bottom: 11px;
  display: table;
  width: 100%;
}
.sec-menu .popularity .box .ul-col .ol01 > li .tag {
  font-size: 14px;
  display: table-cell;
  vertical-align: top;
  line-height: 1em;
  width: 10px;
}
.sec-menu .popularity .box .ul-col .ol01 > li .tag span {
  background: #660000;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 7px 12px 6px;
  color: #fff;
  display: block;
  white-space: nowrap;
}
.sec-menu .popularity .box .ul-col .ol01 > li .txt {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.2em;
  padding-left: 10px;
}
.sec-menu .popularity .box .box-r {
  width: 450px;
  float:left;
  padding:90px 60px 0;
  /*-webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 4px 15px 22px;
  text-align: center;
  color: #333;*/
}
.sec-menu .popularity .box .box-r .pttl01 {
	text-align:center;
  font-size: 20px;
  line-height: 1.7em;
  font-weight: bold;
  margin: 2px 0 1px;
}
.sec-menu .popularity .box .box-r .desc {
	text-align:center;
  font-size: 16px;
  line-height: 1.7em;
}
.sec-menu .popularity .box .ul-txt {
  margin: 30px 0 20px;
  font-size: 14px;
  line-height: 1.5em;
  text-indent: -1em;
}
.sec-menu .popularity .box .ul-tag {
  margin: 0 84px;
}
.sec-menu .popularity .box .ul-tag  > li {
  float: left;
  margin: 5px 0;
  white-space: nowrap;
}
.sec-menu .popularity .box .ul-tag > li > span {
	width:160px;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 14px;
  line-height: 1em;
  letter-spacing: 0.07em;
  padding: 10px 15px;
  outline: none;
  background: #B7675B;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.sec-menu .menu-banner {
  margin: 30px 0 0;
}
.sec-menu .menu-banner .lik {
  display: inline-block;
  margin: 10px 0 0;
  background: url(../img/common/pdf.png) no-repeat right center, url(../img/common/arrow01.png) no-repeat 0 center;
  padding: 2px 25px 2px 15px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4em;
  color: #6E4637;
}
.sec-menu .col-two {
  margin: 32px 0 0 0;
  padding-bottom: 8px;
}
.sec-menu .col-two > li {
  float: left;
  width: 470px;
  margin: 0 40px 38px 0;
}
.sec-menu .col-two > li:nth-child(even) {
  margin-right: 0;
}
.sec-menu .col-two .image {
  display: block;
  position: relative;
}
.sec-menu .col-two .image .txt-bl {
  position: absolute;
  display: table;
  width: 120px;
  height: 120px;
  color: #fff;
  font-size: 20px;
  line-height: 1.41em;
  letter-spacing: -0.011em;
  z-index: 1;
  right: 9px;
  bottom: 9px;
  font-weight: bold;
  -webkit-border-radius: 100%;
  -khtml-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -o-border-radius: 100%;
  border-radius: 100%;
}
.sec-menu .col-two .image .txt-bl > span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sec-menu .col-two .image .txt-bl > span.pt {
  padding-top: 13px;
}
.sec-menu .col-two .image .txt-bl.fs {
  font-size: 15px;
}
.sec-menu .col-two .image .txt-bl.fs01 {
  font-size: 15px;
}
.sec-menu .col-two .image .txt-bl.bg01 {
  background: #E98101;
}
.sec-menu .col-two .image .txt-bl.bg02 {
  background: #6EB82D;
}
.sec-menu .col-two .image .txt-bl.bg03 {
  background: #E56D79;
}
.sec-menu .col-two .image .txt-bl.bg04 {
  background: #661400;
}
.sec-menu .col-two .image .txt-bl .gr {
  position: relative;
  background: url(../img/menu/icon01.png) no-repeat center 0;
  padding: 25px 0 0;
  margin-top: 2px;
  display: block;
}
.sec-menu .col-two .image .txt-bl .gr .fs02 {
  font-size: 24px;
}
.sec-menu .col-two .image .txt-bl .gr .fs03 {
  font-size: 33px;
}
.sec-menu .col-two .fs-txt {
  font-size: 16px;
  line-height: 1.8em;
  min-height: 58px;
}
.sec-menu .col-two .ttl01 {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.7em;
  margin: 16px 0 0;
  text-align: center;
}
.sec-menu .col-two .txt-bl {
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}
.sec-menu .col-two .txt-bl.mt {
  margin-top: 4px;
}
.sec-menu .col-two .txt-bl.ml {
  margin-left: 50px;
}
.sec-menu .col-two .group {
  margin: 19px 0 0;
  text-align: center;
  font-weight: bold;
}
.sec-menu .col-two .group span {
  display: inline-block;
}
.sec-menu .col-two .group .price {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.2em;
  margin: 0 25px 0 0;
}
.sec-menu .col-two .group .txt01 {
  font-size: 14px;
  line-height: 1.2em;
  color: #fff;
  padding: 5px 8px;
  margin: 0 2px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.sec-menu .col-two .group .txt01.bg01 {
  background: #C47139;
}
.sec-menu .col-two .group .txt01.bg02 {
  background: #DE7272;
}
.sec-menu .tab-food {
  padding-bottom: 30px;
}
.sec-menu .tab-food .caption {
  margin-top: 25px;
}
.sec-menu .tab-food .ul-col-bl {
  margin: 38px 0 34px;
}
.sec-menu .tab-set {
  padding-bottom: 30px;
}
.sec-menu .tab-set .img{
	object-fit: cover;
    width: 470px;/* トリミングしたい枠の幅 */
    height: 313px;/* トリミングしたい枠の高さ */
    position: relative;
	font-family: 'object-fit: cover;'
	}
.object-fit-img {
  object-fit: cover;
  object-position: top;
  font-family: 'object-fit: cover; object-position: bottom;'
}
.sec-menu .box-step {
  background: #fff;
  margin-top: 29px;
  padding: 24px 45px 27px 52px;
  color: #333333;
}
.sec-menu .box-step > li {
  float: left;
  width: 204px;
  margin-left: 123px;
  position: relative;
}
.sec-menu .box-step > li:first-child {
  margin-left: 0;
}
.sec-menu .box-step > li:first-child:before {
  display: none;
}
.sec-menu .box-step > li:last-child {
  width: 290px;
  margin: 11px 0 0 61px;
  background: #F2F2F2;
  padding: 31px 34px 30px;
}
.sec-menu .box-step > li:last-child:before {
  width: 22px;
  height: 26px;
  background-image: url(../img/menu/food/morning/arrow02.png);
  margin-right: 0;
  top: 50%;
  margin-top: -13px;
}
.sec-menu .box-step > li:last-child .ptxt {
  margin: 0 0 16px 0;
}
.sec-menu .box-step > li:before {
  content: ' ';
  width: 21px;
  height: 34px;
  position: absolute;
  right: 100%;
  margin-right: 56px;
  top: 91px;
  background: url(../img/menu/food/morning/arrow01.png) no-repeat 0 0;
}
.sec-menu .box-step .ttl-step {
  width: 100px;
  display: table;
  margin: 0 auto;
  height: 30px;
  background: #C47139;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 1em;
  color: #fff;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.sec-menu .box-step .ttl-step > span {
  display: table-cell;
  vertical-align: middle;
}
.sec-menu .box-step .ptxt {
  font-size: 14px;
  line-height: 1.7em;
  margin: 17px 0 11px 13px;
}
.sec-menu .box-bl {
  padding: 20px 30px;
  background: #fff;
  margin-top: 20px;
}
.sec-menu .box-bl.mt-box {
  margin-top: 31px;
}
.sec-menu .box-bl .pttl {
  background: #F2F2F2;
  margin-top: 0 !important;
}
.sec-menu .box-bl .col-two {
  margin: 31px 0 -10px;
  padding-bottom: 0;
}
.sec-menu .box-bl .col-two > li {
  width: 440px;
  margin-bottom: 26px;
}
.sec-menu .box-bl .desc-bl {
  font-size: 14px;
  text-align: center;
  margin: 20px 0 0;
}
.sec-menu .box-bl .image01 {
  margin: 27px 0 49px;
}
.sec-menu .box-bl .image01 img {
  margin: 0 auto;
}
.sec-menu .ul-img {
  margin: 17px 0 10px;
}
.sec-menu .ul-img > li {
  width: 460px;
  float: left;
}
.sec-menu .ul-img > li:first-child .item {
  margin: 0 -20px 0 0;
  z-index: 1;
}
.sec-menu .ul-img .item {
  position: relative;
  margin-left: -20px;
}
.sec-menu .ul-img .ol01 {
  margin: 4px 0 0;
}
.sec-menu .ul-img .ol01 > li {
  float: left;
  width: 115px;
  text-align: center;
  margin-left: 46px;
}
.sec-menu .ul-img .ol01 > li.li01 {
  margin-left: 0;
}
.sec-menu .ul-img .ol01 > li.li02 {
  margin-left: 25px;
}
.sec-menu .ul-img .ol01 > li.li03 {
  width: 135px;
  margin-left: 32px;
}
.sec-menu .ul-img .ol01 > li.li04 {
  width: 152px;
  margin-left: 15px;
}
.sec-menu .ul-img .ol01 .fs {
  display: table;
  width: 100%;
  height: 70px;
}
.sec-menu .ul-img .ol01 .fs > span {
  display: table-cell;
  vertical-align: middle;
}
.sec-menu .ul-img .ol01 .fs > span > span {
  display: block;
}
.sec-menu .ul-img .ol01 .fs > span .fs01 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
}
.sec-menu .ul-img .ol01 .fs > span .fs02 {
  font-size: 13px;
  line-height: 1.5em;
}
.sec-menu .ul-img .ol01 .price {
  font-size: 17px;
  font-weight: bold;
  line-height: 1.4em;
  margin: 5px 0 0;
}
.sec-menu .store {
  margin: 40px 0 32px;
}
.sec-menu .store.mt-store {
  margin: 52px 0 50px;
}
.sec-menu .store .ul-col-bl {
  margin: 30px 0 8px;
}
.sec-menu .tab-morning .pttl {
  margin-top: 24px;
}
.sec-menu .tab-morning .col-two .fs-txt {
  min-height: 0;
}
.sec-menu .tab-lunch .pttl {
  margin-top: 24px;
}
.sec-menu .tab-buffet .caption {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sec-menu .tab-buffet .mornig {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sec-menu .tab-store01 {
  padding-bottom: 40px;
}
.sec-menu .tab-store01 .caption {
  margin-top: 24px;
  padding-bottom: 10px;
}
.sec-menu .tab-store01 .col-two .txt-bl {
  text-align: left;
  margin-top: 5px;
}
.sec-menu .tab-jumbo {
  width: 980px;
  margin:0 auto;
}
.sec-menu .tab-jumbo .img-jumbo{
	width:980px;
	}
.sec-menu .tab-jumbo .caption {
  width: 745px;
  margin: 25px auto 0;
  text-align: left;
}
.sec-menu .tab-jumbo .col-two {
  padding-top: 5px;
}
.sec-menu .tab-jumbo .col-two > li {
  margin-bottom: 41px;
}
.sec-menu .tab-jumbo .col-two .txt-bl {
  margin-top: 5px;
  text-align: left;
}
.sec-menu .tab-jumbo .popularity .box {
  background: #fff;
  margin-top: 0;
  padding-left: 45px;
  padding-bottom: 22px;
}
.sec-menu .tab-jumbo .popularity .box .ttl {
  width: 167px;
  height: 67px;
  background-image: url(../img/menu/bg02.png);
  left: 5px;
  top: -40px;
}
.mb30{
	margin-bottom:30px;
}
.mb50{
	margin-bottom:50px;
}
.btn-download {
  background-color: #645B5B;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 400px;
  margin: 60px auto 20px;
  display: block;
  line-height: 1em;
  letter-spacing: 0.07em;
  padding: 13px 0;
  outline: none;
  -webkit-border-radius: 30px;
  -khtml-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.fa-white:before
{
	color: #fff ;
}
.zoom{
	position:absolute;
	right:0px;
	bottom:0px;
	}
.banner{
	position:relative;
	display:block;
	text-align:center;
	margin:20px 0 0;
	}
@media only screen and (max-width: 750px) {
  .sec-banner {
    background-image: url(../img/menu/sm/banner.jpg);
  }

  .sec-menu {
    padding: 0.73rem 0.35rem 0.8rem;
  }
  .sec-menu .caption {
    font-size: 0.22rem;
    margin: 0.4rem 0 0;
  }
  .sec-menu .indexbox {
  width: 100%;
  margin:0 auto;
  padding-bottom:1rem;
}
.sec-menu .indexbox .col-two > li {
	  position:relative;
    width: 100%;
    margin: 0.1rem auto;
    padding: 0;
  }
  .sec-menu .ul-link {
    border-bottom: none;
    margin-top: 0.88rem;
  }
  .sec-menu .ul-link > li {
    width: 50%;
    height: 0.84rem;
    border-bottom: 4px solid #CAA495;
  }
  .sec-menu .ul-link > li > a {
    font-size: 0.24rem;
  }
  .sec-menu .ul-link > li > a:before {
    bottom: -6px;
    border-bottom-width: 8px;
  }
  .sec-menu .ul-link > li > span {
    font-size: 0.24rem;
  }
  .sec-menu .ul-link > li > span:before {
    bottom: -6px;
    border-bottom-width: 8px;
  }
  .sec-menu .ul-menu {
    margin: 0.4rem auto 0;
    width: 92.64705882352941%;
  }
  .sec-menu .ul-menu > li {
    width: 48.73015873015873%;
    margin: 0 2.53968253968254% 0 0;
    float: left;
  }
  .sec-menu .ul-menu > li:last-child {
    margin-right: 0;
  }
  .sec-menu .ul-menu > li:before {
    height: 0.6rem;
    left: -0.09rem;
    margin-top: -0.3rem;
  }
  .sec-menu .ul-menu > li a {
    height: 0.7rem;
    font-size: 0.22rem;
  }
  .sec-menu .ul-menu.jtab3 {
    width: auto;
  }
  .sec-menu .ul-menu.jtab3 > li {
    width: 31.76470588235294%;
    margin-right: 2.352941176470588%;
  }
  .sec-menu .ul-menu.jtab3 > li:last-child {
    margin-right: 0;
  }
  .sec-menu .ul-note > li span{
  color:#CC0000;
  font-size:0.22rem;
  font-weight:bold;
}
  .sec-menu .pttl {
    height: 0.5rem;
    margin-top: 0.5rem;
    font-size: 0.22rem;
  }
  .sec-menu .ttl-bl {
	  font-weight:bold;
    font-size: 0.22rem;
    margin: 0.16rem 0 0;
    line-height: 1.5em;
  }
  .sec-menu .ul-col-bl {
    margin-top: 0.36rem;
  }
  .sec-menu .ul-tag {
    margin: 0 0 auto;
  }
  .sec-menu .ul-tag > li {
	  float:left;
	  width:100%;
	  margin:1%;
	  list-style:none;
  }
  .sec-menu .ul-tag > li > span {
	  display:block;
	  /*margin:0 auto;*/
	  background-color:#B7675B;
    width:65%;
    font-size: 0.24rem;
    padding: 0.18rem;
    outline: none;
    -webkit-border-radius: 0.4rem;
    -khtml-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    font-weight: bold;
  }
  .sec-menu .note,
  .sec-menu .ul-note > li {
    font-size: 0.2rem;
  }
  .sec-menu .mb-bl {
    margin-bottom: 0.25rem;
  }
  .sec-menu .popularity {
	  position:relative;
    margin: 0 auto;
    padding-top: 0.2rem;
  }
  .sec-menu .popularity .box {
	  position:relative;
	  margin:0 auto;
	  width:100%;
    margin-top: 1rem;
    padding: 0.5rem 0.4rem;
  }
  .sec-menu .popularity .box .ttl {
	  margin:0 auto;
    width: 90%;
    /*height: 1rem;*/
    /*-webkit-background-size: 100% 100%;
    background-size: 100% 100%;*/
    font-size: 0.24rem;
    top: 5%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
  }
  .sec-menu .popularity .box .ttl span {
	  width:100%;
	  position:relative;
	  margin:0 auto;
    padding-bottom: 0.07rem;
  }
  .sec-menu .popularity .box .ttl .recommend {
	  display:block;
	  width:100%;
	  margin:0 auto;
    padding-bottom: 0.07rem;
  }
  .sec-menu .popularity .box .ul-col {
    margin: 0.5rem 0 0;
    width: auto;
    float: none;
  }
  .sec-menu .popularity .box .ul-col > li {
    float: none;
    width: 100%;
  }
  .sec-menu .popularity .box .ul-col > li:last-child {
    width: 100%;
  }
  .sec-menu .popularity .box .ul-col .ol01 > li {
    margin-bottom: 0.15rem;
  }
  .sec-menu .popularity .box .ul-col .ol01 > li .tag {
    font-size: 0.24rem;
    width: 0.3rem;
  }
  .sec-menu .popularity .box .ul-col .ol01 > li .tag span {
    -webkit-border-radius: 0.4rem;
    -khtml-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    padding: 0.09rem 0.2rem 0.08rem;
  }
  .sec-menu .popularity .box .ul-col .ol01 > li .txt {
    font-size: 0.24rem;
    padding-left: 0.1rem;
  }
  .sec-menu .popularity .box .ul-tag {
    margin: 0 0 auto;
  }
  .sec-menu .popularity .box .ul-tag > li {
	  float:left;
	  width:100%;
	  margin:1%;
	  list-style:none;
  }
  .sec-menu .popularity .box .ul-tag > li > span {
	  display:block;
	  /*margin:0 auto;*/
	  background-color:#B7675B;
    width:60%;
    font-size: 0.25rem;
    padding: 0.2rem;
    outline: none;
    -webkit-border-radius: 0.4rem;
    -khtml-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    -ms-border-radius: 0.4rem;
    -o-border-radius: 0.4rem;
    border-radius: 0.4rem;
    font-weight: bold;
  }
  .sec-menu .popularity .box .box-r {
    float: none;
    width: 100%;
    margin: 0.4rem auto 0;
    background: #fff;
    -webkit-border-radius: 0.15rem;
    -khtml-border-radius: 0.15rem;
    -moz-border-radius: 0.15rem;
    -ms-border-radius: 0.15rem;
    -o-border-radius: 0.15rem;
    border-radius: 0.15rem;
    padding: 0.3rem 0.2rem;
  }
  .sec-menu .popularity .box .box-r img {
    width: 70%;
    margin: 0 auto;
  }
  .sec-menu .popularity .box .box-r .pttl01 {
    font-size: 0.28rem;
    margin: 0.04rem 0 0;
  }
  .sec-menu .popularity .box .box-r .desc {
    font-size: 0.24rem;
  }
  .sec-menu .popularity .box .ul-txt {
    margin: 0 0 0.22rem;
    font-size: 0.22rem;
  }
  .sec-menu .menu-banner {
    margin: 0.4rem 0 0;
  }
  .sec-menu .menu-banner .lik {
    margin: 0.12rem 0 0;
    background: url(../img/common/pdf.png) no-repeat right center/0.86364em auto, url(../img/common/arrow01.png) no-repeat 0 center/0.5em auto;
    padding: 0.03rem 0.26rem 0.03rem 0.16rem;
    font-weight: bold;
    font-size: 0.22rem;
  }
  .sec-menu .col-two {
	  position:relative;
    margin: 0.3rem 0 0 0;
    padding-bottom: 8px;
  }
  .sec-menu .col-two > li {
	  position:relative;
    float: left;
    width: 47.79411764705882%;
    margin: 0 4.411764705882353% 0.25rem 0;
    padding: 0;
  }
  .sec-menu .col-two .image .txt-bl {
    width: 1rem;
    height: 1rem;
    font-size: 0.2rem;
    right: 0.1rem;
    bottom: 0.1rem;
  }
  .sec-menu .col-two .image .txt-bl > span.pt {
    padding-top: 0.05rem;
  }
  .sec-menu .col-two .image .txt-bl.fs {
    font-size: 0.15rem;
  }
  .sec-menu .col-two .image .txt-bl .gr {
    position: relative;
    background-size: 0.14rem 0.14rem;
    padding: 0.25rem 0 0;
    margin-top: 0.02rem;
    display: block;
  }
  .sec-menu .col-two .image .txt-bl .gr .fs02 {
    font-size: 0.18rem;
  }
  .sec-menu .col-two .image .txt-bl .gr .fs03 {
    font-size: 0.25rem;
  }
  .sec-menu .col-two .fs-txt {
    font-size: 0.22rem;
    line-height: 1.6em;
    min-height: 0;
  }
  .sec-menu .col-two .ttl01 {
    font-size: 0.24rem;
    margin: 0.16rem 0 0;
  }
  .sec-menu .col-two .txt-bl {
    font-size: 0.22rem;
  }
  .sec-menu .col-two .txt-bl.ml {
    margin-left: 0;
  }
  .sec-menu .col-two .txt-bl.mt {
    margin-top: 0.05rem;
  }
  .sec-menu .col-two.col-one-sm {
    margin-right: 0.5rem;
    margin-left: 0.5rem;
  }
  .sec-menu .col-two.col-one-sm > li {
    float: none;
    width: auto;
    margin: 0 0 0.4rem 0;
  }
  .sec-menu .col-two .group {
    margin: 0.2rem 0 0;
  }
  .sec-menu .col-two .group .price {
    font-weight: bold;
    font-size: 0.25rem;
    line-height: 1.2em;
    margin: 0 0.25rem 0 0;
  }
  .sec-menu .col-two .group .txt01 {
    font-size: 0.22rem;
    line-height: 1.2em;
    color: #fff;
    padding: 0.05rem 0.08rem;
    margin: 0 0.02rem;
    -webkit-border-radius: 0.05rem;
    -khtml-border-radius: 0.05rem;
    -moz-border-radius: 0.05rem;
    -ms-border-radius: 0.05rem;
    -o-border-radius: 0.05rem;
    border-radius: 0.05rem;
  }
  .sec-menu .tab-food {
    padding-bottom: 0.5rem;
  }
  .sec-menu .tab-food .caption {
    margin-top: 0.25rem;
  }
  .sec-menu .tab-food .ul-col-bl {
    margin: 0.4rem 0 0.34rem;
  }
  .sec-menu .tab-set .img{
	object-fit: cover;
    width: 100%;
	height:2.1rem;
    position: relative;
	}
  .sec-menu .box-step {
    margin-top: 0.3rem;
    padding: 0.3rem 0.3rem;
  }
  .sec-menu .box-step > li {
    width: 45%;
    margin-left: 10%;
  }
  .sec-menu .box-step > li:last-child {
    width: 100%;
    margin: 0.5rem 0 0;
    background: #F2F2F2;
    padding: 0.3rem 0.5rem;
  }
  .sec-menu .box-step > li:last-child:before {
    width: 0.26rem;
    height: 0.22rem;
    background-image: url(../img/menu/food/morning/arrow03.png);
    top: 0;
    margin-top: -0.22rem;
    right: 20%;
  }
  .sec-menu .box-step > li:last-child .ptxt {
    margin: 0;
    text-align: center;
  }
  .sec-menu .box-step > li:last-child .img {
    width: 60%;
  }
  .sec-menu .box-step > li:before {
    width: 0.21rem;
    height: 0.34rem;
    margin: -0.55rem 0.3rem 0 0;
    top: 50%;
    background-size: 100% 100%;
  }
  .sec-menu .box-step > li .img {
    width: 80%;
    margin: 0 auto;
  }
  .sec-menu .box-step .ttl-step {
    width: 1.6rem;
    height: 0.4rem;
    font-size: 0.22rem;
    -webkit-border-radius: 0.08rem;
    -khtml-border-radius: 0.08rem;
    -moz-border-radius: 0.08rem;
    -ms-border-radius: 0.08rem;
    -o-border-radius: 0.08rem;
    border-radius: 0.08rem;
  }
  .sec-menu .box-step .ptxt {
    font-size: 0.22rem;
    line-height: 1.7em;
    margin: 0.3rem 0 0.2rem;
  }
  .sec-menu .box-bl {
    padding: 0.3rem;
    margin-top: 0.3rem;
  }
  .sec-menu .box-bl.mt-box {
    margin-top: 0.4rem;
  }
  .sec-menu .box-bl .col-two {
    margin: 0.3rem 0 0;
    padding-bottom: 0;
  }
  .sec-menu .box-bl .col-two > li {
    width: 47.79411764705882%;
    margin-bottom: 0.25rem;
  }
  .sec-menu .box-bl .desc-bl {
    font-size: 0.22rem;
    margin-top: 0.2rem;
  }
  .sec-menu .box-bl .image01 {
    margin: 0.27em 0 0.4rem;
  }
  .sec-menu .ul-img {
    margin: 0.2rem 0 -0.1rem;
  }
  .sec-menu .ul-img > li {
    width: auto;
    float: none;
    margin-bottom: 0.5rem;
  }
  .sec-menu .ul-img > li:first-child .item {
    margin: 0;
    z-index: 1;
  }
  .sec-menu .ul-img .item {
    margin-left: 0;
  }
  .sec-menu .ul-img .ol01 {
    margin: 0.05rem 0 0;
  }
  .sec-menu .ul-img .ol01 > li {
    width: 33.3333333%;
    margin-left: 0;
  }
  .sec-menu .ul-img .ol01 > li.li02 {
    margin-left: 0;
  }
  .sec-menu .ul-img .ol01 > li.li03 {
    width: 33.3333333%;
    margin-left: 0;
  }
  .sec-menu .ul-img .ol01 > li.li04 {
    width: 33.3333333%;
    margin-left: 0;
  }
  .sec-menu .ul-img .ol01 .fs {
    display: table;
    width: 100%;
    height: 1rem;
  }
  .sec-menu .ul-img .ol01 .fs > span .fs01 {
    font-size: 0.22rem;
  }
  .sec-menu .ul-img .ol01 .fs > span .fs02 {
    font-size: 0.2rem;
  }
  .sec-menu .ul-img .ol01 .price {
    font-size: 0.3rem;
    margin: 0.1rem 0 0;
  }
  .sec-menu .ul-lik {
    margin:0 auto;
    font-size: 1px;
  }
  .sec-menu .ul-lik > li {
    display: block;
    margin: 4% 4% 1% 4%;
    min-width: 33.4375%;
    white-space: nowrap;
    /*width: 48%;*/
  }
  .sec-menu .ul-lik .btn {
    width: 100%;
    font-size: 0.24rem;
    padding-left: 0.13rem;
    padding-right: 0.13rem;
  }
  .sec-menu .store {
    margin: 0.4rem 0 0.2rem;
  }
  .sec-menu .store.mt-store {
    margin: 0.4rem 0 0;
  }
  .sec-menu .store .ul-col-bl {
    margin: 0.35rem 0 0;
  }
  .sec-menu .tab-morning .pttl {
    margin-top: 0.25rem;
  }
  .sec-menu .tab-morning .col-two .txt-bl.fs {
    font-size: 0.12rem;
  }
  .sec-menu .tab-lunch .pttl {
    margin-top: 0.25rem;
  }
  .sec-menu .tab-buffet .caption {
    width: auto;
    padding-right: 0.2rem;
    padding-left: 0.2rem;
  }
  .sec-menu .tab-store01 {
    padding-bottom: 0;
  }
  .sec-menu .tab-store01 .caption {
    margin-top: 0.24rem;
    padding-bottom: 0.1rem;
  }
  .sec-menu .tab-store01 .col-two .txt-bl {
    text-align: left;
    margin-top: 0.05rem;
  }
  .sec-menu .tab-jumbo {
  width: 100%;
  margin:0 auto;
}
.sec-menu .tab-jumbo .img-jumbo {
	width:100%;
	}
.sec-menu .tab-jumbo .img-jumbo .zoom{
	width: 10%;
    position: absolute;
    right: 0px;
    bottom: 0px;
	}
  .sec-menu .tab-jumbo .caption {
    width: auto;
    margin-top: 0.25rem;
    text-align: left;
  }
  .sec-menu .tab-jumbo .col-two {
    padding-top: 0;
  }
  .sec-menu .tab-jumbo .col-two > li {
    margin-bottom: 0.6rem;
  }
  .sec-menu .tab-jumbo .col-two .txt-bl {
    margin-top: 0.05rem;
  }
  .sec-menu .tab-jumbo .popularity .box {
    background: #fff;
    margin-top: 0;
    padding: 0.5rem;
  }
  .sec-menu .tab-jumbo .popularity .box .ttl {
    width: 1.67rem;
    height: 0.67rem;
    left: 0.05rem;
    top: -0.4rem;
  }
  .mb50{
	margin-bottom:10%;
}
.btn-download {
  background-color: #645B5B;
  color: #fff;
  font-size: 0.26rem;
  font-weight:bold;
  text-align: center;
  width: 90%;
  margin: 10% auto 3%;
  display: block;
  line-height: 1em;
  letter-spacing: 0.07em;
  padding: 0.25rem;
  outline: none;
  -webkit-border-radius: 0.4rem;
  -khtml-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -ms-border-radius: 0.4rem;
  -o-border-radius:0.4rem;
  border-radius: 0.4rem;
}
.zoom{
	width:20%;
	position:absolute;
	right:0px;
	bottom:0px;
	}
.pc{
	display:none;
	}
}
@media only screen and (max-width: 480px) {
  .sec-menu .ul-link {
    margin-top: 0.6rem;
  }
  .sec-menu .ul-link > li {
    border-bottom-width: 2px;
  }
  .sec-menu .ul-link > li > a:before {
    bottom: -3px;
    border-bottom-width: 4px;
  }
  .sec-menu .ul-link > li > span:before {
    bottom: -3px;
    border-bottom-width: 4px;
  }
}
@media only screen and (max-width: 320px) {
  .sec-menu .ul-link > li {
    border-bottom-width: 1px;
  }
  .sec-menu .ul-link > li > a:before {
    bottom: -2px;
    border-bottom-width: 3px;
  }
  .sec-menu .ul-link > li > span:before {
    bottom: -2px;
    border-bottom-width: 3px;
  }
}

/*# sourceMappingURL=menu.css.map */
