@charset "UTF-8";
/******************VARIABLES*********************/
@-webkit-keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes loading-anime {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes scroll-btn {
  0% {
    top: 0; }
  100% {
    top: 110%; } }

@keyframes scroll-btn {
  0% {
    top: 0; }
  100% {
    top: 110%; } }

.newyear-color-gray {
  color: #727171; }

.newyear-font-tenmincho {
  font-family: ten-mincho, serif; }

/***** newyear layout *****/
.newyear-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none; }
  @media (min-width: 569px) {
    .newyear-header {
      top: 0; } }
  @media (max-width: 568px) {
    .newyear-header {
      bottom: 0;
      background: #111;
      color: #fff; }
      .newyear-header a {
        color: #fff; } }
  .newyear-header__container {
    max-width: 1000px;
    margin: 0 auto;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 568px) {
      .newyear-header__container {
        height: 50px;
        justify-content: center; } }
  @media (max-width: 568px) {
    .newyear-header__logo-box {
      display: none; } }
  .newyear-header__logo {
    height: 27px;
    display: block; }
  .newyear-header__nav {
    display: flex; }
    .newyear-header__nav-item {
      display: flex;
      align-items: center;
      font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important; }
      @media (min-width: 569px) {
        .newyear-header__nav-item {
          margin-left: 20px; } }
      .newyear-header__nav-item.of-tel .tel-num {
        font-size: 24px;
        background: url(/images/icons/tel-black-filled.png) left center/auto 60% no-repeat;
        padding-left: 1em;
        margin-left: 1em; }
        @media (max-width: 568px) {
          .newyear-header__nav-item.of-tel .tel-num {
            font-size: 20px;
            background-image: url(/images/icons/tel-white-filled.png); } }
/***** newyear components *****/
.newyear__btn-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }

.newyear__btn {
  display: flex;
  min-width: 220px;
  height: 50px;
  font-size: 14px;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 25px;
  padding: 0 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.5);
          box-shadow: 0 0.2em 0.5em rgba(0, 0, 0, 0.5); }
  .newyear__btn:hover {
    opacity: 1;
    -webkit-box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.5);
            box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.5); }
  .newyear__btn.of-light-gold {
    background: #be8534; }
  .newyear__btn.of-white {
    background: #fff;
    color: #b28247; }
  .newyear__btn.of-black {
    background: #111; }
  .newyear__btn.of-ghost {
    background: #fff;
    border: 1px solid #b28247;
    color: #111; }
  .newyear__btn.of-small {
    min-width: 120px;
    height: 35px;
    font-size: 12px; }
  .newyear__btn.of-micro {
    min-width: 80px;
    height: 35px;
    font-size: 12px;
    line-height: 1.2;
    padding: 0; }
  .newyear__btn .of-txt-box {
    display: block;
    color: #231815;
    white-space: nowrap; }
    .newyear__btn .of-txt-box.with-arw {
      display: flex;
      align-items: center;
      justify-content: center; }
      .newyear__btn .of-txt-box.with-arw:after {
        content: "";
        width: 43px;
        height: 7px;
        background: url(/images/lp/newyear/icons/arw.svg) center center/contain no-repeat;
        margin-left: .5em; }

.newyear__title {
  font-family: ten-mincho, serif;
  font-size: 16px;
  letter-spacing: .2em;
  font-weight: 500;
  margin: 0 0 50px;
  text-align: center; }
  @media (max-width: 568px) {
    .newyear__title {
      text-align: center;
      font-size: 16px;
      margin: 0 0 30px; } }
  .newyear__title .of-lined {
    border-bottom: 1px solid rgba(35, 24, 21, 0.3);
    padding: 0 60px 1em;
    display: inline-block; }

.newyear-disc-list {
  padding: 0; }
  .newyear-disc-list li {
    list-style: none;
    position: relative;
    padding: 0 0 0 2em;
    margin: 0 0 .5em;
    color: #b28247; }
    .newyear-disc-list li:last-child {
      margin: 0; }
    .newyear-disc-list li:before {
      content: "";
      display: block;
      width: 1.5em;
      height: 1.5em;
      background: url(/images/lp/newyear/icons/disc.svg) center center/contain no-repeat;
      position: absolute;
      top: 0;
      left: 0; }

.newyear__date-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: ten-mincho, serif; }
  .newyear__date-title .of-day {
    background: #b28247;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    border-radius: 100px;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: .5em;
    color: #fff; }
    .newyear__date-title .of-day.of-sunday {
      background: #ce0012; }

.newyear__label-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: ten-mincho, serif;
  font-size: 18px;
  letter-spacing: .1em; }
  @media (max-width: 568px) {
    .newyear__label-title {
      font-size: 15px; } }
  .newyear__label-title .of-label {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 84px;
    height: 36px;
    padding: 0 1em;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #b28247;
    color: #fff;
    border-radius: 18px; }
    @media (max-width: 568px) {
      .newyear__label-title .of-label {
        height: 30px;
        border-radius: 15px;
        min-width: 60px; } }
    .newyear__label-title .of-label.of-navy {
      background: #1f2638; }
    .newyear__label-title .of-label.of-pink {
      background: #dc5a46; }
    .newyear__label-title .of-label.of-light-beige {
      background: rgba(178, 130, 71, 0.2);
      color: #b28247; }
    .newyear__label-title .of-label.of-beige {
      background: rgba(178, 130, 71, 0.4);
      color: #b28247; }
    .newyear__label-title .of-label.of-gold {
      background: #b28247; }

/***** newyear contents *****/
.newyear__bb__title {
  margin: 0; }
  .newyear__bb__title img {
    display: block; }
  .newyear__bb__title a:hover {
    opacity: 1; }

.newyear__intro {
  position: relative;
  z-index: 10;
  background: url(/images/lp/newyear/intro-bg.jpg) left center/cover no-repeat;
  color: #fff; }
  @media (min-width: 569px) {
    .newyear__intro {
      padding: 120px 50px 10vw; } }
  @media (max-width: 568px) {
    .newyear__intro {
      padding: 50px 20px;
      overflow: hidden; } }
  .newyear__intro__container {
    display: flex;
    align-items: center;
    justify-content: center; }
  .newyear__intro__txt {
    font-size: 20px;
    margin: 0;
    display: flex;
    flex-direction: row-reverse; }
    @media (max-width: 568px) {
      .newyear__intro__txt {
        font-size: 12px; } }
    .newyear__intro__txt__row {
      width: 20px;
      line-height: 1.2;
      padding: 0 .5em; }
      @media (max-width: 568px) {
        .newyear__intro__txt__row {
          width: 12px; } }
  .newyear__intro:after {
    content: "";
    display: block;
    width: 100%;
    height: 6.66vw;
    background: url(/images/lp/newyear/intro-bottom-deco.png) center bottom/100% auto no-repeat;
    position: absolute;
    bottom: 0;
    left: 0; }

.newyear__nav {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 100px 0 0;
  position: relative; }
  .newyear__nav__item {
    width: 230px;
    height: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 40px;
    border: 1px solid;
    padding: 0 0 18px;
    margin: 0 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #111111;
    color: #ffc84a;
    position: relative; }
    @media (max-width: 568px) {
      .newyear__nav__item {
        width: 75%;
        height: 60px;
        border-radius: 30px;
        margin-bottom: 20px; } }
    .newyear__nav__item:after {
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      border-right: 1px solid #ffc84a;
      border-bottom: 1px solid #ffc84a;
      -webkit-transform: rotate(45deg) translateX(-50%);
      transform: rotate(45deg) translateX(-50%);
      position: absolute;
      bottom: 10px;
      left: 50%;
      -webkit-transition: all .2s ease;
      transition: all .2s ease; }
    @media (min-width: 569px) {
      .newyear__nav__item:hover {
        opacity: 1;
        -webkit-box-shadow: 0 0.1em 1.5em rgba(255, 200, 74, 0.5);
                box-shadow: 0 0.1em 1.5em rgba(255, 200, 74, 0.5); }
        .newyear__nav__item:hover:after {
          bottom: 2px;
          -webkit-transition: all .2s ease;
          transition: all .2s ease; } }
    .newyear__nav__item__container {
      font-family: ten-mincho, serif;
      font-size: 14px; }
  .newyear__nav .of-catch {
    position: absolute;
    bottom: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap; }
    .newyear__nav .of-catch:before, .newyear__nav .of-catch:after {
      content: "";
      display: block;
      width: 1px;
      height: 2em;
      background: #ffc84a;
      position: absolute;
      top: 50%; }
    .newyear__nav .of-catch:before {
      right: 100%;
      -webkit-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%); }
    .newyear__nav .of-catch:after {
      left: 100%;
      -webkit-transform: rotate(45deg) translateY(-50%);
      transform: rotate(45deg) translateY(-50%); }
  .newyear__nav .of-sub-txt {
    font-size: 10px;
    display: block; }

.newyear__marche {
  background: #111;
  color: #fff4e3;
  position: relative;
  overflow: hidden; }
  @media (max-width: 568px) {
    .newyear__marche {
      padding-top: 50px;
      padding-bottom: 500px; } }
  .newyear__marche__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #dfa84c;
    font-family: ten-mincho, serif;
    text-align: center;
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .newyear__marche__title {
        font-size: 27px; } }
    .newyear__marche__title .of-sub-txt {
      font-size: 16px;
      display: block;
      color: #ffe0a1; }
    .newyear__marche__title__container {
      position: relative;
      display: flex;
      flex-direction: column;
      gap: .5em; }
      .newyear__marche__title__container:before, .newyear__marche__title__container:after {
        content: "";
        display: block;
        width: 155px;
        height: 93px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 568px) {
          .newyear__marche__title__container:before, .newyear__marche__title__container:after {
            width: 78px;
            height: 47px; } }
      .newyear__marche__title__container:before {
        background: url(/images/lp/newyear/title-marche-deco01.png) center center/contain no-repeat;
        right: 110%; }
      .newyear__marche__title__container:after {
        background: url(/images/lp/newyear/title-marche-deco02.png) center center/contain no-repeat;
        left: 110%; }
  .newyear__marche__img {
    position: absolute;
    left: 50%; }
    .newyear__marche__img.of-01 {
      width: 494px;
      top: 200px;
      margin-left: -700px; }
      @media (max-width: 568px) {
        .newyear__marche__img.of-01 {
          width: 247px;
          top: auto;
          bottom: 250px;
          margin-left: -180px; } }
    .newyear__marche__img.of-02 {
      width: 236px;
      top: 250px;
      margin-left: 300px; }
      @media (max-width: 568px) {
        .newyear__marche__img.of-02 {
          width: 118px;
          top: auto;
          bottom: 290px;
          margin-left: 60px; } }
    .newyear__marche__img.of-03 {
      width: 196px;
      top: 480px;
      margin-left: 430px; }
      @media (max-width: 568px) {
        .newyear__marche__img.of-03 {
          width: 98px;
          top: auto;
          bottom: 180px;
          margin-left: 5px; } }
    .newyear__marche__img.of-04 {
      width: 260px;
      top: 650px;
      margin-left: -460px; }
      @media (max-width: 568px) {
        .newyear__marche__img.of-04 {
          width: 130px;
          top: auto;
          bottom: 80px;
          margin-left: -130px; } }
    .newyear__marche__img.of-05 {
      width: 354px;
      top: 540px;
      margin-left: 140px; }
      @media (max-width: 568px) {
        .newyear__marche__img.of-05 {
          width: 177px;
          top: auto;
          bottom: 20px;
          margin-left: -30px; } }
.newyear__restaurant {
  overflow: hidden; }
  .newyear__restaurant__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #b28247;
    font-family: ten-mincho, serif;
    text-align: center;
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .newyear__restaurant__title {
        margin-top: 20px;
        font-size: 20px; } }
    .newyear__restaurant__title__container {
      position: relative; }
      .newyear__restaurant__title__container:before, .newyear__restaurant__title__container:after {
        content: "";
        display: block;
        width: 155px;
        height: 49px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 568px) {
          .newyear__restaurant__title__container:before, .newyear__restaurant__title__container:after {
            width: 104px;
            height: 32px; } }
      .newyear__restaurant__title__container:before {
        background: url(/images/lp/newyear/title-restaurant-deco01.png) center center/contain no-repeat;
        right: 150%; }
        @media (max-width: 568px) {
          .newyear__restaurant__title__container:before {
            right: 110%; } }
      .newyear__restaurant__title__container:after {
        background: url(/images/lp/newyear/title-restaurant-deco02.png) center center/contain no-repeat;
        left: 150%; }
        @media (max-width: 568px) {
          .newyear__restaurant__title__container:after {
            left: 110%; } }
  .newyear__restaurant__subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-family: ten-mincho, serif;
    text-align: center;
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .newyear__restaurant__subtitle {
        font-size: 18px; } }
    .newyear__restaurant__subtitle__container {
      position: relative; }
      .newyear__restaurant__subtitle__container:before, .newyear__restaurant__subtitle__container:after {
        content: "";
        display: block;
        width: 22px;
        height: 16px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 568px) {
          .newyear__restaurant__subtitle__container:before, .newyear__restaurant__subtitle__container:after {
            width: 14px;
            height: 10px; } }
      .newyear__restaurant__subtitle__container:before {
        background: url(/images/lp/newyear/subtitle-restaurant-deco01.png) center center/contain no-repeat;
        right: 110%; }
      .newyear__restaurant__subtitle__container:after {
        background: url(/images/lp/newyear/subtitle-restaurant-deco02.png) center center/contain no-repeat;
        left: 110%; }

.newyear__menu-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  padding: 0;
  margin: 0 auto; }
  .newyear__menu-list__item {
    list-style: none;
    width: 50%;
    padding: 0 20px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 568px) {
      .newyear__menu-list__item {
        width: 100%; } }
    .newyear__menu-list__item__img-box {
      position: relative;
      margin: 0 0 30px; }
      .newyear__menu-list__item__img-box > img {
        display: block; }
    .newyear__menu-list__item__restaurant-category {
      width: 300px;
      height: 150px;
      background: url(/images/lp/newyear/menu-list__item__deco.png) bottom right/contain no-repeat;
      color: #fff;
      font-family: ten-mincho, serif;
      font-size: 16px;
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 110px 0px 0 75px;
      text-align: center; }
    .newyear__menu-list__item__txt-box {
      margin: 0 0 50px; }
      @media (max-width: 568px) {
        .newyear__menu-list__item__txt-box {
          margin: 0 0 20px; } }
    .newyear__menu-list__item__title {
      font-family: ten-mincho, serif;
      font-size: 18px; }
      .newyear__menu-list__item__title .of-sub-txt {
        color: #b28247;
        display: block;
        font-family: 'Cinzel', serif;
        font-size: 12px;
        margin: 5px 0 0; }
    .newyear__menu-list__item__period {
      display: flex;
      align-items: center;
      margin: 0 0 5px; }
      .newyear__menu-list__item__period__label {
        display: inline-block;
        font-size: 10px;
        border: 1px solid rgba(35, 24, 21, 0.5);
        padding: .1em .5em;
        margin: 0 0 0 1em; }
    .newyear__menu-list__item__price-tbl {
      margin: 0 0 20px; }
      .newyear__menu-list__item__price-tbl th, .newyear__menu-list__item__price-tbl td {
        vertical-align: top;
        text-align: left; }
      .newyear__menu-list__item__price-tbl th {
        font-weight: normal; }
        @media (max-width: 568px) {
          .newyear__menu-list__item__price-tbl th {
            font-size: 11px;
            white-space: nowrap; } }
      .newyear__menu-list__item__price-tbl td {
        padding: 0 5px; }
        @media (max-width: 568px) {
          .newyear__menu-list__item__price-tbl td {
            font-size: 11px; } }
        @media (max-width: 568px) {
          .newyear__menu-list__item__price-tbl td.of-price {
            white-space: nowrap; } }
        .newyear__menu-list__item__price-tbl td.of-price:before {
          content: ":";
          display: inline-block;
          margin: 0 5px 0 0; }
    .newyear__menu-list__item__description {
      margin: 0; }
      @media (min-width: 569px) {
        .newyear__menu-list__item__description {
          font-size: 14px; } }
    .newyear__menu-list__item .newyear__btn-box {
      justify-content: flex-start; }

.newyear__restaurant-hours-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 50px; }

.newyear__restaurant-hours {
  border: 1px solid rgba(178, 130, 71, 0.5);
  display: flex; }
  @media (max-width: 568px) {
    .newyear__restaurant-hours {
      flex-wrap: wrap;
      margin: 0 -10px; } }
.newyear__restaurant-hour {
  width: 200px;
  border-right: 1px solid #ddd; }
  @media (max-width: 568px) {
    .newyear__restaurant-hour {
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      .newyear__restaurant-hour:nth-child(even) {
        border-right: none; } }
  @media (max-width: 568px) {
    .newyear__restaurant-hour.of-2025-breakfast-feerie {
      width: 100%; } }
  .newyear__restaurant-hour.of-2025-breakfast-hotaru {
    width: 300px; }
    @media (max-width: 568px) {
      .newyear__restaurant-hour.of-2025-breakfast-hotaru {
        width: 100%; } }
  .newyear__restaurant-hour:last-child {
    border-right: none; }
  .newyear__restaurant-hour__header {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff4e3;
    font-size: 16px;
    font-family: ten-mincho, serif;
    margin: 0; }
    @media (max-width: 568px) {
      .newyear__restaurant-hour__header {
        height: 88px;
        font-size: 14px; } }
    .newyear__restaurant-hour__header.of-dinner {
      background: #1f2638; }
    .newyear__restaurant-hour__header.of-breakfast {
      background: #dc5a46; }
    .newyear__restaurant-hour__header.of-lunch {
      background: #b28247; }
  .newyear__restaurant-hour__body {
    padding: 30px 15px; }
    @media (max-width: 568px) {
      .newyear__restaurant-hour__body {
        padding: 20px 5px; } }
    .newyear__restaurant-hour__body__menu {
      min-height: 95px;
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content; }
      @media (min-width: 569px) {
        .newyear__restaurant-hour__body__menu {
          margin: 0 auto 20px; } }
      @media (max-width: 568px) {
        .newyear__restaurant-hour__body__menu {
          margin: 0 auto 10px; } }
    .newyear__restaurant-hour__body p.of-bordered {
      border: 1px solid #ddd;
      padding: 10px 0; }
    .newyear__restaurant-hour__body p:last-child {
      margin: 0; }
    .newyear__restaurant-hour__body.of-row-wrap {
      display: flex;
      padding: 10px 0; }
    .newyear__restaurant-hour__body__row {
      padding: 0 10px;
      border-right: 1px dashed #ddd;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -ms-grid-row-align: stretch;
          align-self: stretch; }
      @media (max-width: 568px) {
        .newyear__restaurant-hour__body__row {
          padding: 0 2px; } }
      .newyear__restaurant-hour__body__row.of-w33 {
        width: 33.33%; }
      .newyear__restaurant-hour__body__row__menu {
        margin: 0 0 5px;
        min-height: 85px; }
        @media (max-width: 568px) {
          .newyear__restaurant-hour__body__row__menu {
            min-height: 70px; } }
      .newyear__restaurant-hour__body__row:last-child {
        border: none; }
      .newyear__restaurant-hour__body__row .newyear__label-title {
        margin: 0 0 10px; }
        .newyear__restaurant-hour__body__row .newyear__label-title .of-label {
          padding: 0 .5em; }

.newyear__tel-wrap {
  background: #f7f7f7;
  max-width: 800px;
  margin: 0 auto 50px;
  padding: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (max-width: 568px) {
    .newyear__tel-wrap {
      padding: 30px 0px;
      text-align: center; } }
  .newyear__tel-wrap .tel-reserve-box__tel {
    margin: 0; }
    @media (max-width: 568px) {
      .newyear__tel-wrap .tel-reserve-box__tel {
        margin-top: 10px; } }
  @media (min-width: 569px) {
    .newyear__tel-wrap .tel-reserve-box__description {
      padding-left: 50px; } }
.newyear__banners {
  max-width: 800px;
  margin: 0 auto 50px; }
  @media (max-width: 568px) {
    .newyear__banners {
      margin-bottom: 0; } }
.newyear__plans {
  overflow: hidden; }
  .newyear__plans__title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #b28247;
    font-family: ten-mincho, serif;
    text-align: center;
    margin: 0;
    border-top: 1px solid;
    padding-top: 100px; }
    @media (max-width: 568px) {
      .newyear__plans__title {
        padding-top: 50px;
        margin-top: 20px;
        font-size: 20px; } }
    .newyear__plans__title__container {
      position: relative; }
      .newyear__plans__title__container:before, .newyear__plans__title__container:after {
        content: "";
        display: block;
        width: 155px;
        height: 49px;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
        @media (max-width: 568px) {
          .newyear__plans__title__container:before, .newyear__plans__title__container:after {
            width: 104px;
            height: 32px; } }
      .newyear__plans__title__container:before {
        background: url(/images/lp/newyear/title-restaurant-deco01.png) center center/contain no-repeat;
        right: 150%; }
        @media (max-width: 568px) {
          .newyear__plans__title__container:before {
            right: 110%; } }
      .newyear__plans__title__container:after {
        background: url(/images/lp/newyear/title-restaurant-deco02.png) center center/contain no-repeat;
        left: 150%; }
        @media (max-width: 568px) {
          .newyear__plans__title__container:after {
            left: 110%; } }
@media (max-width: 568px) {
  .newyear__icon-nav-wrap {
    display: flex;
    margin: 0 0 30px; } }

.newyear__plan-list {
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative; }
  @media (max-width: 568px) {
    .newyear__plan-list {
      margin: 0 0 30px; } }
  .newyear__plan-list > li {
    list-style: none; }

.newyear__plan-item {
  position: relative;
  max-width: 1500px;
  padding: 0 0 100px;
  margin: 0 auto; }
  @media (max-width: 568px) {
    .newyear__plan-item {
      padding: 0; } }
  @media (max-width: 568px) {
    .newyear__plan-item:last-child {
      padding: 0; } }
  .newyear__plan-item__container {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 568px) {
      .newyear__plan-item__container {
        width: 100vw;
        padding: 30px 0 0;
        overflow: hidden; } }
  .newyear__plan-item__bb-box {
    width: 100%;
    position: relative;
    height: 70vh; }
    @media (max-width: 568px) {
      .newyear__plan-item__bb-box {
        height: auto; } }
  .newyear__plan-item__bb {
    height: 100%;
    position: relative; }
    @media (max-width: 568px) {
      .newyear__plan-item__bb {
        height: 66vw; } }
    .newyear__plan-item__bb__caption {
      position: absolute;
      top: 100%;
      right: 70px;
      padding: 10px; }
      @media (max-width: 568px) {
        .newyear__plan-item__bb__caption {
          right: 0;
          padding: 5px;
          font-size: 10px; } }
  @media (min-width: 569px) {
    .newyear__plan-item__title-box {
      width: 50%; } }
  @media (max-width: 568px) {
    .newyear__plan-item__title-box {
      padding: 0 20px;
      width: 100%; } }
  .newyear__plan-item__title {
    font-size: 28px;
    font-weight: normal;
    position: relative;
    padding: 0 0 60px;
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .newyear__plan-item__title {
        font-size: 24px;
        margin: 0 0 20px; } }
    .newyear__plan-item__title .of-sub-txt {
      font-size: 14px;
      display: block;
      margin: 0 0 1em; }
      @media (max-width: 568px) {
        .newyear__plan-item__title .of-sub-txt {
          font-size: 12px; } }
    .newyear__plan-item__title:after {
      content: "";
      display: block;
      width: 255px;
      height: 33px;
      background: url(/images/lp/newyear/plan-item-title-deco.png) center center/contain no-repeat;
      position: absolute;
      right: 30px;
      bottom: 0; }
      @media (max-width: 568px) {
        .newyear__plan-item__title:after {
          right: -20px; } }
  .newyear__plan-item__txt-box {
    width: 50%;
    padding-left: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 5; }
    @media (max-width: 568px) {
      .newyear__plan-item__txt-box {
        width: 100%;
        padding: 0 20px; } }
  @media (min-width: 569px) {
    .newyear__plan-item__img-box {
      width: 110%;
      margin-left: -20%; } }
  @media (max-width: 568px) {
    .newyear__plan-item__img-box {
      padding: 0 0 30px; } }
  .newyear__plan-item__img {
    width: 100%;
    display: block; }
    @media (max-width: 568px) {
      .newyear__plan-item__img {
        margin: 0; } }
    .newyear__plan-item__img:last-child {
      margin: 0; }
    .newyear__plan-item__img__caption {
      padding: 10px 0 20px;
      text-align: right; }
      @media (max-width: 568px) {
        .newyear__plan-item__img__caption {
          padding: 5px 0 10px;
          font-size: 10px; } }
  .newyear__plan-item__description {
    font-size: 14px;
    margin: 0 0 50px; }
    @media (max-width: 568px) {
      .newyear__plan-item__description {
        font-size: 12px;
        margin: 0 0 30px; } }
    .newyear__plan-item__description .of-label {
      font-family: 'Cinzel', serif;
      color: #727171;
      font-size: 10px;
      display: block;
      margin: 0 0 50px; }
      @media (max-width: 568px) {
        .newyear__plan-item__description .of-label {
          margin: 0 0 20px 15px; } }
  .newyear__plan-item__table-box {
    border-top: 1px solid rgba(35, 24, 21, 0.1);
    padding: 20px 10px 0; }
    @media (max-width: 568px) {
      .newyear__plan-item__table-box {
        padding: 15px 0 5px; } }
  .newyear__plan-item__table {
    width: 100%; }
    .newyear__plan-item__table th, .newyear__plan-item__table td {
      padding: 10px;
      font-size: 14px;
      vertical-align: top; }
      @media (max-width: 568px) {
        .newyear__plan-item__table th, .newyear__plan-item__table td {
          padding: 5px;
          font-size: 12px; } }
    .newyear__plan-item__table th {
      white-space: nowrap;
      font-weight: 500; }
    .newyear__plan-item__table td {
      color: #727171; }
  .newyear__plan-item__features {
    margin: 0 auto 50px; }
    @media (min-width: 569px) {
      .newyear__plan-item__features {
        display: flex;
        max-width: 900px;
        justify-content: space-between; } }
    @media (max-width: 568px) {
      .newyear__plan-item__features {
        padding: 0 30px; }
        .newyear__plan-item__features.slick-dotted.slick-slider {
          margin-bottom: 50px; }
        .newyear__plan-item__features .slick-prev {
          background: url(/images/icons/arw-left-black.svg) center center/contain no-repeat;
          top: 33%;
          left: 5px; }
        .newyear__plan-item__features .slick-next {
          background: url(/images/icons/arw-right-black.svg) center center/contain no-repeat;
          top: 33%;
          right: 5px; }
        .newyear__plan-item__features .slick-dots {
          display: none !important; } }
  @media (min-width: 569px) {
    .newyear__plan-item__feature {
      width: 30%; } }
  .newyear__plan-item__schedule-wrap {
    background: #fafafa;
    padding: 50px;
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 568px) {
      .newyear__plan-item__schedule-wrap {
        background: #fafafa;
        padding: 50px 10px 30px 20px; } }
    .newyear__plan-item__schedule-wrap__title {
      margin: 0 0 20px 50px;
      font-weight: normal; }
      @media (max-width: 568px) {
        .newyear__plan-item__schedule-wrap__title {
          margin: 0px 0 -20px 20px;
          font-size: 12px; } }
      .newyear__plan-item__schedule-wrap__title span {
        display: inline-block;
        padding: .5em 1em;
        border: 1px solid rgba(35, 24, 21, 0.3); }
  .newyear__plan-item__schedule-table-wrap {
    max-width: 1000px;
    padding: 0 50px;
    border-left: 1px solid rgba(35, 24, 21, 0.5);
    margin: 50px auto;
    position: relative; }
    @media (max-width: 568px) {
      .newyear__plan-item__schedule-table-wrap {
        padding: 0 10px 0 20px; } }
    .newyear__plan-item__schedule-table-wrap:before {
      content: "SCHEDULE";
      font-family: 'Cinzel', serif;
      font-size: 10px;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: rotate(90deg) translateX(-20px);
      transform: rotate(90deg) translateX(-20px);
      -webkit-transform-origin: 50% -150%;
              transform-origin: 50% -150%; }
    .newyear__plan-item__schedule-table-wrap:after {
      content: "";
      display: block;
      width: 5px;
      height: 5px;
      background: #231815;
      border-radius: 50%;
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .newyear__plan-item__schedule-table-wrap:last-child {
      margin-bottom: 0; }
  .newyear__plan-item__schedule-table th, .newyear__plan-item__schedule-table td {
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    line-height: 20px; }
    @media (max-width: 568px) {
      .newyear__plan-item__schedule-table th, .newyear__plan-item__schedule-table td {
        line-height: 16px; } }
  .newyear__plan-item__schedule-table th {
    padding: 0 50px 50px 3em;
    background: url(/images/lp/newyear/icons/clock.svg) left top/1.5em 1.5em no-repeat;
    white-space: nowrap; }
    @media (max-width: 568px) {
      .newyear__plan-item__schedule-table th {
        padding: 0 10px 10px 3em; } }
    .newyear__plan-item__schedule-table th.without-clock {
      background: none; }
  .newyear__plan-item__schedule-table td {
    padding: 0 0 50px;
    font-size: 14px; }
    @media (max-width: 568px) {
      .newyear__plan-item__schedule-table td {
        padding: 0 0 10px;
        font-size: 12px; } }
    .newyear__plan-item__schedule-table td small {
      color: #595757; }
      @media (min-width: 569px) {
        .newyear__plan-item__schedule-table td small {
          margin-left: 1em; } }
  .newyear__plan-item__btn-box {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #fafafa; }
    @media (min-width: 569px) {
      .newyear__plan-item__btn-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 0 50px; } }
    @media (max-width: 568px) {
      .newyear__plan-item__btn-box {
        text-align: center;
        padding: 20px 20px 50px; } }
    .newyear__plan-item__btn-box__logo {
      width: 150px;
      margin: 0 30px 50px 0; }
      @media (min-width: 569px) {
        .newyear__plan-item__btn-box__logo {
          position: absolute;
          bottom: 100%;
          right: 10%; } }
      @media (max-width: 568px) {
        .newyear__plan-item__btn-box__logo {
          width: 100px;
          margin: 0 auto 20px; } }
    .newyear__plan-item__btn-box-title {
      font-size: 24px;
      font-weight: 500;
      line-height: 1.4;
      padding: 30px 220px 30px 0;
      margin: 0; }
      @media (max-width: 568px) {
        .newyear__plan-item__btn-box-title {
          text-align: center;
          padding: 0;
          margin: 0 0 20px;
          font-size: 18px; } }
      .newyear__plan-item__btn-box-title .of-sub-txt {
        font-size: 14px;
        display: block; }
        @media (max-width: 568px) {
          .newyear__plan-item__btn-box-title .of-sub-txt {
            font-size: 12px;
            margin: 0 0 .5em; } }
      .newyear__plan-item__btn-box-title:after {
        content: "";
        display: block;
        width: 255px;
        height: 33px;
        background: url(/images/lp/newyear/plan-item-title-deco.png) center center/contain no-repeat;
        position: absolute;
        right: 30px;
        bottom: 0; }
        @media (max-width: 568px) {
          .newyear__plan-item__btn-box-title:after {
            display: none; } }
    .newyear__plan-item__btn-box .newyear__btn {
      text-align: center; }
      @media (min-width: 569px) {
        .newyear__plan-item__btn-box .newyear__btn {
          margin: 0 0 0 30px; } }
      @media (max-width: 568px) {
        .newyear__plan-item__btn-box .newyear__btn {
          width: 90%;
          margin: 0 auto 10px; } }
.newyear__plans__bottom-notice {
  border: 1px solid #b28247;
  padding: 50px; }
  @media (min-width: 569px) {
    .newyear__plans__bottom-notice {
      font-size: 14px; } }
  @media (max-width: 568px) {
    .newyear__plans__bottom-notice {
      padding: 20px; } }
.newyear__hotel-info {
  padding: 0 0 100px; }
  .newyear__hotel-info__bb {
    background: url(/images/lp/newyear/hotel-info-bb.jpg) center 40%/cover no-repeat;
    height: 490px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
    font-weight: 500;
    color: #fff; }
    @media (max-width: 568px) {
      .newyear__hotel-info__bb {
        height: 41.06vw;
        font-size: 12px; } }
  .newyear__hotel-info__container {
    padding-top: 100px;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 568px) {
      .newyear__hotel-info__container {
        padding-top: 30px; } }
  @media (min-width: 569px) {
    .newyear__hotel-info__txt-box {
      width: 50%;
      left: 50%;
      position: relative; } }
  @media (max-width: 568px) {
    .newyear__hotel-info__txt-box {
      padding: 0 20px; } }
  .newyear__hotel-info__title {
    font-family: 'Noto Serif JP', "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
    letter-spacing: .3em;
    font-size: 24px;
    margin: 0 0 30px;
    font-weight: 500; }
    @media (max-width: 568px) {
      .newyear__hotel-info__title {
        font-size: 5vw;
        margin: 0 0 30px; } }
  @media (min-width: 569px) {
    .newyear__hotel-info__description {
      font-size: 14px; } }
  .newyear__hotel-info__map {
    width: 100%; }
    @media (min-width: 569px) {
      .newyear__hotel-info__map {
        margin-top: -50px; } }
body.newyear .footer {
  color: #b28247;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2d3c4));
  background: linear-gradient(to bottom, #fff, #e2d3c4);
  position: relative; }
  @media (min-width: 569px) {
    body.newyear .footer__container {
      display: flex; } }
  body.newyear .footer a {
    color: #b28247; }

@media (min-width: 569px) {
  body.newyear .footer__logo-wrap {
    width: 25%; } }

body.newyear .footer__txt-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  @media (min-width: 569px) {
    body.newyear .footer__txt-wrap {
      width: 75%;
      padding-left: 100px; } }
@media (min-width: 569px) {
  body.newyear .footer__tel-box {
    text-align: left; } }

body.newyear .footer__tel {
  background: url(/images/icons/tel-gold-filled.png) left center/auto 24px no-repeat; }
  @media (min-width: 569px) {
    body.newyear .footer__tel {
      margin-left: 0; } }
@media (min-width: 569px) {
  body.newyear .footer__address-box {
    text-align: left; } }

@media (max-width: 568px) {
  body.newyear .totop {
    bottom: 10px; } }
