@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp_s.min.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanmp_s.min.css");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  position: relative;
  color: #ffffff;
  background-color: #000;
  font-family: YakuHanMPs, bodoni-urw, shippori-mincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  font-style: normal;
}

/* ===== common =============== */
ul,
ol {
  list-style: none;
}

@media screen and (min-width: 768px) {
  .forSP {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .forPC {
    display: none;
  }
}

img {
  display: block;
  width: 100%;
  transition: all 600ms;
}

a {
  display: block;
  transition: all 600ms;
}

hr {
  margin: 40px 0;
  border: none;
  border-top: 1px solid rgba(201, 160, 99, 0.47);
}

.SPbr {
  display: none;
}
@media screen and (max-width: 767px) {
  .SPbr {
    display: inline;
  }
}

.PCbr {
  display: inline;
}
@media screen and (max-width: 767px) {
  .PCbr {
    display: none;
  }
}

.outer-frame {
  width: 100%;
}

.inner-frame {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inner-frame {
    width: 960px;
    margin: 0 auto;
  }
}

.btn_link {
  margin: 40px 0;
}
.btn_link a {
  box-sizing: border-box;
  width: 320px;
  height: 60px;
  margin: 0 auto;
  background-color: #786A57;
  border: none;
  color: #ffffff;
  font-size: 16px;
  line-height: 60px;
  letter-spacing: 0.2rem;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: all 600ms;
}
.btn_link a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .btn_link a {
    width: calc(100% - 40px);
  }
}
.btn_link.back a {
  background-color: transparent;
  color: #231815;
  border: 1px solid #000;
}
.btn_link.back a:hover {
  opacity: 1;
  background-color: rgba(122, 106, 86, 0.5);
}
.btn_link.xmas-chicken-howto a {
  width: 480px;
  background-color: #c79f62;
}
@media screen and (max-width: 767px) {
  .btn_link.xmas-chicken-howto a {
    width: 100%;
    letter-spacing: 0;
    font-size: 3.8vw;
  }
}

/* ===== header =============== */
#Header {
  position: relative;
  background-color: #000;
  z-index: 200;
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 767px) {
  #Header {
    position: fixed;
    height: 60px;
    background-color: #000;
  }
}
#Header .inner-frame {
  position: relative;
}
#Header #h-logo {
  width: 550px;
  height: 90px;
  padding: 40px 0 0;
}
#Header #h-logo img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #Header #h-logo {
    position: absolute;
    top: 12.5px;
    left: 10px;
    width: 225px;
    height: 45px;
    padding: 0;
  }
}
#Header #h-logo a {
  display: block;
  transition: all 600ms;
}
#Header #h-logo a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  #Header #h-nav {
    width: 960px;
    height: 40px;
    padding-top: 40px;
  }
}
#Header #h-nav #h-menu {
  position: relative;
}
@media screen and (min-width: 768px) {
  #Header #h-nav #h-menu {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #btn-MenuToggle {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #Header #h-nav #h-menu #btn-MenuToggle {
    display: none;
  }
}
#Header #h-nav #h-menu #menu-Open {
  display: none;
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #menu-Open {
    position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 40px;
    height: 40px;
    margin: 0;
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    background-image: url(../img/common/icon-hamburger.svg);
  }
}
#Header #h-nav #h-menu #menu-Close {
  display: none;
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #btn-MenuToggle:checked ~ #menu-Close {
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    margin: 0;
    border: none;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
    background-image: url(../img/common/icon-close.svg);
  }
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #h-menu__area {
    position: absolute;
    width: 100vw;
    height: 0;
    min-height: 0;
    top: 60px;
    left: 0;
    background-color: #000;
    z-index: 100;
    opacity: 0;
    transition: all 600ms;
  }
}
@media screen and (min-width: 768px) {
  #Header #h-nav #h-menu #h-menu__area {
    width: 100%;
    height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #h-menu__area #h-menu__list {
    display: none;
    flex-wrap: wrap;
    margin-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (min-width: 768px) {
  #Header #h-nav #h-menu #h-menu__area #h-menu__list {
    display: flex;
    justify-content: center;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #Header #h-nav #h-menu #h-menu__area #h-menu__list li {
    display: inline-block;
    height: 40px;
    padding: 0;
  }
}
#Header #h-nav #h-menu #h-menu__area #h-menu__list li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #h-menu__area #h-menu__list li a {
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  #Header #h-nav #h-menu #h-menu__area #h-menu__list li a {
    height: 30px;
    margin: 0 36px;
    line-height: 40px;
    border-bottom: 1px solid transparent;
    font-size: 21px;
  }
}
#Header #h-nav #h-menu #h-menu__area #h-menu__list li a:hover {
  border-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #h-menu__area #h-menu__list li:nth-child(even) a {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #h-menu__area #h-menu__list li.top {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #btn-MenuToggle:checked ~ #h-menu__area {
    height: calc(100% - 50px);
    min-height: calc(100vh - 50px);
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #btn-MenuToggle:checked ~ #h-menu__area #h-menu__list {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #btn-MenuToggle:checked ~ #h-menu__area #h-menu__sublist {
    display: block;
  }
}
#Header #h-nav #h-menu #h-menu__sublist {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  top: -80px;
  right: 0;
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #h-menu__sublist {
    position: relative;
    display: none;
    top: auto;
    text-align: center;
  }
}
#Header #h-nav #h-menu #h-menu__sublist li {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #h-menu__sublist li {
    margin-left: 0;
  }
}
#Header #h-nav #h-menu #h-menu__sublist li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0.15em;
  border-bottom: 1px solid transparent;
  transition: 0.3s linear;
}
#Header #h-nav #h-menu #h-menu__sublist li a:hover {
  border-bottom-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #Header #h-nav #h-menu #h-menu__sublist li a {
    font-size: 16px;
    padding: 20px 0;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
#Header #h-nav #h-menu #h-menu__sublist li.recruit a:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  content: "";
  background: url(/files/img/common/icon-blank.svg) no-repeat 0 0;
  background-size: 12px 12px;
}
@media screen and (max-width: 767px) {
  #Header.bk #h-nav #h-menu #menu-Open {
    background-image: url(../img/common/icon-hamburger_bk.svg);
  }
}
@media screen and (max-width: 767px) {
  #Header.bk #h-nav #h-menu #btn-MenuToggle:checked ~ #menu-Close {
    background-color: #ffffff;
    background-image: url(../img/common/icon-close_bk.svg);
  }
}
@media screen and (max-width: 767px) {
  #Header.bk #h-nav #h-menu #h-menu__area {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  #Header.bk #h-nav #h-menu #h-menu__area #h-menu__list {
    border-top: 1px solid rgba(35, 24, 21, 0.2);
  }
}
#Header.bk #h-nav #h-menu #h-menu__area #h-menu__list li a {
  color: #231815;
}
@media screen and (max-width: 767px) {
  #Header.bk #h-nav #h-menu #h-menu__area #h-menu__list li a {
    border-bottom: 1px solid rgba(35, 24, 21, 0.2);
  }
}
#Header.bk #h-nav #h-menu #h-menu__area #h-menu__list li a:hover {
  border-color: #231815;
}
@media screen and (max-width: 767px) {
  #Header.bk #h-nav #h-menu #h-menu__area #h-menu__list li:nth-child(even) a {
    border-right: 1px solid rgba(35, 24, 21, 0.2);
  }
}
#Header.bk #h-nav #h-menu #h-menu__sublist li a {
  color: #231815;
}
#Header.bk #h-nav #h-menu #h-menu__sublist li a:hover {
  border-bottom-color: #231815;
}
@media screen and (max-width: 767px) {
  #Header.bk #h-nav #h-menu #h-menu__sublist li a {
    border-bottom: 1px solid rgba(35, 24, 21, 0.2);
  }
}
#Header.bk #h-nav #h-menu #h-menu__sublist li.recruit a:after {
  background: url(/files/img/common/icon-blank_bk.svg) no-repeat 0 0;
}

