@charset "UTF-8";
/*clear fix*/
@keyframes showAnime {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  100% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

/* ------------------------------------------------
  menu
---------------------------------------------- */
.menu-ttl {
  margin-bottom: 35px;
  padding-left: 65px;
  font-size: 40px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  background-image: url(/img/matsuri/ico_menu_1.png);
  background-repeat: no-repeat;
  background-size: 45px auto;
  background-position: left center;
}

@media screen and (max-width: 768px) {
  .menu-ttl {
    margin-bottom: 20px;
    padding-left: 40px;
    background-size: 30px auto;
    font-size: 25px;
  }
}

@media screen and (max-width: 768px) {
  .menu-ttl + .item-list {
    margin-top: -10px;
  }
}

.menu-ttl + .menu-sub-ttl {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .menu-ttl + .menu-sub-ttl {
    margin-top: -10px;
  }
}

.menu-sub-ttl {
  font-size: 30px;
  color: #a9803c;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .menu-sub-ttl {
    position: relative;
    background: #e5d9c4;
    margin: 0 -15px;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 12px 15px 12px 30px;
    line-height: 1.4;
    text-align: left;
  }
  .menu-sub-ttl::before {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 3px;
    height: calc(100% - 24px);
    content: "";
    background: #a9803c;
  }
}

@media screen and (max-width: 768px) {
  .menu-sub-ttl + .item-list {
    margin-top: -16px;
  }
}

.menu-nav {
  border-radius: 6px;
  background: #fafafa;
}

@media screen and (max-width: 768px) {
  .menu-nav {
    padding: 15px;
  }
}

.menu-nav__ttl {
  font-size: 20px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  font-weight: bold;
  padding: 10px 10px 10px 60px;
  border-radius: 6px 6px 0 0;
  background-image: url(/img/matsuri/ico_menu_2.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-color: #231816;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .menu-nav__ttl {
    font-size: 15px;
  }
}

.menu-nav__item {
  position: relative;
  margin-bottom: 1px;
}

.menu-nav__item:last-child .menu-nav__link {
  border-radius: 0 0 6px 6px;
}

.menu-nav__item.current {
  font-weight: bold;
}

.menu-nav__item.current .menu-nav__link {
  background: #f3f3f3;
}

.menu-nav__link {
  position: relative;
  display: block;
  text-decoration: none;
  background: #fff;
  padding: 11px 15px 11px 40px;
  color: #333;
}

@media screen and (max-width: 768px) {
  .menu-nav__link {
    color: #004699;
    padding: 10px 30px 10px 10px;
  }
}

.menu-nav__link:hover {
  text-decoration: none;
  background: #f3f3f3;
}

.menu-nav__link::before {
  position: absolute;
  top: 18px;
  left: 20px;
  border-left: 7px solid #999;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  content: "";
}

@media screen and (max-width: 768px) {
  .menu-nav__link::before {
    left: inherit;
    right: 15px;
    width: 6px;
    height: 6px;
    border-left: none;
    border-top: 2px solid #999;
    border-right: 2px solid #999;
    border-bottom: none;
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
  }
}

