@charset "UTF-8";

/* MAIN SLIDE */
/************************************************************************************
SLIDER
*************************************************************************************/
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; padding: 0; }
.slick-list:focus { outline: none; }
/*.slick-loading .slick-list { background: #fff url("/common/images/ico_loader.gif") center center no-repeat; }*/
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track:after {
	content: ".";
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

.slick-track { position: relative; left: 0; top: 0; display: block; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
[dir="rtl"] .slick-slide { float: right; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Dots */
.slick-dots {
    position: absolute;
    bottom: -30px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    z-index: 1;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 15px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background:url(/common/img/top/slide_dot.png) no-repeat 0 0;
}
.slick-dots li.slick-active button {
    background:url(/common/img/top/slide_dot.png) no-repeat right 0;
}

.slick-dots li button.thumbnail img {
	width: 0; height: 0;
}

#mainImg {
  width:100%;
  margin:50px 0 0;
  max-height:960px;
  clear:both;
  overflow: hidden;
}
#mainSlide {
  width:100%;
  position:relative;
  z-index:9;
}
.fixbg #mainSlide {
  visibility:hidden;
}
#mainSlide li {
  height:auto !important;
}
#mainSlide li h1 {
  width:492px;
  height:80px;
  position: absolute;
  top:41%;
  left:50%;
  margin-top:-40px;
  margin-left:-250px;
  display: block;
}
#mainSlide li h1 img {
  width:100%;
  height:auto;
}
#mainSlide li h1 img.slidetext {
  display:none;
  position:absolute;
  opacity:0;
  top:-5px;
  left:0;
  animation: slidetext 6s cubic-bezier(1, 1, 1, 1) forwards;
  animation-delay:1.3s;
}
#mainSlide li.slick-active h1 img.slidetext {
  display:block;
}
@keyframes slidetext {
  0% {
    opacity:0;
    top:-5px;
  }
  30% {
    opacity:1;
    top:0;
  }
  100% {
    opacity:1;
    top:0;
  }
}

#mainSlide li h1 .mask {
  display:none;
  width:0;
  height:80px !important;
  position:relative;
  opacity:0;
  animation: mask 6s ease-in alternate forwards;
  animation-delay:0.5s;
  overflow: hidden;
}
#mainSlide li.slick-active h1 .mask {
  display:block;
}
#mainSlide li h1 img.slidetextbg {
  min-width:492px !important;
  min-height:80px !important;
  position:absolute;
  top:0;
  left:0;
}
@keyframes mask {
  0% {
    width:0%
  }
  6% {
    width:100%;
    opacity:1;
  }
  100% {
    width:100%;
    opacity:1;
  }
}

#mainImg img, #mainImg image {
  width:100%;
  text-align: center;
}
#mainImg .pc, #mainImg .big, #mainImg .full, #mainImg .over {
  display:none;
}

#e_springfair {
  position: relative;
  top:-20px;
  z-index:10;
}
#e_springSlide {
  width:100%;
  position:relative;
  z-index:9;
}
#e_springSlide .slick-list {
  overflow: visible;
}
#e_springSlide li {
  height:auto !important;
}
#e_springSlide li .fairbg {
	display:none;
}
#e_springSlide li .fairbg img {
	position:absolute;
	top:0;
}
#e_springSlide li .fairbg img.bigImg {
	display:none;
}
#e_springSlide li h1, #e_springSlide li h1 img {
  position: absolute;
  top:0;
  left:0;
}
#e_springSlide li h1 {
  width:100%;
  z-index:20000;
}
#e_springSlide li h1 img.pc {
  display:none;
}
#e_springSlide li h1 img {
  width:100%;
  height:auto;
}

#e_springSlide img, #e_springSlide image {
  width:100%;
  text-align: center;
}
#e_springSlide .pc {
  display:none;
}

#e_springSlide .slidelogo, #e_springSlide .slidetext {
	opacity:1;
	top:0;
  left:0;
}

#e_springfair h2 {
  width:100%;
  padding:0 14% 7%;
	text-align: center;
	position: absolute;
  top:25px;
  z-index:1000;
  box-sizing: border-box;
}
#e_springfair h2 img.pc {
  display:none;
}
#e_springfairText {
	width:100%;
  padding:0;
  box-sizing: border-box;
	position: absolute;
  bottom:40px;
  z-index:1000;
}
#e_springfairText p.fairDate {
  padding:15px 5px 0 15px;
  text-align: center;
  display:table-cell;
  vertical-align:middle;
  box-sizing: border-box;
}
#e_springfair h2 img {
	margin:0 auto;
	display:block;
}

.btn {
  padding:0 10%;
}
.btn a {
  width:78%;
  height:30%;
  display:block;
}
.btn a img {
  width:100%;
  height:100%;
  max-width:272px;
  max-height:83px;
  display:block;
}
#e_springfairText .btn {
  width:50%;
  padding:4% 15px 0 10px;
  text-align: center;
  display:block;
  vertical-align:middle;
  box-sizing:border-box;
	float:right;
}
#e_springfairText .btn a {
  width:auto;
  height:auto;
  display:inline-block;
}

