@charset "UTF-8";
/* basic layout */
/* 全体の設定
---------------------------------------------------------------------------*/
/* 基本設定
---------------------------------------------------------------------------*/
/* responsive */
/* サイズ */
/* flexbox */
/* フォント */
/* regular: 400, medium: 500, semibold: 600, bold: 700 */
/* regular: 400, medium: 500, bold: 700 */
/*@mixin font-go {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 400;
	font-style: normal;
}*/
/*@mixin font-hdl {
	font-family: fot-udkakugo-large-pr6n, sans-serif;
	font-style: normal;
	font-weight: 600;
}*/
/* regular: 500 */
/* regular: 400 */
/*@mixin font-deco {
	font-family: "dnp-shuei-nmincho-std", sans-serif;
	font-weight: 400;
	font-style: normal;
}*/
/* 色 */
/* グラデ背景色 */
/* 中央揃え */
/* objectfit */
/* ホバーアクション */
/* 角丸 */
/* ボタン */
/* ボタンの中のspan */
/* フォントサイズ */
/* padding margin */
/* 縦書き */
/* 内径 */
/* season */
@media screen and (max-width: 480px) {
  .season .cols li + li {
    margin-top: 8.5333333333vw; } }

/* kodawari */
@media screen and (max-width: 480px) {
  .kodawari .imgtx-img > div.w720-left {
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
    width: 100vw; } }

@media screen and (max-width: 480px) {
  .spwide {
    margin-left: -10.6666666667vw;
    margin-right: -10.6666666667vw;
    width: 100vw; } }

.cols.bdrbtm {
  border-bottom: 1px solid #B9B9B9;
  padding-bottom: 32px;
  margin-bottom: 32px; }
  @media screen and (max-width: 1300px) {
    .cols.bdrbtm {
      padding-bottom: 2.4615384615vw;
      margin-bottom: 2.4615384615vw; } }
  @media screen and (max-width: 480px) {
    .cols.bdrbtm {
      padding-bottom: 0;
      margin-bottom: 0;
      border-bottom: none; }
      .cols.bdrbtm li {
        border-bottom: 1px solid #B9B9B9;
        padding-bottom: 5.3333333333vw;
        margin-bottom: 8vw !important;
        margin-top: 0 !important; } }

.lunchcourse .course-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url(../img/cuisine/dot.png);
  background-position: center;
  background-repeat: repeat-x;
  background-size: 120px auto; }
  @media screen and (max-width: 1300px) {
    .lunchcourse .course-menu {
      background-size: 9.2307692308vw auto; } }
  @media screen and (max-width: 480px) {
    .lunchcourse .course-menu {
      background-size: 20vw auto;
      background-position: center 3vw; } }
  .lunchcourse .course-menu > * {
    background-color: #ffffff; }
    .lunchcourse .course-menu > *:nth-of-type(1) {
      padding-right: .2em; }
    .lunchcourse .course-menu > *:nth-of-type(2) {
      padding-left: .5em; }
.lunchcourse .pg-desc, .lunchcourse .pg-name {
  letter-spacing: 0.06em !important; }

@media screen and (max-width: 480px) {
  .tax {
    margin-top: -1em; } }