/* ===== header =============== */
#Footer {
  position: relative;
  padding-bottom: 150px;
}
#Footer #footer_sns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin-bottom: 40px;
}
#Footer #footer_sns li {
  width: 24px;
  height: 24px;
  margin: 0 16px;
}
#Footer #footer_sns li a {
  display: block;
  transition: 0.3s linear;
}
#Footer #footer_sns li a:hover {
  opacity: 0.5;
}
#Footer #footer_reservation {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 50;
}
#Footer #footer_reservation .list_reservebtn.ver2 li.tel {
  display: none;
}
#Footer #footer_reservation .reservation__today {
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Footer #footer_reservation .reservation__today {
    font-size: 3.2vw;
  }
}
#Footer #footer_link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  letter-spacing: 0.1em;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  #Footer #footer_link {
    margin-bottom: 30px;
    font-size: 13px;
  }
}
#Footer #footer_link li {
  margin: 0 20px 36px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #Footer #footer_link li {
    display: none;
  }
}
#Footer #footer_link li a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: 0.3s linear;
}
@media screen and (min-width: 768px) {
  #Footer #footer_link li a:hover {
    border-bottom-color: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  #Footer #footer_link li.privacypolicy {
    display: block;
    margin: 0 20px;
  }
}
#Footer #footer_link li.privacypolicy a:after, #Footer #footer_link li.recruit a:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  content: "";
  background: url(/files/img/common/icon-blank.svg) no-repeat 0 0;
  background-size: 12px 12px;
}
#Footer .bnr_bottom_mynavi {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
}
#Footer .bnr_bottom_mynavi li {
  margin: 0 24px;
  background-color: #ffffff;
}
#Footer .bnr_bottom_mynavi li a {
  display: block;
  transition: 0.3s linear;
}
#Footer .bnr_bottom_mynavi li a img {
  width: auto;
}
#Footer .bnr_bottom_mynavi li a:hover {
  opacity: 0.5;
}
#Footer #copyright {
  padding: 40px 0;
  text-align: center;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#Footer.bk #footer_link li a {
  color: #231815;
}
#Footer.bk #footer_link li.privacypolicy a:after, #Footer.bk #footer_link li.recruit a:after {
  background: url(/files/img/common/icon-blank_bk.svg) no-repeat 0 0;
}
#Footer.bk #copyright {
  color: #231815;
}

/* ===== swiper =============== */
.swiper-section {
  position: relative;
  padding-bottom: 0 !important;
  background-color: rgba(200, 200, 200, 0.5);
}
@media screen and (max-width: 767px) {
  .swiper-section {
    padding-top: 60px;
    background: #000;
  }
}
@media screen and (min-width: 768px) {
  .swiper-section {
    min-width: 960px;
    margin-bottom: 100px;
  }
}
.swiper-section .swiper-container {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper-section .swiper-wrapper {
    margin-left: calc((100% - 960px) / 2);
  }
}
.swiper-section .swiper-wrapper .swiper-slide {
  transition: all 600ms;
  opacity: 0.1;
}
.swiper-section .swiper-wrapper .swiper-slide.swiper-slide-active {
  background: #ffffff;
  opacity: 1;
}
.swiper-section .swiper-wrapper .swiper-slide.swiper-slide-active a {
  pointer-events: auto;
}
.swiper-section .swiper-wrapper .swiper-slide.swiper-slide-active a:hover {
  opacity: 0.5;
}
.swiper-section .swiper-wrapper .swiper-slide a {
  transition: all 600ms;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .swiper-section .swiper-wrapper .swiper-slide a img {
    width: 960px;
  }
}
.swiper-section .swiper-pagination-fraction, .swiper-section .swiper-pagination-custom, .swiper-section .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: auto;
}
.swiper-section .swiper-pagination {
  position: absolute;
  width: 100%;
  margin-top: 20px;
}
.swiper-section .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000;
  border: 1px solid #ffffff;
  opacity: 1;
  margin: 0 8px !important;
  border-radius: 0;
}
.swiper-section .swiper-pagination .swiper-pagination-bullet-active {
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  body#top #wrapper {
    padding-top: 0;
  }
}