#fairbttxt {
  width:100%;
  position:absolute;
  bottom:25px;
  z-index:100;
}
#fairbttxt p {
  color:#333;
  font-size:9px;
	font-weight:bold;
  line-height:1;
  padding:0 0 0 10px;
	text-shadow:1px 1px 4px #fff;
}
#fairbttxt p:nth-child(2) {
  position:absolute;
  top:0;
  right:10px;
  padding:0;
}

#menu {
	margin-bottom:40px;
	position:relative;
	top:0;
}
#menu #leafHead {
  height:1px;
  position: relative;
	top:-120px;
  z-index:-1;
}
#menu #leafHead .leaf_left {
  width:100%;
}
#menu #leafHead .leaf_left img {
  width: 25%;
  max-width: 205px;
  position: absolute;
  top:-100%;
  left:-7%;
}
#menu #leafHead .leaf_right {
  width:100%;
}
#menu #leafHead .leaf_right img {
  width:40%;
  max-width: 406px;
  position: absolute;
  top:-230%;
  right:-1%;
}
#menuList {
  padding:4% 0 0;
  background:url(/img/menu_bg_sp.png) no-repeat center 15px;
  background-size:100% auto;
  position: relative;
}
#menu h2 {
	text-align: center;
	padding:0 45px 2px;
}
#menu h3 {
	text-align: center;
	padding:0 67px 10px;
}
#menu h2 img, #menu h3 img {
	margin:0 auto;
	display:block;
}

#menuList li {
  display:flex;
}
#menuList li div {
  width:50%;
  box-sizing: border-box;
  position: relative;
}
#menuList li .btn {
  height:auto;
  display:block;
}
#menuList li .btn img {
  width:100%;
  height:100%;
}

#menuList #m_pancake {
  width:100%;
  height:auto;
  padding:0 10%;
  position: relative;
  left:2%;
  float:none;
}
#menuList #m_pancake .btn {
  width:46%;
  max-width:347px;
  padding:0;
  position: absolute;
  bottom:-9%;
  left:7%;
}

#menuList #m_dish {
  padding:19% 3% 0;
  position: relative;
}
#menuList #m_dish .btn {
  width:84%;
  max-width:317px;
  padding:0;
  position: absolute;
  bottom:-10%;
  left:4%;
}

#menuList #m_burger {
  padding:7% 1% 0;
  position: relative;
  left:-2%;
}
#menuList #m_burger a {
  margin:0 -3%;
}
#menuList #m_burger .btn {
  width:78%;
  max-width:289px;
  padding:0;
  position: absolute;
  bottom:14%;
  left:20%;
}

#menuList #m_benedict {
  padding:22% 1.5% 0;
  position: relative;
  left:-1%;
  margin-top:-6%;
}
#menuList #m_benedict .btn {
  width:78%;
  max-width:289px;
  padding:0;
  position: absolute;
  bottom:-12%;
  left:7%;
}

#menuList #m_meal {
  padding:0;
  position: relative;
  left:-1%;
}
#menuList #m_meal a {
  margin:0 -1%;
}
#menuList #m_meal .btn {
  width:70%;
  max-width:261px;
  padding:0;
  position: absolute;
  bottom:29%;
  left:25%;
}

#menuList #m_appetizer {
  padding:13% 2% 0;
  position: relative;
  left:-4%;
}
#menuList #m_appetizer .btn {
  width:56%;
  max-width:208px;
  padding:0;
  position: absolute;
  bottom:-12%;
  left:34%;
}

#menuList #m_dessert {
  padding:5% 5% 0;
  position: relative;
  left:0;
  margin-top:-7%;
}
#menuList #m_dessert .btn {
  width:41%;
  max-width:151px;
  padding:0;
  position: absolute;
  bottom:31%;
  left:54%;
}

#menuList #m_drink {
  padding:0 6%;
  position: relative;
  left:47%;
  margin-top:-7%;
}
#menuList #m_drink .btn {
  width:87%;
  max-width:319px;
  padding:0;
  position: absolute;
  bottom:-18%;
  left:12%;
}

#menuList #m_coffee {
  width:50%;
  height:auto;
  padding:0 6%;
  margin-top:-10%;
  position:relative;
  left:20px;
  bottom:0;
  clear: both;
}
#menuList #m_coffee .btn {
  width:66%;
  max-width:193px;
  padding:0;
  position:relative;
  bottom:0;
  left:-12%;
  margin:-4% auto 0;
}
#menuList #m_coffee .btn img {
  margin:0 auto;
}

#menuList #m_pancake a, #menuList #m_pancake a img, #menuList #m_dish a, #menuList #m_dish a img, #menuList #m_burger a, #menuList #m_burger a img, #menuList #m_benedict a, #menuList #m_benedict a img,
#menuList #m_meal a, #menuList #m_meal a img, #menuList #m_appetizer a, #menuList #m_appetizer a img, #menuList #m_dessert a, #menuList #m_dessert a img,
#menuList #m_drink a, #menuList #m_drink a img, #menuList #m_coffee a, #menuList #m_coffee a img {
  display:block;
}