.menu-nav__link--pdf::before {
  border: none;
  width: 13px;
  top: 50%;
  left: 15px;
  margin-top: -8px;
  height: 17px;
  background-image: url(/img/common/ico_pdf_1.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 13px auto;
}

@media screen and (max-width: 768px) {
  .menu-nav__link--pdf::before {
    left: inherit;
    right: 12px;
    -ms-transform: rotate(0);
        transform: rotate(0);
  }
}

.menu-nav--bottom {
  margin-bottom: 40px;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .menu-nav--bottom {
    margin-bottom: 20px;
    padding: 15px;
  }
}

.menu-nav--bottom .menu-nav__ttl {
  margin-bottom: 20px;
  padding: 0 0 0 0px;
  border-radius: 0;
  background-image: none;
  background-position: left center;
  background-color: transparent;
  color: #333;
}

@media screen and (max-width: 768px) {
  .menu-nav--bottom .menu-nav__ttl {
    margin-bottom: 10px;
  }
}

.menu-nav--bottom .menu-nav__list {
  padding: 0 10px;
}

.menu-nav--bottom .menu-nav__list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (max-width: 768px) {
  .menu-nav--bottom .menu-nav__list {
    padding: 0;
  }
}

.menu-nav--bottom .menu-nav__item {
  width: 50%;
  float: left;
  margin-bottom: 10px;
}

.menu-nav--bottom .menu-nav__item:nth-child(odd) {
  left: -10px;
}

.menu-nav--bottom .menu-nav__item:nth-child(even) {
  left: 10px;
}

@media screen and (max-width: 768px) {
  .menu-nav--bottom .menu-nav__item {
    margin-bottom: 5px;
    width: 100%;
    float: none;
    left: 0 !important;
    margin-bottom: 5px;
  }
}

.menu-nav--bottom .menu-nav__link {
  border: 1px solid #ccc;
  border-radius: 6px !important;
  color: #004699;
}

.coupon {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .coupon {
    margin-bottom: 15px;
  }
}

.coupon img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.menu-note-list li {
  margin-left: 1em;
  text-indent: -1em;
  margin-bottom: 5px;
  font-size: 11px;
}

@media screen and (max-width: 768px) {
  .menu-note-list li {
    margin-bottom: 2px;
  }
}

.topics-ttl {
  margin-bottom: 35px;
  padding-left: 55px;
  font-size: 40px;
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  background-image: url(/img/matsuri/ico_topics_1.png);
  background-repeat: no-repeat;
  background-size: 45px auto;
  background-position: left center;
}

@media screen and (max-width: 768px) {
  .topics-ttl {
    margin-bottom: 20px;
    padding-left: 35px;
    background-size: 29px auto;
    font-size: 25px;
  }
}

.item-block {
  border-bottom: 2px solid #fff;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .item-block {
    border-bottom: none;
    padding: 30px 0 30px;
  }
}

.item-block:first-child {
  padding: 10px 0 60px;
}

@media screen and (max-width: 768px) {
  .item-block:first-child {
    padding: 10px 0 30px;
  }
}

.item-block--bg {
  background: #fff;
  border-bottom: 2px solid #eee9e5;
}

.item-block--bg:last-child {
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .item-block--bg:last-child {
    padding-bottom: 60px;
  }
}

@media screen and (max-width: 768px) {
  .item-block--bg {
    border-bottom: none;
  }
  .item-block--bg .menu-sub-ttl {
    margin-top: -30px;
  }
}

.item-display {
  position: relative;
  margin-bottom: 30px;
}

.item-display::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (max-width: 768px) {
  .item-display {
    margin-bottom: 15px;
    padding-top: 0;
  }
}

.item-display__txt-area {
  width: 450px;
  float: none;
}

.item-display__txt-area h4 {
  margin: 25px 0 5px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .item-display__txt-area {
    width: 100%;
    float: none;
  }
}

.item-display__img {
  position: relative;
  float: right;
  margin-bottom: 20px;
  width: 500px;
}

@media screen and (max-width: 768px) {
  .item-display__img {
    width: auto;
    float: none;
    margin-top: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
    overflow: hidden;
  }
}

.item-display__img::before {
  position: absolute;
  left: -110px;
  bottom: 20px;
  width: 725px;
  height: 442px;
  background-image: url(/img/common/bg_item_1.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 95%;
  content: "";
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .item-display__img::before {
    display: none;
  }
}

.item-display__img ul {
  padding-left: 10%;
}

.item-display__img ul li {
  float: left;
  margin: 2% 1% 0;
}

.item-display__img ul li img {
  border: solid 1px #cccccc;
}

.item-display__img img {
  position: relative;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .item-display__img img {
    max-height: 290px;
  }
}

.item-display__tags span {
  padding: 2px 1em;
  background-color: #f5f1e5;
  border: solid 1px #d1c7af;
  border-radius: 2px;
}

.item-display__flyer {
  margin-bottom: 40px;
}

.item-display__flyer img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}


.item-display__limited {
	display: table;
	box-sizing: border-box;
	border: 3px solid #333;
	font-size: 22px;
	text-align: center;
	max-width: 450px;
	margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	.item-display__limited {
			position: relative;
			top: 0;
			margin-bottom: 5px;
			font-size: 14px;
			max-width: none;
	}
}

.item-display__limited-inner {
	display: table-cell;
	width: 50%;
	padding: 8px 10px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width: 768px) {
	.item-display__limited-inner {
			padding: 2px 2px;
	}
}

.item-display__limited-inner--01 {
	background: #333;
	color: #fff;
}

.item-display__limited-inner--02 {
	background: #db1a1e;
	color: #fff;
}


.ekiben-dtl__limited {
  display: table;
  box-sizing: border-box;
  border: 3px solid #000;
  font-size: 22px;
  text-align: center;
  max-width: 450px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .ekiben-dtl__limited {
    position: relative;
    top: 0;
    margin-bottom: 5px;
    font-size: 14px;
    max-width: none;
  }
}