/* ===== contents =============== */
@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper {
    min-height: 400px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .pagetitle {
    padding: 40px 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .pagetitle {
    display: flex;
    flex-wrap: nowrap;
    padding: 60px 0 0;
  }
}
#wrapper .pagetitle .main {
  padding-right: 2rem;
  font-size: 46px;
  line-height: 46px;
  color: #786A57;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  #wrapper .pagetitle .main {
    font-size: 32px;
  }
}
#wrapper .pagetitle .sub {
  flex-grow: 1;
  max-width: 100%;
  height: 26px;
  margin: 10px 0;
  padding: 0 20px;
  color: #ffffff;
  background-color: #8F5A44;
  font-size: 12px;
  line-height: 26px;
  font-weight: normal;
  transition: 0.3s linear;
}
@media screen and (max-width: 767px) {
  #wrapper .pagetitle .sub {
    margin-bottom: 10px;
  }
}
#wrapper .section {
  /* 価格表3列2行
  .price_dow {
  	margin-bottom: 40px;
  	@include var.sp(var.$point-sp) {
  		margin: 0 20px 40px;
  	}
  	@include var.font-TsukuARdGothicB;
  	.ttl-price {
  		margin-bottom: 20px;
  		padding: 10px;
  		color: #ffffff;
  		letter-spacing: 0.5em;
  		text-align: center;
  		font-size: 37px;
  		@include var.sp(var.$point-sp) {
  			font-size: 24px;
  		}
  	}
  	.lightbuffet {
  		position: relative;
  		&:after {
  			position: absolute;
  			content: "";
  			top: 60px;
  			right: -10px;
  			width: 120px;
  			height: 80px;
  			background: url(../img/lightbuffet/mark_new.png) no-repeat center center;
  			background-size: 120px 80px;
  			@include var.sp(var.$point-sp) {
  				top: -10px;
  				width: 90px;
  				height: 60px;
  				background-size: 90px 60px;
  			}
  		}
  		.pricearea {
  			position: relative;
  			&:before {
  				position: absolute;
  				content: "";
  				top: -20px;
  				left: -10px;
  				width: 90px;
  				height: 120px;
  				background: url(../img/lightbuffet/img_wine.png) no-repeat center center;
  				background-size: 90px 120px;
  				@include var.sp(var.$point-sp) {
  					top: 50px;
  					left: 0;
  					width: 60px;
  					height: 80px;
  					background-size: 60px 80px;
  				}
  			}
  			&:after {
  				position: absolute;
  				content: "";
  				top: -20px;
  				right: -10px;
  				width: 90px;
  				height: 120px;
  				background: url(../img/lightbuffet/img_beer.png) no-repeat center center;
  				background-size: 90px 120px;
  				@include var.sp(var.$point-sp) {
  					top: 50px;
  					right: 0;
  					width: 60px;
  					height: 80px;
  					background-size: 60px 80px;
  				}
  			}
  		}
  	}
  	&.weekday {
  		.ttl-price {background-color: #E84F60;}
  		.timezone {
  			.lunch {
  				background-color: #E84F60;
  				.time {color: #E84F60;}
  				.pricearea {
  					.limit {color: #E84F60;}
  				}
  				.child {
  					@include var.pc(var.$point-pc) {color: #E84F60;}
  				}
  			}
  			.dinner {
  				background-color: #584D93;
  				.time {color: #584D93;}
  				.pricearea {
  					.limit {color: #584D93;}
  				}
  				.child {
  					@include var.pc(var.$point-pc) {color: #584D93;}
  				}
  			}
  			.lightbuffet {
  				background-color: #7E549F;
  				.time {color: #7E549F;}
  				.pricearea {
  					.limit {color: #7E549F}
  				}
  				.ttl-buffet {
  					.ja {
  						width: 133%;
  						margin-left: -16.5%;
  						white-space: nowrap;
  						transform: scale(0.75, 1);
  						@include var.sp(var.$point-sp) {
  						width: auto;
  						margin-left: 0;
  						white-space: normal;
  						transform: scale(1, 1);
  						}
  					}
  				}
  			}
  		}
  	}
  	&.weekend {
  		.ttl-price {background-color: #ED8599;}
  		.timezone {
  			.lunch {
  				background-color: #ED8599;
  				.time {color: #ED8599;}
  				.pricearea {
  					.limit {color: #ED8599;}
  				}
  				.child {
  					@include var.pc(var.$point-pc) {color: #ED8599;}
  				}
  			}
  			.dinner {
  				background-color: #739F21;
  				.time {color: #739F21;}
  				.pricearea {
  					.limit {color: #739F21;}
  				}
  				.child {
  					@include var.pc(var.$point-pc) {color: #739F21;}
  				}
  			}
  			.lightbuffet {
  				background-color: #4B6E0A;
  				.time {color: #4B6E0A;}
  				.pricearea {
  					.limit {color: #4B6E0A;}
  				}
  				.ttl-buffet {
  					.ja {
  						width: 133%;
  						margin-left: -16.5%;
  						white-space: nowrap;
  						transform: scale(0.75, 1);
  						@include var.sp(var.$point-sp) {
  						width: auto;
  						margin-left: 0;
  						white-space: wrap;
  						transform: scale(1, 1);
  						}
  					}
  				}
  			}
  		}
  	}
  	.timezone {
  		display: flex;
  		flex-wrap: nowrap;
  		justify-content: space-between;
  		@include var.sp(var.$point-sp) {
  			display: block;
  		}
  		.item {
  			width: calc((100% - 20px) / 2);
  			text-align: center;
  			@include var.sp(var.$point-sp) {
  				width: auto;
  				margin-bottom: 20px;
  			}
  			.time {
  				padding: 10px 0;
  				background-color: rgba(255,255,255,0.8);
  				font-size: 28px;
  				@include var.sp(var.$point-sp) {
  					padding: 6px 0;
  					font-size: 18px;
  				}
  				.lastentry {
  					font-size: 21px;
  					@include var.sp(var.$point-sp) {font-size: 12px;}
  				}
  			}
  			.ttl-buffet {
  				padding: 20px 0;
  				@include var.sp(var.$point-sp) {
  					padding: 12px 0;
  					white-space: normal;
  				}
  				.en {
  					font-size: 25px;
  					@include var.font-FuturaPT;
  					letter-spacing: 0.1em;
  					@include var.sp(var.$point-sp) {font-size: 16px;}
  				}
  				.ja {
  					font-size: 45px;
  					@include var.sp(var.$point-sp) {font-size: 28px;}
  				}
  			}
  			.pricearea {
  				display: flex;
  				flex-wrap: nowrap;
  				justify-content: flex-start;
  				.limit {
  					width: 148px;
  					padding: 10px 0;
  					background-color: #FFF000;
  					font-size: 24px;
  					@include var.sp(var.$point-sp) {
  						width: 36%;
  						padding: 6px 0;
  						font-size: 11px;
  					}
  					strong {
  						font-size: 64px;
  						@include var.sp(var.$point-sp) {font-size: 36px;}
  					}
  				}
  				.pricetag {
  					width: calc(100% - 148px);
  					padding: 10px 0;
  					background-color: #ffffff;
  					color: #000;
  					font-size: 24px;
  					@include var.sp(var.$point-sp) {
  						width: 64%;
  						padding: 6px 0;
  						font-size: 11px;
  					}
  					strong {
  						font-size: 64px;
  						@include var.sp(var.$point-sp) {font-size: 36px;}
  					}
  				}
  			}
  			.child {
  				margin: 10px;
  				padding: 10px;
  				font-size: 24px;
  				line-height: 1.4;
  				@include var.sp(var.$point-sp) {
  					background-color: none;
  					font-size: 16px;
  				}
  				@include var.pc(var.$point-pc) {
  					background-color: #ffffff;
  				}
  			}
  		}
  		&.col3 {
  			.item {
  				width: calc((100% - 30px) / 3);
  				text-align: center;
  				@include var.sp(var.$point-sp) {
  					width: auto;
  				}
  				.time {
  					height: 100px;
  					@include var.sp(var.$point-sp) {
  						height: auto;
  					}
  					&.row1 {
  						padding-top: 36px;
  						@include var.sp(var.$point-sp) {
  							padding: 6px 0;
  						}
  					}
  					&.row2 {
  						padding-top: 24px;
  						@include var.sp(var.$point-sp) {
  							padding: 6px 0;
  						}
  					}
  				}
  				.ttl-buffet {
  					padding: 20px 0;
  					@include var.sp(var.$point-sp) {padding: 12px 0;}
  					.en {
  						font-size: 18px;
  						@include var.font-FuturaPT;
  						letter-spacing: 0.1em;
  						@include var.sp(var.$point-sp) {font-size: 16px;}
  					}
  					.ja {
  						font-size: 30px;
  						@include var.sp(var.$point-sp) {font-size: 24px;}
  					}
  				}
  				.pricearea {
  					@include var.pc(var.$point-pc) {display: block;}
  					.limit {
  						width: auto;
  						font-size: 24px;
  						@include var.sp(var.$point-sp) {
  							width: 36%;
  							padding: 6px 0;
  							font-size: 11px;
  						}
  						strong {
  							font-size: 64px;
  							@include var.sp(var.$point-sp) {font-size: 36px;}
  						}
  					}
  					.pricetag {
  						width: auto;
  						background-color: transparent;
  						color: #ffffff;
  						font-size: 24px;
  						@include var.sp(var.$point-sp) {
  							width: 64%;
  							padding: 6px 0;
  							font-size: 11px;
  							background-color: #ffffff;
  							color: #000;
  						}
  						strong {
  							font-size: 64px;
  							@include var.sp(var.$point-sp) {font-size: 36px;}
  						}
  					}
  				}
  				.child {
  					font-size: 24px;
  					line-height: 1.4;
  					@include var.sp(var.$point-sp) {
  						font-size: 16px;
  					}
  				}
  				.description {
  					padding: 20px 0;
  					font-size: 24px;
  					line-height: 1.4;
  					@include var.sp(var.$point-sp) {
  						font-size: 16px;
  					}
  				}
  			}
  		}
  	}
  }*/
  /* 価格表2列1行 */
  /* アルコール飲み放題プラン */
}
@media screen and (max-width: 767px) {
  #wrapper .section {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .section {
    padding-bottom: 90px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .section:last-child {
    padding-bottom: 60px;
  }
}
#wrapper .section .ttl-section {
  font-weight: normal;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  #wrapper .section .ttl-section {
    margin: 20px;
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .section .ttl-section {
    margin-top: 100px;
    margin-bottom: 40px;
    font-size: 56px;
  }
}
#wrapper .section .ttl-section img {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #wrapper .section .ttl-section img {
    width: 90%;
  }
}
#wrapper .section .ttl-section-sub {
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  #wrapper .section .ttl-section-sub {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  #wrapper .section .ttl-section-sub {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}
#wrapper .section p.footnote {
  margin: 60px 0;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper .section p.footnote {
    margin: 30px 0;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .section p.footnote.mgnLR {
    margin-left: 4vw;
    margin-right: 4vw;
  }
}
#wrapper .section .main-lead {
  margin: 1rem 0;
  font-size: 36px;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper .section .main-lead {
    font-size: 5vw;
  }
}
#wrapper .section .no_alcohol {
  margin: 0 0 30px;
  color: #f00;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #wrapper .section .no_alcohol {
    margin-bottom: 20px;
    font-size: 3.6vw;
  }
}
#wrapper .section .desc_area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s linear;
}
#wrapper .section .desc_area:hover .img img {
  transform: scale(1.1);
  opacity: 0.75;
}
#wrapper .section .desc_area:hover .text p {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  #wrapper .section .desc_area {
    display: block;
    margin: 0 20px;
  }
}
#wrapper .section .desc_area .img {
  width: calc(45% - 20px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #wrapper .section .desc_area .img {
    width: auto;
    margin-bottom: 10px;
  }
}
#wrapper .section .desc_area .img img {
  transition: 0.3s linear;
}
#wrapper .section .desc_area .text {
  width: calc(55% - 20px);
  font-size: 30px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  #wrapper .section .desc_area .text {
    width: auto;
    font-size: 15px;
  }
}
#wrapper .section .desc_area .text p {
  word-break: break-all;
}
#wrapper .section .desc_area .text p sup {
  vertical-align: super;
  font-size: smaller;
}
#wrapper .section .desc_area .text p.footnote {
  margin: 30px 0 0;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .desc_area .text p.footnote {
    margin: 20px 0 0;
    font-size: 12px;
  }
}
#wrapper .section#notice {
  text-align: center;
}
#wrapper .section .ttl-notice {
  margin-bottom: 18px;
  font-size: 28px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper .section .ttl-notice {
    font-size: 24px;
  }
}
#wrapper .section .list_notice {
  font-size: 21px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_notice {
    font-size: 18px;
  }
}
#wrapper .section .list_notice li {
  margin: 0 3rem 0.5rem;
  list-style-type: disc;
  text-align: left;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_notice li {
    margin: 0 0 0.5rem 1rem;
  }
}
#wrapper .section.bgRed {
  background-color: #f00;
  padding: 40px;
}
@media screen and (max-width: 767px) {
  #wrapper .section.bgRed {
    background-color: transparent;
    width: auto;
    margin: 0 20px 40px;
    padding: 20px;
  }
}
#wrapper .section#campaign .list_notice {
  margin: 1rem 2rem;
  font-size: 19px;
}
@media screen and (max-width: 767px) {
  #wrapper .section#campaign .list_notice {
    margin: 1rem;
    font-size: 14px;
  }
}
#wrapper .section#campaign .list_notice li {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0;
}
#wrapper .section#campaign .list_notice li:before {
  display: inline;
  content: "●";
}
#wrapper .section .list_news {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_news {
    margin: 0 20px;
  }
}
#wrapper .section .list_news .item {
  width: calc((100% - 40px) / 2);
  margin: 0 40px 40px 0;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_news .item {
    width: calc((100% - 20px) / 2);
    margin: 0 20px 20px 0;
  }
}
#wrapper .section .list_news .item:nth-child(even) {
  margin-right: 0;
}
#wrapper .section .list_news .item a, #wrapper .section .list_news .item span {
  display: block;
  transition: 0.3s linear;
  color: #ffffff;
  text-decoration: none;
}
#wrapper .section .list_news .item a .img, #wrapper .section .list_news .item span .img {
  overflow: hidden;
  margin-bottom: 10px;
  background-color: #ffffff;
}
#wrapper .section .list_news .item a .text, #wrapper .section .list_news .item span .text {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_news .item a .text, #wrapper .section .list_news .item span .text {
    font-size: 14px;
  }
}
#wrapper .section .list_news .item a .text strike, #wrapper .section .list_news .item span .text strike {
  color: #999;
}
#wrapper .section .list_news .item a:hover .img img {
  transform: scale(1.1);
  opacity: 0.75;
}
#wrapper .section .list_news .item a:hover .text {
  text-decoration: underline;
}
#wrapper .section .price_area {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_area {
    display: block;
  }
}
#wrapper .section .price_dow {
  width: calc((100% - 20px) / 2);
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_dow {
    width: auto;
    margin: 0 20px 40px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_dow:last-child {
    margin-bottom: 10px;
  }
}
#wrapper .section .price_dow .ttl-price {
  margin-bottom: 20px;
  padding: 10px;
  color: #ffffff;
  letter-spacing: 0.5em;
  text-align: center;
  font-size: 37px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_dow .ttl-price {
    margin-bottom: 10px;
    font-size: 24px;
  }
}
#wrapper .section .price_dow.weekday .ttl-price {
  background-color: #E84F60;
}
#wrapper .section .price_dow.weekday .timezone {
  background-color: #E84F60;
}
#wrapper .section .price_dow.weekday .timezone .time,
#wrapper .section .price_dow.weekday .timezone .limit,
#wrapper .section .price_dow.weekday .timezone .child {
  color: #E84F60;
}
#wrapper .section .price_dow.weekend .ttl-price {
  background-color: #544A8C;
}
#wrapper .section .price_dow.weekend .timezone {
  background-color: #544A8C;
}
#wrapper .section .price_dow.weekend .timezone .time,
#wrapper .section .price_dow.weekend .timezone .limit,
#wrapper .section .price_dow.weekend .timezone .child {
  color: #544A8C;
}
#wrapper .section .price_dow .timezone {
  padding-bottom: 10px;
}
#wrapper .section .price_dow .timezone .item {
  text-align: center;
}
#wrapper .section .price_dow .timezone .item .time {
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_dow .timezone .item .time {
    padding: 6px 0;
    font-size: 18px;
  }
}
#wrapper .section .price_dow .timezone .item .pricearea .limit {
  margin: 6px 0;
  padding: 16px 0;
  background-color: #FFF000;
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_dow .timezone .item .pricearea .limit {
    padding: 6px 0;
    font-size: 19px;
  }
}
#wrapper .section .price_dow .timezone .item .pricearea .limit strong {
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_dow .timezone .item .pricearea .limit strong {
    font-size: 36px;
  }
}
#wrapper .section .price_dow .timezone .item .pricearea .limit .notice {
  display: block;
  margin-top: 4px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_dow .timezone .item .pricearea .limit .notice {
    font-size: 10px;
  }
}
#wrapper .section .price_dow .timezone .item .pricearea .pricetag {
  padding: 10px 0;
  color: #ffffff;
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_dow .timezone .item .pricearea .pricetag {
    padding: 6px 0;
    font-size: 18px;
  }
}
#wrapper .section .price_dow .timezone .item .pricearea .pricetag strong {
  font-size: 64px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_dow .timezone .item .pricearea .pricetag strong {
    font-size: 36px;
  }
}
#wrapper .section .price_dow .timezone .item .child {
  margin: 10px 20px 0;
  padding: 10px;
  font-size: 24px;
  line-height: 1.4;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #wrapper .section .price_dow .timezone .item .child {
    margin: 10px 10px 0;
    font-size: 16px;
  }
}
#wrapper .section#price p.footnote {
  margin-top: 0;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #wrapper .section#price p.footnote {
    margin: 0 20px 60px;
  }
}
#wrapper .section #price_alcohol {
  position: relative;
  display: block;
  border: 6px solid #3E247B;
  margin-bottom: 60px;
  padding-bottom: 2px;
  background-color: #000;
  color: #fff !important;
  text-decoration: none;
  transition: 0.3s;
}
#wrapper .section #price_alcohol.link:hover {
  opacity: 0.75;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol {
    border-width: 4px;
    margin: 0 20px 20px;
  }
}
#wrapper .section #price_alcohol .ttl-alcoholplan {
  position: relative;
  padding: 20px 0;
  background-color: #3E247B;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .ttl-alcoholplan {
    padding: 10px 10px 10px;
    font-size: 19px;
  }
}
#wrapper .section #price_alcohol .ttl-alcoholplan .small {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .ttl-alcoholplan .small {
    font-size: 12px;
  }
}
#wrapper .section #price_alcohol .ttl-alcoholplan strong {
  font-size: 56px;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .ttl-alcoholplan strong {
    font-size: 36px;
  }
}
#wrapper .section #price_alcohol .ttl-alcoholplan .sub {
  position: relative;
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 24px;
  color: #FFFF00;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .ttl-alcoholplan .sub {
    font-size: 16px;
  }
}
#wrapper .section #price_alcohol .ttl-alcoholplan .sub:before, #wrapper .section #price_alcohol .ttl-alcoholplan .sub:after {
  position: absolute;
  top: -0.2rem;
  display: inline-block;
  content: "";
  width: 1px;
  height: 2.4rem;
  border-left: 2px solid #ff0;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .ttl-alcoholplan .sub:before, #wrapper .section #price_alcohol .ttl-alcoholplan .sub:after {
    height: 1.8rem;
  }
}
#wrapper .section #price_alcohol .ttl-alcoholplan .sub:before {
  left: -1rem;
  transform: rotate(-30deg);
}
#wrapper .section #price_alcohol .ttl-alcoholplan .sub:after {
  right: -0.5rem;
  transform: rotate(30deg);
}
#wrapper .section #price_alcohol .ttl-alcoholplan:before, #wrapper .section #price_alcohol .ttl-alcoholplan:after {
  position: absolute;
  display: block;
  content: "";
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .ttl-alcoholplan:before, #wrapper .section #price_alcohol .ttl-alcoholplan:after {
    display: none;
    width: 70px;
    height: 95px;
    background-size: 70px 95px;
  }
}
#wrapper .section #price_alcohol .ttl-alcoholplan:before {
  top: 0;
  left: 20px;
  width: 140px;
  height: 190px;
  background-image: url(/files/img/main/202101/alcohol01.png);
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .ttl-alcoholplan:before {
    top: -130px;
    left: -40px;
  }
}
#wrapper .section #price_alcohol .ttl-alcoholplan:after {
  top: 10px;
  right: 20px;
  width: 120px;
  height: 162px;
  background-image: url(/files/img/main/202101/alcohol02.png);
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .ttl-alcoholplan:after {
    top: -110px;
    right: -35px;
  }
}
#wrapper .section #price_alcohol .lead {
  margin: 20px 0;
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .lead {
    font-size: 17px;
  }
}
#wrapper .section #price_alcohol .ttl-alcohol {
  height: 40px;
  margin: 0 40px 40px;
  background: rgb(210, 164, 0);
  background: linear-gradient(to right, rgb(210, 164, 0) 0%, rgb(255, 248, 176) 50%, rgb(210, 164, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d2a400", endColorstr="#d2a400",GradientType=1 );
  border-radius: 20px;
  color: #000;
  text-align: center;
  font-size: 26px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .ttl-alcohol {
    height: 32px;
    margin: 0 10px 20px;
    font-size: 17px;
    line-height: 32px;
  }
}
#wrapper .section #price_alcohol .riku {
  position: absolute;
  top: 185px;
  right: 0;
  width: 160px;
  height: 160px;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .riku {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 20px;
  }
}
#wrapper .section #price_alcohol .menu_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 40px;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area {
    display: block;
    margin: 0 10px;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box {
    margin-bottom: 24px;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box#beer {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box#beer {
    width: auto;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box#beer .ttl-menu {
  background: linear-gradient(to right, rgba(176, 131, 30, 0) 0%, rgb(176, 131, 30) 10%, rgb(176, 131, 30) 90%, rgba(176, 131, 30, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00b0831e", endColorstr="#00b0831e",GradientType=1 );
}
#wrapper .section #price_alcohol .menu_area .menu_box#wine {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box#wine {
    width: auto;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box#wine .ttl-menu {
  background: linear-gradient(to right, rgba(86, 30, 51, 0) 0%, rgb(86, 30, 51) 10%, rgb(86, 30, 51) 90%, rgba(86, 30, 51, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00561e33", endColorstr="#00561e33",GradientType=1 );
}
#wrapper .section #price_alcohol .menu_area .menu_box#cocktail {
  width: 100%;
}
#wrapper .section #price_alcohol .menu_area .menu_box#cocktail .ttl-menu {
  background: linear-gradient(to right, rgba(117, 129, 75, 0) 0%, rgb(117, 129, 75) 10%, rgb(117, 129, 75) 90%, rgba(117, 129, 75, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0075814b", endColorstr="#0075814b",GradientType=1 );
}
#wrapper .section #price_alcohol .menu_area .menu_box#whisky {
  width: 100%;
}
#wrapper .section #price_alcohol .menu_area .menu_box#whisky .ttl-menu {
  background: linear-gradient(to right, rgba(176, 131, 30, 0) 0%, rgb(176, 131, 30) 10%, rgb(176, 131, 30) 90%, rgba(176, 131, 30, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00b0831e", endColorstr="#00b0831e",GradientType=1 );
}
#wrapper .section #price_alcohol .menu_area .menu_box#cocktail .menu_list, #wrapper .section #price_alcohol .menu_area .menu_box#whisky .menu_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#wrapper .section #price_alcohol .menu_area .menu_box#cocktail .menu_list .item, #wrapper .section #price_alcohol .menu_area .menu_box#whisky .menu_list .item {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box#cocktail .menu_list .item, #wrapper .section #price_alcohol .menu_area .menu_box#whisky .menu_list .item {
    width: auto;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box .ttl-menu {
  position: relative;
  height: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box .ttl-menu {
    height: 14px;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box .ttl-menu .main {
  position: absolute;
  display: inline-block;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 40px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 15%, rgb(0, 0, 0) 85%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#00000000",GradientType=1 );
  font-size: 32px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box .ttl-menu .main {
    padding: 0 24px;
    top: -2px;
    font-size: 18px;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box .ttl-menu .main .jp {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box .ttl-menu .main .jp {
    font-size: 13px;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box .menu_list .item {
  margin-bottom: 6px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box .menu_list .item {
    margin-bottom: 10px;
    line-height: 1.3;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box .menu_list .item .alphabet {
  display: inline-block;
  width: 42%;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box .menu_list .item .alphabet {
    width: 100%;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box .menu_list .item .jp {
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box .menu_list .item .jp {
    width: 100%;
  }
}
#wrapper .section #price_alcohol .menu_area .menu_box .menu_list .item .small {
  font-size: 11px;
}
#wrapper .section #price_alcohol .menu_area .menu_box .howto_drink {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper .section #price_alcohol .menu_area .menu_box .howto_drink {
    font-size: 14px;
  }
}
#wrapper .section .list_shop .item_shop {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_shop .item_shop {
    display: block;
    margin: 0 20px;
  }
}
#wrapper .section .list_shop .item_shop .img {
  width: 360px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_shop .item_shop .img {
    width: auto;
    margin-bottom: 10px;
  }
}
#wrapper .section .list_shop .item_shop .img .shopinfo-thumb {
  padding-top: 0.5em;
}
#wrapper .section .list_shop .item_shop .img .shopinfo-thumb .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 4px;
  transform: none !important;
}
#wrapper .section .list_shop .item_shop .img .shopinfo-thumb .swiper-wrapper .swiper-slide {
  display: block;
  box-sizing: border-box;
  width: calc((100% - 12px) / 3) !important;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, 0.33);
  cursor: pointer;
  pointer-events: auto;
  opacity: 1 !important;
}
#wrapper .section .list_shop .item_shop .img .shopinfo-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  border-color: rgb(255, 255, 255);
}
#wrapper .section .list_shop .item_shop .text {
  width: calc(100% - 400px);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_shop .item_shop .text {
    width: auto;
  }
}
#wrapper .section .list_shop .item_shop .text .ttl-item,
#wrapper .section .list_shop .item_shop .text .data {
  font-size: 22px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_shop .item_shop .text .ttl-item,
  #wrapper .section .list_shop .item_shop .text .data {
    font-size: 14px;
  }
}
#wrapper .section .list_shop .item_shop .text .ttl-item .en,
#wrapper .section .list_shop .item_shop .text .ttl-item .jp {
  display: block;
}
#wrapper .section .list_shop .item_shop .text .data {
  margin-bottom: 20px;
}
#wrapper .section .list_shop .item_shop .text .data a {
  display: inline;
  color: #ffffff;
  text-decoration: none;
}
#wrapper .section .list_shop .item_shop .text .link {
  width: 132px;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_shop .item_shop .text .link {
    margin: 0 auto;
  }
}
#wrapper .section .list_shop .item_shop .text .link a {
  display: block;
  transition: 0.3s linear;
}
#wrapper .section .list_shop .item_shop .text .link a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend,
  #wrapper .section .list_limited {
    margin: 0 20px;
  }
}
#wrapper .section .list_recommend .item,
#wrapper .section .list_limited .item {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item,
  #wrapper .section .list_limited .item {
    margin-bottom: 30px;
  }
}
#wrapper .section .list_recommend .item .ttl_recommend,
#wrapper .section .list_recommend .item .ttl_limited,
#wrapper .section .list_limited .item .ttl_recommend,
#wrapper .section .list_limited .item .ttl_limited {
  position: relative;
  min-height: 130px;
  margin-bottom: 20px;
  font-size: 46px;
  line-height: 74px;
  padding-left: 150px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .ttl_recommend,
  #wrapper .section .list_recommend .item .ttl_limited,
  #wrapper .section .list_limited .item .ttl_recommend,
  #wrapper .section .list_limited .item .ttl_limited {
    min-height: 48px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 28px;
    padding-left: 54px;
  }
}
#wrapper .section .list_recommend .item .ttl_recommend img,
#wrapper .section .list_recommend .item .ttl_limited img,
#wrapper .section .list_limited .item .ttl_recommend img,
#wrapper .section .list_limited .item .ttl_limited img {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
  height: 130px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .ttl_recommend img,
  #wrapper .section .list_recommend .item .ttl_limited img,
  #wrapper .section .list_limited .item .ttl_recommend img,
  #wrapper .section .list_limited .item .ttl_limited img {
    width: 48px;
    height: 48px;
  }
}
#wrapper .section .list_recommend .item .img_recommend .item_name,
#wrapper .section .list_recommend .item .img_limited .item_name,
#wrapper .section .list_limited .item .img_recommend .item_name,
#wrapper .section .list_limited .item .img_limited .item_name {
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .img_recommend .item_name,
  #wrapper .section .list_recommend .item .img_limited .item_name,
  #wrapper .section .list_limited .item .img_recommend .item_name,
  #wrapper .section .list_limited .item .img_limited .item_name {
    margin: 6px 0 0;
    font-size: 14px;
  }
}
#wrapper .section .list_recommend .item .img_recommend.season_limited,
#wrapper .section .list_recommend .item .img_limited.season_limited,
#wrapper .section .list_limited .item .img_recommend.season_limited,
#wrapper .section .list_limited .item .img_limited.season_limited {
  position: relative;
}
#wrapper .section .list_recommend .item .img_recommend.season_limited:after,
#wrapper .section .list_recommend .item .img_limited.season_limited:after,
#wrapper .section .list_limited .item .img_recommend.season_limited:after,
#wrapper .section .list_limited .item .img_limited.season_limited:after {
  position: absolute;
  display: block;
  content: "";
  top: 10px;
  right: 10px;
  width: 150px;
  height: 150px;
  background: url(/files/img/mark/mark-season_limited.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .img_recommend.season_limited:after,
  #wrapper .section .list_recommend .item .img_limited.season_limited:after,
  #wrapper .section .list_limited .item .img_recommend.season_limited:after,
  #wrapper .section .list_limited .item .img_limited.season_limited:after {
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
}
#wrapper .section .list_recommend .item .img_recommend.kyoto_matcha, #wrapper .section .list_recommend .item .img_recommend.fukuoka_matcha,
#wrapper .section .list_recommend .item .img_limited.kyoto_matcha,
#wrapper .section .list_recommend .item .img_limited.fukuoka_matcha,
#wrapper .section .list_limited .item .img_recommend.kyoto_matcha,
#wrapper .section .list_limited .item .img_recommend.fukuoka_matcha,
#wrapper .section .list_limited .item .img_limited.kyoto_matcha,
#wrapper .section .list_limited .item .img_limited.fukuoka_matcha {
  position: relative;
}
#wrapper .section .list_recommend .item .img_recommend.kyoto_matcha:before, #wrapper .section .list_recommend .item .img_recommend.fukuoka_matcha:before,
#wrapper .section .list_recommend .item .img_limited.kyoto_matcha:before,
#wrapper .section .list_recommend .item .img_limited.fukuoka_matcha:before,
#wrapper .section .list_limited .item .img_recommend.kyoto_matcha:before,
#wrapper .section .list_limited .item .img_recommend.fukuoka_matcha:before,
#wrapper .section .list_limited .item .img_limited.kyoto_matcha:before,
#wrapper .section .list_limited .item .img_limited.fukuoka_matcha:before {
  position: absolute;
  display: block;
  content: "";
  top: 180px;
  right: 0;
  width: 150px;
  height: 150px;
  background: url(/files/img/dessert/2021_marron_matcha/mark_kyoto_matcha.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .img_recommend.kyoto_matcha:before, #wrapper .section .list_recommend .item .img_recommend.fukuoka_matcha:before,
  #wrapper .section .list_recommend .item .img_limited.kyoto_matcha:before,
  #wrapper .section .list_recommend .item .img_limited.fukuoka_matcha:before,
  #wrapper .section .list_limited .item .img_recommend.kyoto_matcha:before,
  #wrapper .section .list_limited .item .img_recommend.fukuoka_matcha:before,
  #wrapper .section .list_limited .item .img_limited.kyoto_matcha:before,
  #wrapper .section .list_limited .item .img_limited.fukuoka_matcha:before {
    top: 60px;
    right: 5px;
    width: 50px;
    height: 50px;
  }
}
#wrapper .section .list_recommend .item .img_recommend.fukuoka_matcha:before,
#wrapper .section .list_recommend .item .img_limited.fukuoka_matcha:before,
#wrapper .section .list_limited .item .img_recommend.fukuoka_matcha:before,
#wrapper .section .list_limited .item .img_limited.fukuoka_matcha:before {
  width: 170px;
  height: 122px;
  background-image: url(/files/img/mark/mark_fukuoka_matcha.png);
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .img_recommend.fukuoka_matcha:before,
  #wrapper .section .list_recommend .item .img_limited.fukuoka_matcha:before,
  #wrapper .section .list_limited .item .img_recommend.fukuoka_matcha:before,
  #wrapper .section .list_limited .item .img_limited.fukuoka_matcha:before {
    width: 56.6666666667px;
    height: 40.6666666667px;
  }
}
#wrapper .section .list_recommend .item .img_recommend_list,
#wrapper .section .list_recommend .item .img_limited_list,
#wrapper .section .list_limited .item .img_recommend_list,
#wrapper .section .list_limited .item .img_limited_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
#wrapper .section .list_recommend .item .img_recommend_list li,
#wrapper .section .list_recommend .item .img_limited_list li,
#wrapper .section .list_limited .item .img_recommend_list li,
#wrapper .section .list_limited .item .img_limited_list li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .img_recommend_list li,
  #wrapper .section .list_recommend .item .img_limited_list li,
  #wrapper .section .list_limited .item .img_recommend_list li,
  #wrapper .section .list_limited .item .img_limited_list li {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
}
#wrapper .section .list_recommend .item .img_recommend_list li:nth-child(even),
#wrapper .section .list_recommend .item .img_limited_list li:nth-child(even),
#wrapper .section .list_limited .item .img_recommend_list li:nth-child(even),
#wrapper .section .list_limited .item .img_limited_list li:nth-child(even) {
  margin-right: 0;
}
#wrapper .section .list_recommend .item .img_recommend_list li .item_name,
#wrapper .section .list_recommend .item .img_limited_list li .item_name,
#wrapper .section .list_limited .item .img_recommend_list li .item_name,
#wrapper .section .list_limited .item .img_limited_list li .item_name {
  margin: 10px 0 0;
  font-size: 24px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .img_recommend_list li .item_name,
  #wrapper .section .list_recommend .item .img_limited_list li .item_name,
  #wrapper .section .list_limited .item .img_recommend_list li .item_name,
  #wrapper .section .list_limited .item .img_limited_list li .item_name {
    margin: 6px 0 0;
    font-size: 14px;
  }
}
#wrapper .section .list_recommend .item .img_recommend_list li.season_limited,
#wrapper .section .list_recommend .item .img_limited_list li.season_limited,
#wrapper .section .list_limited .item .img_recommend_list li.season_limited,
#wrapper .section .list_limited .item .img_limited_list li.season_limited {
  position: relative;
}
#wrapper .section .list_recommend .item .img_recommend_list li.season_limited:after,
#wrapper .section .list_recommend .item .img_limited_list li.season_limited:after,
#wrapper .section .list_limited .item .img_recommend_list li.season_limited:after,
#wrapper .section .list_limited .item .img_limited_list li.season_limited:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  background: url(/files/img/mark/mark-season_limited.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .img_recommend_list li.season_limited:after,
  #wrapper .section .list_recommend .item .img_limited_list li.season_limited:after,
  #wrapper .section .list_limited .item .img_recommend_list li.season_limited:after,
  #wrapper .section .list_limited .item .img_limited_list li.season_limited:after {
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
  }
}
#wrapper .section .list_recommend .item .img_recommend_list li.kyoto_matcha, #wrapper .section .list_recommend .item .img_recommend_list li.fukuoka_matcha,
#wrapper .section .list_recommend .item .img_limited_list li.kyoto_matcha,
#wrapper .section .list_recommend .item .img_limited_list li.fukuoka_matcha,
#wrapper .section .list_limited .item .img_recommend_list li.kyoto_matcha,
#wrapper .section .list_limited .item .img_recommend_list li.fukuoka_matcha,
#wrapper .section .list_limited .item .img_limited_list li.kyoto_matcha,
#wrapper .section .list_limited .item .img_limited_list li.fukuoka_matcha {
  position: relative;
}
#wrapper .section .list_recommend .item .img_recommend_list li.kyoto_matcha:before, #wrapper .section .list_recommend .item .img_recommend_list li.fukuoka_matcha:before,
#wrapper .section .list_recommend .item .img_limited_list li.kyoto_matcha:before,
#wrapper .section .list_recommend .item .img_limited_list li.fukuoka_matcha:before,
#wrapper .section .list_limited .item .img_recommend_list li.kyoto_matcha:before,
#wrapper .section .list_limited .item .img_recommend_list li.fukuoka_matcha:before,
#wrapper .section .list_limited .item .img_limited_list li.kyoto_matcha:before,
#wrapper .section .list_limited .item .img_limited_list li.fukuoka_matcha:before {
  position: absolute;
  display: block;
  content: "";
  top: 130px;
  right: 0;
  width: 120px;
  height: 120px;
  background: url(/files/img/dessert/2021_marron_matcha/mark_kyoto_matcha.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .img_recommend_list li.kyoto_matcha:before, #wrapper .section .list_recommend .item .img_recommend_list li.fukuoka_matcha:before,
  #wrapper .section .list_recommend .item .img_limited_list li.kyoto_matcha:before,
  #wrapper .section .list_recommend .item .img_limited_list li.fukuoka_matcha:before,
  #wrapper .section .list_limited .item .img_recommend_list li.kyoto_matcha:before,
  #wrapper .section .list_limited .item .img_recommend_list li.fukuoka_matcha:before,
  #wrapper .section .list_limited .item .img_limited_list li.kyoto_matcha:before,
  #wrapper .section .list_limited .item .img_limited_list li.fukuoka_matcha:before {
    top: 45px;
    right: 5px;
    width: 40px;
    height: 40px;
  }
}
#wrapper .section .list_recommend .item .img_recommend_list li.fukuoka_matcha:before,
#wrapper .section .list_recommend .item .img_limited_list li.fukuoka_matcha:before,
#wrapper .section .list_limited .item .img_recommend_list li.fukuoka_matcha:before,
#wrapper .section .list_limited .item .img_limited_list li.fukuoka_matcha:before {
  width: 120px;
  height: 86px;
  background-image: url(/files/img/mark/mark_fukuoka_matcha.png);
  right: 0;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_recommend .item .img_recommend_list li.fukuoka_matcha:before,
  #wrapper .section .list_recommend .item .img_limited_list li.fukuoka_matcha:before,
  #wrapper .section .list_limited .item .img_recommend_list li.fukuoka_matcha:before,
  #wrapper .section .list_limited .item .img_limited_list li.fukuoka_matcha:before {
    width: 40px;
    height: 28.6666666667px;
  }
}
#wrapper .section .ttl-section-brandnew {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .ttl-section-brandnew {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_brandnew {
    margin: 0 20px;
  }
}
#wrapper .section .list_brandnew .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_brandnew .item {
    display: block;
  }
}
#wrapper .section .list_brandnew .item .ttl_item {
  width: 100%;
  margin-bottom: 20px;
  font-size: 48px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_brandnew .item .ttl_item {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
#wrapper .section .list_brandnew .item .img {
  width: 420px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_brandnew .item .img {
    width: auto;
    margin-bottom: 10px;
  }
}
#wrapper .section .list_brandnew .item .text {
  width: calc(100% - 480px);
  font-size: 24px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #wrapper .section .list_brandnew .item .text {
    width: auto;
    font-size: 16px;
  }
}
#wrapper .section .lead_others {
  margin: 0 0 40px;
  text-align: center;
  line-height: 1.4;
  font-size: 46px;
}
@media screen and (max-width: 767px) {
  #wrapper .section .lead_others {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
#wrapper .section .menu_text {
  margin: 40px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.4;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  #wrapper .section .menu_text {
    font-size: 14px;
    margin: 20px 0;
  }
}
#wrapper .ttl_round_limited {
  height: 90px;
  margin-bottom: 40px;
  border-radius: 45px;
  background-color: #ffffff;
  font-size: 64px;
  line-height: 90px;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #wrapper .ttl_round_limited {
    height: 50px;
    margin: 0 20px 25px;
    border-radius: 25px;
    font-size: 28px;
    line-height: 50px;
  }
}
#wrapper .banners {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  #wrapper .banners {
    margin: 40px 20px 0;
  }
}
#wrapper .banners a {
  display: block;
  transition: 0.3s linear;
}
#wrapper .banners a:hover img {
  opacity: 0.75;
}
#wrapper .banners img {
  display: block;
}