#story {
  padding:35% 46px 50%;
  background:url(/img/story_bg1_sp.png) no-repeat center 0;
  background-size:100% auto;
  position:relative;
	top:0;
  z-index:10;
}
.night #story {
  background:url(/img/story_bg2_sp.png) no-repeat center 0;
  background-size:100% auto;
}
#story h2 {
  text-align: center;
  padding:0 0 25px;
}
#story .btn a {
  margin:0 auto;
}
#story .btn a img {
  margin:0 auto;
}

#shop {
  padding:4% 15px;
  margin:0;
  position: relative;
}
#shop .inner {
  padding:31% 30px 30%;
  margin-top: 39%;
  background:url(/img/shop_bg_sp.png) no-repeat center 0;
  background-size:100% auto;
  position:relative;
  z-index:5;
}
#shop h2 {
  text-align: center;
  padding:0 0 25px;
}
#shop .btn a {
  margin:0 auto;
}
#shop .btn a img {
  margin:0 auto;
}
#leaf_left, #leaf_right {
  position: relative;
  margin-top:-46%;
  z-index:1;
}
#leaf_left img {
  width:50%;
  max-width:430px;
  position: absolute;
  left:-13%;
}
#leaf_right img {
  width:50%;
  max-width:332px;
  position: absolute;
  right:-26%;
}

.news_content {
  padding:0 15px;
}
.news_content .news_box {
  margin:10px 0 0;
}
.news_content #shopInfo {
  margin:40px 0 0;
}
.news_content h2 {
  padding:0 10px 6px;
  background:url(/img/info_border_sp.png) no-repeat 0 bottom;
  background-size:100% 2px;
}
.news_content h2 img {
  width:auto;
  height:16px;
}
.news_content h2 a {
  color:#3a1e22;
  font-size:12px;
  line-height:1.5;
  padding:0 0 0 11px;
  margin:5px 0 0;
  display: inline-block;
  background:url(/common/img/ico_link.png) no-repeat 0 center;
  background-size:8px auto;
  float: right;
}
.news_content ul li {
  width:100%;
  margin:12px 0 0;
  padding:0 10px;
  display:table;
  box-sizing: border-box;
}
.news_content ul li .news_list_time {
  color:#3a1e22;
  font-size:12px;
  font-weight:bold;
  line-height:1.7;
  width:7.5em;
  display:table-cell;
}
.news_content ul li p {
  color:#3a1e22;
  font-size:12px;
  line-height:1.7;
  display:table-cell;
}

/* 360px幅以下 */
@media screen and (max-width:359px) {
#mainSlide li h1 {
  width:400px;
  height:65px;
  margin-top:-32px;
  margin-left:-200px;
}
#mainSlide li h1 .mask {
  height:65px !important;
}
#mainSlide li h1 img.slidetextbg {
  min-width:400px !important;
  min-height:65px !important;
}
#e_springfairText {
  padding:3% 0 0;
}
#fairbttxt {
	bottom:29px;
}
#fairbttxt p:nth-child(2) {
	top:15px;
}

}


/* 480px幅以上 */
@media screen and (min-width:480px) {
#mainSlide li h1 {
  width:580px;
  height:89px;
  margin-top:-45px;
  margin-left:-275px;
}
#mainSlide li h1 .mask {
  height:89px !important;
}
#mainSlide li h1 img.slidetextbg {
  min-width:550px !important;
  min-height:89px !important;
}

#e_springfairText {
  bottom:52px;
}

#fairbttxt {
  bottom:30px;
}
#fairbttxt p {
  width:50%;
  padding:0 0 0 15px;
}
#fairbttxt p:nth-child(2) {
  width:auto;
  text-align: right;
  right:20px;
}
#e_springfair {
	top:-25px;
}
#e_springfair h2 {
	top:32px;
}
#e_springfairText .btn {
  padding:2% 25px 0;
}
.btn a img {
  max-width:242px;
  max-height:73px;
}
#fair {
  top:-65px;
  padding: 15% 4.5% 26%;
}

.news_content h2 img {
  height: 18px;
}
.news_content h2 a {
  font-size:13px;
  margin:3px 0 0;
}
.news_content ul li .news_list_time, .news_content ul li p {
  font-size:13px;
}

}

@media screen and (min-width:540px) {
#fairbttxt {
  bottom:33px;
}
#e_springfair {
	top:-30px;
}
#e_springfairText {
  bottom:60px;
}
#e_springfair h2 {
	top:37px;
}

}


@media screen and (min-width:640px) {
#mainSlide li h1 {
  width:740px;
  height:120px;
  margin-top:-60px;
  margin-left:-370px;
}
#mainSlide li h1 .mask {
  height:120px !important;
}
#mainSlide li h1 img.slidetextbg {
  min-width:740px !important;
  min-height:120px !important;
}
#e_springfair {
  top:-35px;
}
#e_springfair h2 {
  top:40px;
}
#e_springfairText {
  bottom:75px;
}
#e_springfairText p.fairDate {
	padding:15px 0 0 25px;
}
#e_springfairText .btn {
  max-width:550px;
  padding:0;
  margin:0 auto;
}
#fairbttxt {
  bottom:39px;
}
#fairbttxt p {
  width:auto;
  font-size:11px;
	padding:0 0 0 30px;
}
#menu {
	top:-40px;
}
#menu #leafHead {
  height:100px;
}
#menu #leafHead .leaf_left img {
  top:-20%;
  left:-1%;
}
#menu #leafHead .leaf_right img {
  top:-80%;
  right:-1%;
}