.ekiben-dtl__limited-inner {
  display: table-cell;
  width: 50%;
  padding: 8px 10px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .ekiben-dtl__limited-inner {
    padding: 2px 2px;
  }
}

.ekiben-dtl__limited-inner--01 {
  background: #231816;
  color: #fff;
}

.ekiben-dtl__limited-inner--02 {
  background: #e10017;
  color: #fff;
}

.item-display__ttl {
  font-family: 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho Pro', 'HGS明朝E', 'ＭＳ Ｐ明朝', serif;
  width: 450px;
  float: left;
  line-height: 1.4;
  margin-bottom: 20px;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .item-display__ttl {
    width: auto;
    float: none;
    font-size: 25px;
  }
}

.item-display__name {
  margin-bottom: 20px;
  font-size: 40px;
}

@media screen and (max-width: 768px) {
  .item-display__name {
    font-size: 25px;
    line-height: 1.4;
  }
}

.item-display__sns {
  margin-bottom: 40px;
}

.item-display__sns li {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .item-display__sns li {
    width: 30px;
  }
}

.item-display__sns img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

.item-display__dtl {
  margin-bottom: 15px;
}

.item-display__dtl::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

.item-display__dtl-name {
  display: block;
  padding: 4px 8px;
  background: #000;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
  border-radius: 12px;
  font-weight: bold;
  font-size: 13px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .item-display__dtl-name {
    font-size: 14px;
    padding: 4px 6px;
  }
}

.item-display__dtl tr {
  border-bottom: solid 1px #cccccc;
}

.item-display__dtl tr:first-child {
  border-top: solid 1px #cccccc;
}

.item-display__dtl th {
  padding: 10px 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .item-display__dtl th {
    padding: 3px 0;
  }
}

.item-display__dtl .one .item-display__dtl-name {
  width: 22px;
  padding: 4px 0;
  border-radius: 50%;
  box-sizing: border-box;
}

.item-display__dtl td {
  margin-bottom: 10px;
  padding: 4px 0 4px 10px;
  line-height: 1;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .item-display__dtl td {
    padding: 3px 0 3px 3px;
  }
}

.item-display__dtl-price {
  font-weight: bold;
}

.item-display__dtl-price-num {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .item-display__dtl-price-num {
    font-size: 16px;
  }
}

.item-display__description {
  margin-bottom: 20px;
  font-size: 30px;
  color: #a9803c;
}

@media screen and (max-width: 768px) {
  .item-display__description {
    position: relative;
    background: #e5d9c4;
    margin: 0 -15px;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 12px 15px 12px 30px;
    line-height: 1.4;
    text-align: left;
  }
  .item-display__description::before {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 3px;
    height: calc(100% - 24px);
    content: "";
    background: #a9803c;
  }
}

.ekiben-dtl__txt,
.item-display__txt {
  margin-bottom: 20px;
}

.item-display__pdf {
  display: inline-block;
  margin-bottom: 30px;
  background: #fff;
  padding: 11px 15px 11px 45px;
  border: 1px solid #ccc;
  border-radius: 6px;
  background-image: url(/img/common/ico_pdf_1.png);
  background-repeat: no-repeat;
  background-position: 20px 15px;
  background-size: 13px auto;
}

@media screen and (max-width: 768px) {
  .item-display__pdf {
    display: block;
    margin-bottom: 15px;
  }
}

.item-allergy {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  padding: 30px;
  border-radius: 6px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .item-allergy {
    margin-bottom: 15px;
    padding: 0 15px 15px;
  }
}

.item-allergy__ttl {
  margin-bottom: 20px;
  color: #951e24;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .item-allergy__ttl {
    position: relative;
    background: #e5d9c4;
    margin: 0 -15px;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 12px 15px 12px 30px;
    border-radius: 6px 6px 0 0;
    line-height: 1;
  }
  .item-allergy__ttl::before {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 3px;
    height: calc(100% - 24px);
    content: "";
    background: #a9803c;
  }
}

.item-allergy__txt {
  position: absolute;
  top: 45px;
  right: 30px;
  font-size: 11px;
  padding-left: 36px;
}

@media screen and (max-width: 768px) {
  .item-allergy__txt {
    position: relative;
    right: inherit;
    top: 0;
    margin-bottom: 15px;
  }
}