.list_reservebtn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_reservebtn {
    margin: 0 20px;
  }
}
.list_reservebtn li {
  width: calc((100% - 40px) / 2);
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .list_reservebtn li {
    width: calc((100% - 10px) / 2);
  }
}
.list_reservebtn li a {
  height: 100px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.3s linear;
}
.list_reservebtn li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .list_reservebtn li a {
    height: 50px;
  }
}
.list_reservebtn li.web a {
  background-color: #0C5F9F;
  font-size: 47px;
  line-height: 100px;
}
@media screen and (max-width: 767px) {
  .list_reservebtn li.web a {
    font-size: 14px;
    line-height: 50px;
  }
}
.list_reservebtn li.tel a {
  background-color: #D63754;
}
.list_reservebtn li.tel a .desc {
  display: block;
  font-size: 29px;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .list_reservebtn li.tel a .desc {
    font-size: 11px;
    line-height: 28px;
  }
}
.list_reservebtn li.tel a .telnum {
  display: block;
}
.list_reservebtn li.tel a .telnum .head {
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .list_reservebtn li.tel a .telnum .head {
    font-size: 12px;
  }
}
.list_reservebtn li.tel a .telnum .body {
  font-size: 48px;
}
@media screen and (max-width: 767px) {
  .list_reservebtn li.tel a .telnum .body {
    font-size: 14px;
  }
}
.list_reservebtn.ver2 {
  display: block;
}
.list_reservebtn.ver2 li {
  margin: 0 auto 20px;
}
@media screen and (max-width: 767px) {
  .list_reservebtn.ver2 li {
    width: 100%;
  }
}
.list_reservebtn.ver2 li.tel {
  background-color: transparent;
}
.list_reservebtn.ver2 li.tel a {
  background-color: transparent;
}
.list_reservebtn.ver2 li.tel a .desc {
  display: block;
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .list_reservebtn.ver2 li.tel a .desc {
    font-size: 10px;
    line-height: 25px;
  }
}
.list_reservebtn.ver2 li.tel a .telnum {
  display: block;
}
.list_reservebtn.ver2 li.tel a .telnum .head {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .list_reservebtn.ver2 li.tel a .telnum .head {
    font-size: 11px;
  }
}
.list_reservebtn.ver2 li.tel a .telnum .body {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .list_reservebtn.ver2 li.tel a .telnum .body {
    font-size: 13px;
  }
}