#story {
  padding: 35% 46px 46%;
}
#leaf_left, #leaf_right {
  margin-top:-56%;
}
#leaf_left img {
  left:-8%;
}
#leaf_right img {
  right:-13%;
}
.news_content #shopInfo {
  margin:80px 0 0;
}
.news_content h2 {
  padding:0 15px 10px;
  background: url(/img/info_border_sp.png) no-repeat 0 bottom;
  background-size: 100% 4px;
}
.news_content h2 img {
  height:21px;
}
#shopInfo h2 img {
  height:24px;
}
.news_content h2 a {
  font-size: 16px;
  margin: 1px 0 0;
  padding: 0 0 0 20px;
  background: url(/common/img/ico_link.png) no-repeat 0 center;
  background-size: 14px auto;
}
.news_content ul li .news_list_time, .news_content ul li p {
  font-size:18px;
}
#shop {
  padding:19% 15px 4%;
}
#shop .inner {
  padding:31% 30px 34%;
}
#story h2, #shop h2 {
  padding:0 0 35px;
}

}


/* 768px幅以上 */
@media screen and (min-width: 768px) {
#mainImg .pc, #e_springSlide .pc {display: block;}
#mainSlide li h1 {
  width:820px;
  height:133px;
  margin-top:-27px;
  margin-left:-410px;
}
#mainSlide li h1 .pc {
	margin-left:0 !important;
}
#mainSlide li h1 .mask {
  height:133px !important;
}
#mainSlide li h1 img.slidetextbg {
  min-width:820px !important;
  min-height:133px !important;
}

#e_springSlide img.sp {
  display:none !important;
}
#e_springSlide li.slick-active img.slidelogo.pc, #e_springSlide li.slick-active img.slidetext.pc {
  display:block;
}
#e_springfair {
  top:-29px;
}
#e_springfair h2 {
  top:30px;
}
#e_springfair h2 img {
	width:320px;
}
#menu h2 img, #story h2 img, #shop h2 img {
  width:440px;
}
#e_springSlide li .fairbg, #e_springSlide li h1 img.pc {
	display:block;
}
#e_springSlide .pc {
	position:relative;
}
#e_springSlide .pc img, #e_springSlide li h1 img.pc {
	position:absolute;
	top:0;
}
#e_springSlide .pc img:first-child {
	position:relative;
}
#e_springSlide .pc img.big {
	display:none;
}

#shop .inner {
  padding:31% 30px 44%;
}
#e_springfairText {
  bottom:65px;
  padding:0 15%;
}
#fairbttxt {
  bottom:37px;
}
#e_springfairText p.fairDate {
  width:60%;
  padding:0 20px 0 0;
}
#e_springfairText .btn {
  width:30%;
}

#story {
  padding: 35% 46px 62%;
}

}


@media screen and (min-width:840px) {
#fairbttxt {
  bottom:40px;
}
#e_springfair {
  top:-33px;
}
#e_springfair h2 {
  top:40px;
}
#e_springfair h2 img {
	width:340px;
}
#e_springfairText {
	bottom:72px;
}

}

@media screen and (min-width:900px) {
#menu h2 img, #story h2 img, #shop h2 img {
  width:480px;
}
#e_springfairText {
  bottom:80px;
}
#fairbttxt {
  bottom:46px;
}
#fairbttxt p {
  font-size:12px;
}

}


@media screen and (min-width: 1000px) {
#mainImg {
  margin:100px 0 0;
}
#mainImg .sp, #e_springSlide .sp {display:none;}
#mainImg .pc, #e_springSlide .pc {
  display:block;
}
#mainSlide li h1 {
  width:800px;
  height:129px;
  margin-top:-65px;
  margin-left:-400px;
}
#mainSlide li h1 .mask {
  height:129px !important;
}
#mainSlide li h1 img.slidetextbg {
  min-width:800px !important;
  min-height:129px !important;
}
#e_springfair {
  top:-39px;
}
#e_springfair h2 {
  top:44px;
}
#e_springfair h2 img {
	width:420px;
}
#fairbttxt {
  bottom:45px;
}
#e_springSlide .pc img.big {
	display:none;
}

.btn {
  max-width:272px;
  margin:0 auto;
  padding:0;
}
.btn a {
  width: 70%;
  background:url(/common/img/btn_readmore_w_on.png) no-repeat 0 0;
  background-size:100% auto;
}
.btn a img {
  transition:all ease 0.3s;
}
.btn a:hover img {
  opacity:0;
}
#e_springfair h2 {
  padding: 0 0 8%;
}
#menu h2 img, #story h2 img, #shop h2 img {
  width:520px;
}
#e_springfairText {
  margin:0 auto;
}
#e_springfairText p.fairDate {
  width:712px;
}
#e_springfairText .btn {
  width:350px;
}
#e_springfairText {
  padding:0 17%;
}