.item-allergy__txt::before {
  position: absolute;
  top: 2px;
  left: 0;
  width: 30px;
  height: 16px;
  content: "";
  background: #e5d9c4;
  border: 1px solid #a9803c;
  box-sizing: border-box;
}

.item-allergy__list {
  margin-bottom: 15px;
}

.item-allergy__list::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: '';
}

@media screen and (max-width: 768px) {
  .item-allergy__list {
    padding: 0 2px;
  }
}

.item-allergy__list li {
  width: 130px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  float: left;
  box-sizing: border-box;
  background: #eee;
  margin-left: 1px;
  margin-bottom: 1px;
  font-weight: bold;
  color: #999;
}

@media screen and (max-width: 768px) {
  .item-allergy__list li {
    position: relative;
    width: 33.3%;
    margin-left: 0;
    line-height: 1.66;
    display: table;
    padding: 0 10px;
  }
  .item-allergy__list li .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .item-allergy__list li:nth-child(3n+1) {
    left: -1px;
  }
  .item-allergy__list li:nth-child(3n) {
    left: 1px;
  }
}

.item-allergy__list .on {
  border: 1px solid #dfc6ab;
  background: #dfc6ab;
  color: #333;
}

.item-allergy__note {
  font-size: 11px;
  margin-left: 1em;
  text-indent: -1em;
}

.menu-back-btn {
  position: relative;
  width: 130px;
  box-sizing: border-box;
  background: #fff;
  padding: 11px 15px 11px 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .menu-back-btn {
    width: auto;
  }
}

.menu-back-btn::before {
  position: absolute;
  top: 19px;
  left: 20px;
  border-right: 7px solid #999;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  content: "";
}

@media screen and (max-width: 768px) {
  .menu-back-btn::before {
    width: 7px;
    height: 7px;
    border-right: none;
    border-bottom: none;
    border-top: 2px solid #999;
    border-left: 2px solid #999;
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
  }
}

.item-pickup__ttl {
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
  color: #231816;
}

@media screen and (max-width: 768px) {
  .item-pickup__ttl {
    position: relative;
    background: #e5d9c4;
    margin: 0 -15px;
    color: #333;
    font-size: 18px;
    margin-bottom: 15px;
    padding: 12px 15px 12px 30px;
    line-height: 1;
    text-align: left;
  }
  .item-pickup__ttl::before {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 3px;
    height: calc(100% - 24px);
    content: "";
    background: #a9803c;
  }
}

.item-pickup__list {
  position: relative;
  width: 400px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .item-pickup__list {
    width: 37%;
    max-width: 233px;
    padding-bottom: 25px;
  }
}

.item-pickup__list img {
  display: block;
  width: 100%;
}

.item-pickup .slick-prev {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 50%;
  left: -120px;
  width: 38px;
  height: 66px;
  font-size: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  color: transparent;
  outline: none;
}

@media screen and (max-width: 768px) {
  .item-pickup .slick-prev {
    width: 16px;
    height: 29px;
    left: -50px;
    margin-top: -10px;
  }
}

.item-pickup .slick-prev::before {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  border-top: 5px solid #999;
  border-left: 5px solid #999;
  content: "";
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
  .item-pickup .slick-prev::before {
    top: 6px;
    left: 5px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #999;
    border-left: 3px solid #999;
  }
}

.item-pickup .slick-next {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  top: 50%;
  right: -120px;
  width: 38px;
  height: 66px;
  font-size: 0;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  background: transparent;
  border: none;
  color: transparent;
  outline: none;
}

@media screen and (max-width: 768px) {
  .item-pickup .slick-next {
    width: 16px;
    height: 29px;
    right: -50px;
    margin-top: -10px;
  }
}

.item-pickup .slick-next::before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 40px;
  height: 40px;
  border-top: 5px solid #999;
  border-right: 5px solid #999;
  content: "";
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .item-pickup .slick-next::before {
    top: 6px;
    right: 5px;
    width: 14px;
    height: 14px;
    border-top: 3px solid #999;
    border-right: 3px solid #999;
  }
}

.item-pickup .slick-dots {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
}

.item-pickup .slick-dots li {
  display: inline-block;
  margin-right: 10px;
}

.item-pickup .slick-dots button {
  display: block;
  color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  font-size: 0;
  background: #fff;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  .item-pickup .slick-dots button {
    width: 15px;
    height: 15px;
  }
}

.item-pickup .slick-dots .slick-active button {
  background: #a9803c;
  border: 1px solid #a9803c;
}