/* ----- fair -------------------- */
.ttl-fair {
  margin: 80px 0;
  text-align: center;
  font-size: 70px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .ttl-fair {
    margin: 14vw 0;
    font-size: 8vw;
  }
}

.ttl-fair__recommend {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 45px;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .ttl-fair__recommend {
    margin-bottom: 10vw;
    font-size: 6vw;
  }
}
.ttl-fair__recommend .en {
  display: block;
  font-weight: 600;
}

.ttl-fair__menu {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 45px;
  line-height: 1.6;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
  .ttl-fair__menu {
    margin-bottom: 8vw;
    font-size: 7vw;
  }
}

.fair-lead {
  margin-bottom: 80px;
  text-align: center;
  font-size: 45px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .fair-lead {
    margin: 0 4vw 8vw;
    font-size: 4.5vw;
  }
}

@media screen and (max-width: 767px) {
  .list-fair__recommend {
    margin: 0 4vw;
  }
}
.list-fair__recommend .item {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .list-fair__recommend .item {
    margin-bottom: 6vw;
  }
}
.list-fair__recommend .item .img {
  position: relative;
  /*
  			.plus {
  				position: absolute;
  				bottom: -20px;
  				left: -40px;
  				width: 338px;
  				height: auto;
  				@include var.sp(var.$point-sp) {
  					bottom: -2vw;
  					left: -4vw;
  					width: 37%;
  				}
  			}
  */
}
.list-fair__recommend .item .img .limited {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 600px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .list-fair__recommend .item .img .limited {
    top: 2vw;
    left: -2vw;
    width: 67%;
  }
}
.list-fair__recommend .item .img .plus { /* 20220901 */
  position: absolute;
  top: -20px;
  left: -20px;
  width: 338px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .list-fair__recommend .item .img .plus {
    bottom: -2vw;
    left: -2vw;
    width: 37%;
  }
}
.list-fair__recommend .item .text {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list-fair__recommend .item .text {
    margin-top: 2vw;
  }
}
.list-fair__recommend .item .text .desc {
  font-size: 36px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .list-fair__recommend .item .text .desc {
    font-size: 5vw;
  }
}
.list-fair__recommend .item .text .notice {
  margin-top: 10px;
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .list-fair__recommend .item .text .notice {
    margin-top: 2vw;
    font-size: 3.4vw;
  }
}