#menu {
	margin-bottom:0;
  top:-60px;
}
#menu #leafHead {
  display:block;
  top: -40px;
}
#menu #leafHead .leaf_left img {
  width:17%;
  top:-80%;
}
#menu #leafHead .leaf_right img {
  width:25%;
  top:-160%;
}
#menu h2 {
  padding: 0 0 1%;
}
#menu h3 {
  padding: 0 0 25px;
}
#menu h3 img {
  width:410px;
}
#menuList {
  max-width:1440px;
  height:840px;
  padding:0;
  margin:0 auto;
  background: url(/img/menu_bg.png) no-repeat center 15px;
  background-size: 100% auto;
}
#menuList li {
  display:block;
}
#menuList #m_pancake {
  width:33%;
  max-width:484px;
  padding:0;
  position:absolute;
  top:0.5%;
  left: 3%;
}
#menuList #m_pancake .btn {
  width:60%;
  bottom: -10%;
  left:0;
}
#menuList #m_dish {
  width:25%;
  max-width:357px;
  padding:0;
  position:absolute;
  top:0.5%;
  left:43%;
}
#menuList #m_dish .btn {
  width: 82%;
  bottom: -8%;
  left: -6%;
}
#menuList #m_burger {
  width:25%;
  max-width:364px;
  padding:0;
  position:absolute;
  top:7%;
  left:73%;
}
#menuList #m_burger .btn {
  width: 74%;
  padding: 0;
  position: absolute;
  bottom: -12%;
  left: 3%;
}
#menuList #m_benedict {
  width:26%;
  max-width:398px;
  padding:0;
  position:absolute;
  top:37%;
  left:34%;
}
#menuList #m_benedict .btn {
  width: 80%;
  padding: 0;
  position: absolute;
  bottom:-22%;
  left:1%;
}
#menuList #m_meal {
  width:28%;
  max-width:404px;
  padding:0;
  position:absolute;
  top:33%;
  left:65%;
}
#menuList #m_meal .btn {
  width:60%;
  position:absolute;
  bottom:-8%;
  left: 48%;
}
#menuList #m_appetizer {
  width:25%;
  max-width:381px;
  padding:0;
  position:absolute;
  top:57%;
  left:42%;
}
#menuList #m_appetizer .btn {
  width:56%;
  position: absolute;
  bottom: -10%;
  left: 50%;
}
#menuList #m_dessert {
  width:21%;
  max-width:288px;
  padding:0;
  position:absolute;
  top:64%;
  left:72%;
}
#menuList #m_dessert .btn {
  width: 44%;
  position: absolute;
  bottom: -9%;
  left: -1%;
}
#menuList #m_drink {
  width:20%;
  max-width:270px;
  padding:0;
  position:absolute;
  top:61%;
  left:16%;
  margin-top:0;
  z-index:10;
}
#menuList #m_drink .btn {
  width:106%;
  position: absolute;
  bottom:-17%;
  left:9%;
}
#menuList #m_coffee {
  width:17%;
  max-width:395px;
  padding:0;
  position:absolute;
  top:35%;
  left:10%;
  margin-top:0;
}
#menuList #m_coffee .btn {
  width:70%;
}
#menuList #m_burger a, #menuList #m_meal a {
  margin:0;
}
#menuList #m_pancake a {
  background:url(/img/menu_pancake_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_dish a {
  background:url(/img/menu_dish_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_burger a {
  background:url(/img/menu_burger_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_benedict a {
  background:url(/img/menu_benedict_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_meal a {
  background:url(/img/menu_meal_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_appetizer a {
  background:url(/img/menu_appetizer_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_dessert a {
  background:url(/img/menu_dessert_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_coffee a {
  background:url(/img/menu_coffee_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_drink a {
  background:url(/img/menu_drink_on.png) no-repeat 0 0;
  background-size:100% auto;
}

#menuList #m_pancake .btn {
  background:url(/img/btn_pancake_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_dish .btn {
  background:url(/img/btn_dish_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_burger .btn {
  background:url(/img/btn_burger_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_benedict .btn {
  background:url(/img/btn_benedict_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_meal .btn {
  background:url(/img/btn_meal_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_appetizer .btn {
  background:url(/img/btn_appetizer_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_dessert .btn {
  background:url(/img/btn_dessert_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_coffee .btn {
  background:url(/img/btn_coffee_on.png) no-repeat 0 0;
  background-size:100% auto;
}
#menuList #m_drink .btn {
  background:url(/img/btn_drink_on.png) no-repeat 0 0;
  background-size:100% auto;
}

#menuList div a img {
  transition:all ease 0.3s;
}
#menuList div a:hover img {
  opacity:0;
}

#story {
  padding:15% 0 24%;
  background:url(/img/story_bg1.png) no-repeat center 0;
  background-size: 100% auto;
}
.night #story {
  background:url(/img/story_bg2.png) no-repeat center 0;
  background-size:100% auto;
}
#story h2 {
  padding:0 0 30px;
}
#leaf_left, #leaf_right {
  margin-top:-29%;
}
#leaf_left img {
  width: 35%;
  left: -6%;
}
#leaf_right img {
  width:30%;
  right: -11%;
}
#shop {
  padding: 1px 30px 4%;
}
#shop .inner {
  max-width:1424px;
  padding: 11% 30px 15%;
  margin:0 auto;
  margin-top:25%;
  background: url(/img/shop_bg.png) no-repeat center 0;
  background-size: 100% auto;
}
#shop h2 {
  padding:0 0 30px;
}

.news_content {
  width:100%;
  max-width:1440px;
  padding:0;
  margin:0 auto;
  box-sizing: border-box;
}
.news_content .news_box {
  width:50%;
  padding:0 30px;
  margin:10px 0 0;
  float: left;
}
.news_content #shopInfo {
  margin:10px 0 0;
  float:right;
}
.news_content h2 {
  padding: 0 10px 10px;
  margin: 0 0 25px;
  background: url(/img/info_border.png) no-repeat 0 bottom;
  background-size:100% 4px;
}
.news_content h2 img {
  height:18px;
}
#shopInfo h2 img {
    height:19px;
}
.news_content h2 a {
  font-size: 14px;
  margin: 2px 0 0;
  padding: 0 0 0 16px;
  background: url(/common/img/ico_link.png) no-repeat 0 center;
  background-size: 12px auto;
  transition:all ease 0.3s;
}
.news_content h2 a:hover {
  color:#006933;
}
.news_content ul li .news_list_time, .news_content ul li p {
  font-size:16px;
}
.news_content ul li a h3, .news_content ul li a p {
  color:#3a1e22;
  font-size:16px;
  transition:all ease 0.3s;
}
.news_content ul li a:hover .news_list_time, .news_content ul li a:hover p {
  color:#006933;
}

}


@media screen and (min-width: 1100px) {
.btn a img {
  max-width:272px;
  max-height:83px;
}
#mainSlide li h1 {
  width: 900px;
	height: 145px;
	margin-top: -73px;
	margin-left: -450px;
}
#mainSlide li h1 .mask {
  height:145px !important;
}
#mainSlide li h1 img.slidetextbg {
  min-width:900px !important;
  min-height:145px !important;
}
#menu h3 img {
  width: 440px;
}
#menuList {
  height:940px;
}
#menu h2 img, #story h2 img, #shop h2 img {
  width:563px;
}
#e_springfair {
  top:-43px;
}
#e_springfair h2 img {
  width:460px;
}
#e_springfairText {
	bottom:85px;
}
#fairbttxt {
  bottom:50px;
}
#story {
	padding:15% 0 25%;
  top:-40px;
}

}


@media screen and (min-width: 1200px) {
#menuList {
  height:1040px;
}
#e_springfair {
  top:-46px;
}
#e_springfair h2 {
  top:50px;
}
#e_springfair h2 img {
  width:500px;
}
#e_springfairText {
  padding:0 15%;
}
#fairbttxt {
  bottom:52px;
}
#e_springfairText p.fairDate {
  padding:0 30px 0 0;
}
#story {
  padding:15% 0 19%;
}
#shop .inner {
  padding: 10% 30px 19%;
}
#leaf_left, #leaf_right {
  margin-top: -15%;
}

}

@media screen and (min-width: 1300px) {
#mainSlide li h1 {
  width: 983px;
  height: 159px;
  margin-top: -80px;
  margin-left: -492px;
}
#mainSlide li h1 .mask {
  height:159px !important;
}
#mainSlide li h1 img.slidetextbg {
  min-width:983px !important;
  min-height:159px !important;
}
#e_springfair {
  top:-50px;
}
#e_springfair h2 img {
  width:563px;
}
.btn a {
  width:100%;
}
#e_springfairText {
  bottom:112px;
}
#menuList {
  height:1170px;
}
#fairbttxt {
  bottom:60px;
}
#story {
  padding:15% 0 18%;
}

}

@media screen and (min-width: 1400px) {
#e_springfair {
	top:-55px;
}
#e_springfair h2 {
  padding: 0 0 7%;
  top:65px;
}
#e_springfairText {
  bottom:125px;
}
#menu #leafHead .leaf_left img {
  top:-110%;
  left:0;
}
#menu #leafHead .leaf_right img {
  top: -185%;
}

}

@media screen and (min-width: 1440px) {
#menuList {
  height:1200px;
}
#story {
  padding:17% 0 18%;
}
#shop {
  padding: 1px 30px 5%;
}

}

@media screen and (min-width: 1500px) {
#mainImg {
  max-height:780px;
}
#mainImg .pc {display:none;}
#mainImg .big {
  display:block;
}
#mainSlide li h1 {
  margin-top:-130px;
}
#menu {
  top:-90px;
}
#menu #leafHead {
	height:1px;
  top:-150px;
}
#menu #leafHead .leaf_left img {
  top:-140%;
}
#menu #leafHead .leaf_right img {
  top:-210%;
}
#e_springSlide {
  height:1980px !important;
  margin:0 auto;
}
#e_springSlide li {
  height:1980px !important;
}
#e_springSlide li img {
  height:1980px;
  margin:0 auto;
}
#e_springSlide li h1 {
	width:1500px;
	height:1980px;
  left:50%;
	margin:0 auto;
  margin-left:-750px;
}
#e_springSlide li div.pc {
	margin-left:0 !important;
}
#e_springSlide .pc img {
  width:1500px !important;
}
#e_springSlide .pc img:first-child {
  left:50%;
  margin-left:-750px;
}
#e_springSlide .pc img.leftbg {
	left:0;
}
#e_springSlide .pc img.rightbg {
	right:0;
}