.list-fair__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .list-fair__menu {
    margin: 0 4vw 8vw;
  }
}
.list-fair__menu .item {
  width: calc((100% - 40px) / 2);
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .list-fair__menu .item {
    width: calc((100% - 4vw) / 2);
    margin-bottom: 6vw;
  }
}
.list-fair__menu .item figure {
  position: relative;
}
.list-fair__menu .item figure .main {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .list-fair__menu .item figure .main {
    margin-bottom: 2vw;
  }
}
.list-fair__menu .item figure .limited {
  position: absolute;
  display: block;
  top: 10px;
  left: 10px;
  width: 99px;
  height: auto;
}
@media screen and (max-width: 767px) {
  .list-fair__menu .item figure .limited {
    top: 1vw;
    left: 1vw;
    width: 28%;
  }
}
.list-fair__menu .item figure figcaption {
  text-align: center;
  font-size: 17px;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .list-fair__menu .item figure figcaption {
    font-size: 3.2vw;
  }
}

.fair-drink__img {
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .fair-drink__img {
    margin: 0 4vw 8vw;
  }
}

.other-fair__menu {
  margin-bottom: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .other-fair__menu {
    margin: 0 4vw 8vw;
    font-size: 3.6vw;
  }
}

.list_anchorbtn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .list_anchorbtn {
    margin: 0 20px;
  }
}
.list_anchorbtn li {
  width: calc((100% - 40px) / 2);
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .list_anchorbtn li {
    width: calc((100% - 10px) / 2);
  }
}
.list_anchorbtn li a {
  padding: 24px 0;
  color: #ff2d5b;
  text-decoration: none;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.1em;
  transition: 0.3s linear;
}
.list_anchorbtn li a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .list_anchorbtn li a {
    padding: 4vw 0;
    font-size: 4vw;
  }
}

/* ----- /fair -------------------- */
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}