#e_springfair {
  top:-135px;
}
#e_springfair h2 {
  top:80px;
  padding: 0 0 8.5%;
}
#e_springfairText {
  width:920px;
  padding:0;
  margin-left:-460px;
  bottom:135px;
  left:50%;
}
#e_springfairText p.fairDate {
  padding:0 20px 0 0;
}
#e_springSlide li .fairbg img {
	width:100% !important;
	max-height:1980px;
}

#fairbttxt {
  max-width:1500px;
  margin-left:-750px;
  left:50%;
  bottom:68px;
}
#fairbttxt p {
  font-size:14px;
}
#story {
	top:-80px;
  padding:19% 0 18%;
}
#shop .inner {
	margin-top:21%;
}

}

@media screen and (min-width: 1560px) {
#e_springfair {
  top:-105px;
}

}

@media screen and (min-width: 1600px) {
#e_springfair {
  top:-90px;
}
#e_springfair h2 {
  padding:0 0 10%;
}
#menu {
  top:-40px;
}
#menu #leafHead {
  top:-290px;
}

}

@media screen and (min-width: 1660px) {
#e_springfair {
  top:-65px;
}

}

@media screen and (min-width: 1700px) {
#mainImg {
  max-height:880px;
}
#e_springfair {
  top:-146px;
}
#story {
  padding:20% 0 19%;
}
#shop {
  padding:1px 30px 1%;
}

}

@media screen and (min-width: 1760px) {
#e_springfair {
  top:-122px;
}

}

@media screen and (min-width: 1800px) {
#e_springfair {
  top:-120px;
}
#e_springfair h2 {
  top:90px;
}
#story {
  padding:21% 0 22%;
}
#shop .inner {
	margin-top:18%;
}
#e_springSlide .pc img.leftbg, #e_springSlide .pc img.rightbg {
	display:none;
}
#e_springSlide .pc img.big {
	width:100% !important;
  top:16px;
	display:block;
}

}

@media screen and (min-width: 1860px) {
#e_springfair {
  top:-97px;
}

}

@media screen and (min-width: 1900px) {
#mainImg .big {display:none;}
#mainImg .full {
  display:block;
}
#e_springfair {
  top:-265px;
}
#e_springfair h2 {
  top:95px;
}
#menu {
  top:-120px;
}

}

@media screen and (min-width: 1960px) {
#e_springfair {
  top:-245px;
}

}

@media screen and (min-width: 2000px) {
#mainSlide li h1 {
  margin-top:-210px;
}
#e_springfair {
  top:-230px;
}
#shop .inner {
  padding: 10% 30px 13%;
}

}

@media screen and (min-width: 2060px) {
#e_springfair {
  top:-210px;
}

}

@media screen and (min-width: 2100px) {
#e_springfair {
  top:-198px;
}

}

@media screen and (min-width: 2160px) {
#e_springfair {
  top:-176px;
}

}

@media screen and (min-width: 2200px) {
#story {
  padding:23% 0 24%;
}
#e_springfair {
  top:-160px;
}
#menu {
  top:-60px;
}

}

@media screen and (min-width: 2260px) {
#e_springfair {
  top:-139px;
}

}

@media screen and (min-width: 2300px) {
#mainSlide li h1 {
  margin-top:-240px;
}
#e_springfair {
  top:-129px;
}

}

@media screen and (min-width: 2360px) {
#e_springfair {
  top:-111px;
}

}

@media screen and (min-width: 2400px) {
#mainImg .full {display:none;}
#mainImg .over {
  display:block;
}
#e_springfair {
  top:-162px;
}

}

@media screen and (min-width: 2460px) {
#e_springfair {
  top:-148px;
}

}

@media screen and (min-width: 2500px) {
#e_springfair {
  top:-132px;
}

}

@media all and (-ms-high-contrast:none) {
body {
  overflow-x:hidden;
}
#mainImg {
  margin:330px 0 0;
}
#mainSlide {
  position: absolute;
  top:-50px;
}
#mainImg svg {
  height:470px !important;
}
#e_springfair {
	top:-10px;
}
#e_springfair h2 {
  top:50px;
}
#e_springfair h2 img {
  width:65%;
}
#e_springfairText p.fairDate img {
  width:100%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:320px) {
#mainImg {
  margin:400px 0 0;
}
#mainSlide {
  position: absolute;
  top:-10px;
}

}

@media all and (-ms-high-contrast:none) and (min-width:360px) {
#mainImg svg {
  height:490px !important;
}
#mainImg {
  margin:430px 0 0;
}
#mainSlide {
  position: absolute;
  top:-10px;
}

}

@media all and (-ms-high-contrast:none) and (min-width:400px) {
#mainImg svg {
  height:590px !important;
}
#mainImg {
  margin:520px 0 0;
}
#e_springfair h2 {
  top:40px;
}
#e_springfair h2 img {
  width:80%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:440px) {
#mainImg {
  margin:550px 0 0;
}

}

@media all and (-ms-high-contrast:none) and (min-width:480px) {
#mainImg svg {
  height:800px !important;
}
#mainImg {
  margin:670px 0 0;
}
#e_springfair h2 {
  top:60px;
}

}

@media all and (-ms-high-contrast:none) and (min-width:540px) {
#e_springfair h2 {
  top:72px;
}
#e_springfair h2 img {
  width:70%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:560px) {
#mainImg svg {
  height:880px !important;
}
#mainImg {
  margin:750px 0 0;
}

}

@media all and (-ms-high-contrast:none) and (min-width:640px) {
#mainImg svg {
  height:954px !important;
}
#mainImg {
  margin:854px 0 0;
}
#e_springfair {
	top:-20px;
}

}

@media all and (-ms-high-contrast:none) and (min-width:700px) {
#mainImg {
	margin:910px 0 0;
}

}

@media all and (-ms-high-contrast:none) and (min-width:768px) {
#mainImg svg {
  height:504px !important;
}
#mainImg {
  margin:445px 0 0;
}
#mainSlide {
  top:65px;
}
#menu {
  margin-top:100px;
	top:-80px;
}
#e_springfair {
	top:70px;
}
#e_springfair h2 {
	top:45px;
}
#e_springfair h2 img {
	width:300px;
}
#menu h2 img, #story h2 img, #shop h2 img {
  width:380px;
}
#story {
	padding:35% 46px 52%;
	top:0;
}
#leaf_left, #leaf_right {
  margin-top:-43%;
}

}


@media all and (-ms-high-contrast:none) and (min-width:880px) {
#mainImg svg {
  height:574px !important;
}
#mainImg {
  margin:454px 0 0;
}
#e_springfair {
	top:115px;
}
#e_springfair h2 {
	top:55px;
}
#menu {
	top:-30px;
}
#story {
	padding:40% 46px 52%;
}
#shop .inner {
	padding:31% 30px 49%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:950px) {
#e_springfair h2 {
	top:65px;
}

}

@media all and (-ms-high-contrast:none) and (min-width:1000px) {
#mainImg svg {
  height:630px !important;
}
#mainImg {
  margin:510px 0 0;
}
#e_springfair h2 {
	top:60px;
}
#e_springfair h2 img {
	width:380px;
}
#menu h2 img, #story h2 img, #shop h2 img {
  width:480px;
}
#story {
	padding:15% 0 18%;
}
#shop {
	padding:19% 15px 4%;
}
#shop .inner {
	padding:11% 30px 15%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:1100px) {
#mainImg svg {
  height:690px !important;
}
#mainImg {
  margin:680px 0 0;
}
#e_springfair {
	top:5px;
}
#e_springfair h2 {
	top:75px;
}
#menu {
	top:-30px;
}
#story {
	top:-70px;
	padding:15% 0 18%;
}
#shop .inner {
	padding:14% 30px 15%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:1200px) {
#mainImg svg {
  height:750px !important;
}
#mainImg {
  margin:730px 0 0;
}
#e_springfair h2 img {
	width:440px;
}
#menu h2 img, #story h2 img, #shop h2 img {
  width:520px;
}
#story {
	padding:17% 0 18%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:1300px) {
#mainImg svg {
	 height:810px !important;
}
#mainImg {
	margin:790px 0 0;
}

}

@media all and (-ms-high-contrast:none) and (min-width:1400px) {
#mainImg svg {
	height:868px !important;
}
#mainImg {
	margin:845px 0 0;
}
#e_springfair h2 {
	top:95px;
}
#e_springfair h2 img, #menu h2 img, #story h2 img, #shop h2 img {
  width:500px;
}
#story {
	padding:18% 0 19%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:1500px) {
#mainImg svg {
  height:1076px !important;
}
#mainImg {
  margin:806px 0 0;
}
#menu #leafHead {
  top:-220px;
}
#shop {
	padding:25% 15px 4%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:1600px) {
#story {
	padding:19% 0 20%;
}
#shop .inner {
	padding:13% 30px 14%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:1700px) {
#mainImg svg {
  height:1176px !important;
}
#mainImg {
  margin:881px 0 0;
}
#shop .inner {
	padding:12% 30px 14%;
}
#leaf_left, #leaf_right {
  margin-top:-36%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:1900px) {
#mainImg svg {
  height:1276px !important;
}
#mainImg {
  margin:801px 0 0;
}
#mainSlide {
  top:95px;
}
#mainSlide li h1 {
	margin-top:-230px;
}
#shop {
	padding:25% 15px 0;
}
#shop .inner {
	padding:10% 30px 14%;
}
#story {
	padding:20% 0 24%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:2000px) {
#mainSlide li h1 {
	margin-top:-230px;
}

}

@media all and (-ms-high-contrast:none) and (min-width:2100px) {
#mainImg svg {
  height:1376px !important;
}
#mainImg {
  margin:861px 0 0;
}

}

@media all and (-ms-high-contrast:none) and (min-width:2300px) {
#mainImg svg {
  height:1476px !important;
}
#mainImg {
  margin:890px 0 0;
}
#story {
	padding:22% 0 24%;
}

}

@media all and (-ms-high-contrast:none) and (min-width:2400px) {
#mainImg {
	margin:860px 0 0;
}

}
