@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%; } }

.christmas__btn-box {
  display: flex; }

.christmas__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); }
  .christmas__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); }
  .christmas__btn.of-light-gold {
    background: #be8534; }
  .christmas__btn.of-white {
    background: #fff;
    color: #b28247; }
  .christmas__btn.of-disabled {
    -webkit-box-shadow: none;
            box-shadow: none; }
    .christmas__btn.of-disabled:hover {
      -webkit-box-shadow: none;
              box-shadow: none; }

.christmas__wrapper {
  overflow: hidden; }

.christmas__bb {
  background: url(/images/lp/christmas/bb.jpg) 66% center/cover no-repeat;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10.83vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative; }
  @media (max-width: 568px) {
    .christmas__bb {
      overflow: hidden;
      height: 90vh; } }
  .christmas__bb:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(35, 24, 21, 0.5); }
  .christmas__bb__container {
    width: 80vw;
    padding: 0 5vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    z-index: 15; }
    @media (max-width: 568px) {
      .christmas__bb__container {
        width: 100vw; } }
  .christmas__bb__snow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10; }
    @media (max-width: 568px) {
      .christmas__bb__snow {
        width: 240%;
        left: -20%; } }
.christmas__main-title {
  margin: 0; }
  .christmas__main-title-img {
    display: block;
    width: 50%; }
    @media (max-width: 568px) {
      .christmas__main-title-img {
        width: 100%; } }
.christmas__section {
  padding: 15.83vw 0 10.83vw;
  position: relative; }
  .christmas__section__snow {
    position: absolute;
    top: -10vw;
    left: 0;
    width: 100%; }
  .christmas__section__title {
    text-align: center;
    margin: 0 0 50px; }
    .christmas__section__title-img.of-intro {
      height: 56px; }
    .christmas__section__title-img.of-dinner {
      height: 207px; }
      @media (max-width: 568px) {
        .christmas__section__title-img.of-dinner {
          height: 138px; } }
    .christmas__section__title-img.of-cake {
      height: 234px; }
      @media (max-width: 568px) {
        .christmas__section__title-img.of-cake {
          height: 156px; } }
    .christmas__section__title-img.of-event {
      height: 204px; }
      @media (max-width: 568px) {
        .christmas__section__title-img.of-event {
          height: 136px; } }
    .christmas__section__title-img.of-stay {
      height: 150px; }
      @media (max-width: 568px) {
        .christmas__section__title-img.of-stay {
          height: 100px; } }
.christmas__intro {
  background: #8f0026;
  color: #fff7e6;
  z-index: 2;
  padding-right: 5vw;
  padding-left: 5vw;
  padding-bottom: 0; }
  .christmas__intro:before {
    content: "";
    display: block;
    background: url(/images/lp/christmas/section__wave--red.png) center center/100% 100% no-repeat;
    width: 100%;
    height: 10.83vw;
    position: absolute;
    bottom: 100%;
    left: 0; }
  .christmas__intro__subtitle {
    font-family: ten-mincho, serif; }

.christmas__nav {
  width: 100%;
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto 100px;
  position: relative; }
  @media (max-width: 568px) {
    .christmas__nav {
      justify-content: center;
      margin-bottom: 50px; } }
  .christmas__nav__item {
    width: 22%;
    height: 80px;
    border-radius: 40px;
    border: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #8f0026;
    color: #ffeeaa;
    -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);
    margin: 10px; }
    @media (max-width: 568px) {
      .christmas__nav__item {
        width: 66%;
        height: 60px;
        padding: 0 10px;
        border-radius: 30px;
        margin-bottom: 20px;
        white-space: nowrap; } }
    @media (min-width: 569px) {
      .christmas__nav__item: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); } }
  .christmas__nav .of-en {
    font-family: 'Cinzel', serif;
    font-size: 18px;
    display: block; }
  .christmas__nav .of-sub-txt {
    font-size: 10px;
    display: block; }

.christmas__dinner {
  background: #8f0026;
  background: -webkit-gradient(linear, left top, left bottom, from(#8f0026), to(#841227));
  background: linear-gradient(to bottom, #8f0026, #841227);
  color: #fff7e6;
  z-index: 2; }

.christmas__dinner-list {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  padding: 0;
  margin: 0 auto; }
  .christmas__dinner-list__item {
    list-style: none;
    width: 50%;
    padding: 0 20px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 568px) {
      .christmas__dinner-list__item {
        width: 100%; } }
    .christmas__dinner-list__item__img-box {
      position: relative;
      margin: 0 0 30px; }
      .christmas__dinner-list__item__img-box > img {
        display: block; }
    .christmas__dinner-list__item__restaurant-category {
      width: 316px;
      height: 68px;
      background: url(/images/lp/christmas/dinner-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: 27px 0 0 80px;
      text-align: center; }
    .christmas__dinner-list__item__txt-box {
      margin: 0 0 50px; }
      @media (max-width: 568px) {
        .christmas__dinner-list__item__txt-box {
          margin: 0 0 20px; } }
    .christmas__dinner-list__item__title {
      color: #ffac59;
      font-family: ten-mincho, serif;
      font-size: 18px; }
      .christmas__dinner-list__item__title .of-sub-txt {
        display: block;
        font-family: 'Cinzel', serif;
        font-size: 12px;
        margin: 5px 0 0; }
    .christmas__dinner-list__item__period {
      display: flex;
      align-items: center;
      margin: 0 0 5px; }
      .christmas__dinner-list__item__period__label {
        display: inline-block;
        font-size: 10px;
        border: 1px solid rgba(255, 255, 255, 0.5);
        padding: .1em .5em;
        margin: 0 0 0 1em; }
    .christmas__dinner-list__item__price-tbl {
      margin: 0 0 20px; }
      .christmas__dinner-list__item__price-tbl th, .christmas__dinner-list__item__price-tbl td {
        vertical-align: top;
        text-align: left; }
      .christmas__dinner-list__item__price-tbl th {
        font-weight: normal; }
        @media (max-width: 568px) {
          .christmas__dinner-list__item__price-tbl th {
            font-size: 11px;
            white-space: nowrap; } }
      .christmas__dinner-list__item__price-tbl td {
        padding: 0 5px; }
        @media (max-width: 568px) {
          .christmas__dinner-list__item__price-tbl td {
            font-size: 11px; } }
        @media (max-width: 568px) {
          .christmas__dinner-list__item__price-tbl td.of-price {
            white-space: nowrap; } }
        .christmas__dinner-list__item__price-tbl td.of-price:before {
          content: ":";
          display: inline-block;
          margin: 0 5px 0 0; }
    .christmas__dinner-list__item__description {
      margin: 0; }
      @media (min-width: 569px) {
        .christmas__dinner-list__item__description {
          font-size: 14px; } }
.christmas__cake {
  z-index: 3;
  color: #b28247;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f5f7));
  background: linear-gradient(to bottom, #fff, #f0f5f7); }
  .christmas__cake:before {
    content: "";
    display: block;
    background: url(/images/lp/christmas/section__wave--red-ro-white.png) center center/100% 100% no-repeat;
    width: 100%;
    height: 10.83vw;
    position: absolute;
    top: -1px;
    left: 0; }
  .christmas__cake__info {
    display: flex;
    justify-content: center; }
    .christmas__cake__info__iconed-p {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media (min-width: 569px) {
        .christmas__cake__info__iconed-p {
          font-size: 14px; } }
      .christmas__cake__info__iconed-p:before {
        content: "";
        display: block;
        width: 17px;
        height: 17px;
        background: url(/images/lp/christmas/disc.png) center center/contain no-repeat;
        margin: 0 1em 0 0; }
      .christmas__cake__info__iconed-p .of-title {
        font-family: ten-mincho, serif;
        margin: 0 3em 0 0; }
    .christmas__cake__info__bordered-p {
      border: 1px solid rgba(178, 130, 71, 0.5);
      padding: .5em 1em;
      font-family: ten-mincho, serif; }
      @media (min-width: 569px) {
        .christmas__cake__info__bordered-p {
          font-size: 14px; } }
      @media (max-width: 568px) {
        .christmas__cake__info__bordered-p {
          text-align: center; } }
.christmas__cake-list {
  margin: 0 auto;
  padding: 0;
  max-width: 1000px; }
  .christmas__cake-list__item {
    list-style: none;
    background: url(/images/lp/christmas/cake-list-deco.png) left bottom/66% auto no-repeat; }
    @media (min-width: 569px) {
      .christmas__cake-list__item {
        display: flex;
        align-items: flex-end;
        padding-top: 100px; }
        .christmas__cake-list__item:nth-child(odd) {
          flex-direction: row-reverse; }
        .christmas__cake-list__item:nth-child(even) {
          background: url(/images/lp/christmas/cake-list-deco.png) right bottom/66% auto no-repeat; }
          .christmas__cake-list__item:nth-child(even) .christmas__cake-list__item__img {
            left: auto;
            right: 0; } }
    @media (max-width: 568px) {
      .christmas__cake-list__item {
        background: url(/images/lp/christmas/cake-list-deco.png) center bottom/150% auto no-repeat;
        padding: 40px 0 10px; }
        .christmas__cake-list__item:nth-child(even) .christmas__cake-list__item__img {
          margin-left: 0; } }
    @media (min-width: 569px) {
      .christmas__cake-list__item__img-box {
        width: 50%;
        position: relative; } }
    @media (max-width: 568px) {
      .christmas__cake-list__item__img-box {
        padding: 0 20px; } }
    .christmas__cake-list__item__img {
      width: auto;
      height: 520px; }
      @media (min-width: 569px) {
        .christmas__cake-list__item__img {
          position: absolute;
          bottom: 0;
          left: 0; } }
      @media (max-width: 568px) {
        .christmas__cake-list__item__img {
          height: 260px;
          position: relative;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      .christmas__cake-list__item__img.of-stollen-cordon-bleu, .christmas__cake-list__item__img.of-stollen {
        height: 400px;
        border-radius: 5px;
        margin-bottom: 50px; }
        @media (max-width: 568px) {
          .christmas__cake-list__item__img.of-stollen-cordon-bleu, .christmas__cake-list__item__img.of-stollen {
            height: auto;
            width: 100%;
            margin: 0 !important; } }
    .christmas__cake-list__item__txt-box {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 569px) {
        .christmas__cake-list__item__txt-box {
          padding: 50px 50px 0 120px;
          width: 50%; } }
      @media (max-width: 568px) {
        .christmas__cake-list__item__txt-box {
          padding: 30px 20px 0; } }
    .christmas__cake-list__item__title {
      font-family: ten-mincho, serif;
      font-size: 18px;
      position: relative; }
      .christmas__cake-list__item__title.stollen-a:before, .christmas__cake-list__item__title.stollen-b:before {
        content: "";
        display: block;
        width: 75px;
        height: 86px;
        position: absolute;
        top: 50%;
        right: 100%;
        -webkit-transform: translate(-10px, -50%);
        transform: translate(-10px, -50%); }
        @media (max-width: 568px) {
          .christmas__cake-list__item__title.stollen-a:before, .christmas__cake-list__item__title.stollen-b:before {
            width: 50px;
            height: 58px; } }
      .christmas__cake-list__item__title.stollen-a:before {
        background: url(/images/lp/christmas/icon-a.png) center center/contain no-repeat; }
      .christmas__cake-list__item__title.stollen-b:before {
        background: url(/images/lp/christmas/icon-b.png) center center/contain no-repeat; }
    .christmas__cake-list__item__price-tbl {
      margin: 0 0 20px; }
      .christmas__cake-list__item__price-tbl th {
        font-weight: normal; }
      .christmas__cake-list__item__price-tbl td {
        padding: 0 5px; }
    .christmas__cake-list__item__description {
      margin: 0; }
      @media (min-width: 569px) {
        .christmas__cake-list__item__description {
          font-size: 14px; } }
    .christmas__cake-list__item .christmas__btn-box {
      margin: 50px 0; }
      @media (max-width: 568px) {
        .christmas__cake-list__item .christmas__btn-box {
          margin: 20px 0 50px; } }
.christmas__event {
  z-index: 4;
  color: #b28247;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e2d3c4));
  background: linear-gradient(to bottom, #fff, #e2d3c4);
  padding-bottom: 20.83vw; }
  .christmas__event:before {
    content: "";
    display: block;
    background: url(/images/lp/christmas/section__wave--blue-to-white.png) center center/100% 100% no-repeat;
    width: 100%;
    height: 10.83vw;
    position: absolute;
    top: 0;
    left: 0; }

.christmas__event-list {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0; }
  @media (max-width: 568px) {
    .christmas__event-list {
      padding: 0 20px; } }
  .christmas__event-list__item {
    list-style: none;
    margin: 0 0 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 5px; }
    @media (min-width: 569px) {
      .christmas__event-list__item {
        display: flex;
        align-items: center;
        padding: 20px 20px 100px;
        background: url(/images/lp/christmas/event-list__item__deco.png) left bottom/100% auto #003519 no-repeat; }
        .christmas__event-list__item:nth-child(even) {
          background: url(/images/lp/christmas/event-list__item__deco-even.png) left bottom/100% auto #003519 no-repeat;
          flex-direction: row-reverse; } }
    @media (max-width: 568px) {
      .christmas__event-list__item {
        background: url(/images/lp/christmas/event-list__item__deco.png) center bottom/150% auto #003519 no-repeat;
        padding: 15px 15px 50px; } }
    .christmas__event-list__item:last-child {
      margin: 0; }
    @media (min-width: 569px) {
      .christmas__event-list__item__img-box {
        width: 50%; } }
    .christmas__event-list__item__img-box img {
      display: block; }
    .christmas__event-list__item__txt-box {
      color: #fff7e6;
      text-align: center;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (min-width: 569px) {
        .christmas__event-list__item__txt-box {
          width: 50%;
          padding: 0 50px; } }
    .christmas__event-list__item__restaurant-category {
      margin: 20px 0 15px;
      display: flex;
      justify-content: center;
      font-family: ten-mincho, serif;
      font-size: 16px; }
      .christmas__event-list__item__restaurant-category__container {
        display: block;
        position: relative; }
        .christmas__event-list__item__restaurant-category__container:before, .christmas__event-list__item__restaurant-category__container:after {
          content: "";
          display: block;
          position: absolute; }
        .christmas__event-list__item__restaurant-category__container:before {
          width: 15px;
          height: 14px;
          background: url(/images/lp/christmas/event-list__item__title__deco02.png) center center/contain no-repeat;
          bottom: 0;
          right: 110%; }
        .christmas__event-list__item__restaurant-category__container:after {
          width: 24px;
          height: 20px;
          background: url(/images/lp/christmas/event-list__item__title__deco01.png) center center/contain no-repeat;
          top: 0;
          left: 110%; }
    .christmas__event-list__item__catch {
      display: flex;
      justify-content: center;
      font-family: ten-mincho, serif;
      font-size: 14px;
      background: url(/images/lp/christmas/event-list__item__catch__deco01.png) center top/auto 23px no-repeat;
      padding-top: 30px;
      color: #ce995b; }
      .christmas__event-list__item__catch__container {
        display: block;
        position: relative; }
        .christmas__event-list__item__catch__container:before, .christmas__event-list__item__catch__container:after {
          content: "";
          display: block;
          position: absolute;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
        .christmas__event-list__item__catch__container:before {
          width: 34px;
          height: 25px;
          background: url(/images/lp/christmas/event-list__item__catch__deco03.png) center center/contain no-repeat;
          top: 50%;
          right: 110%; }
        .christmas__event-list__item__catch__container:after {
          width: 36px;
          height: 25px;
          background: url(/images/lp/christmas/event-list__item__catch__deco02.png) center center/contain no-repeat;
          top: 50%;
          left: 110%; }
    .christmas__event-list__item__title {
      font-size: 20px;
      font-family: ten-mincho, serif; }
      @media (max-width: 568px) {
        .christmas__event-list__item__title {
          font-size: 18px; } }
    .christmas__event-list__item .christmas__btn-box {
      justify-content: center; }

.christmas__stay {
  z-index: 5;
  color: #fff;
  background: #9c7132;
  padding-top: 10.83vw; }
  .christmas__stay:before {
    content: "";
    display: block;
    background: url(/images/lp/christmas/section__wave--gold.png) center center/100% 100% no-repeat;
    width: 100%;
    height: 10.83vw;
    position: absolute;
    bottom: 100%;
    left: 0; }

.christmas__stay-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1040px;
  padding: 0;
  margin: 0 auto; }
  .christmas__stay-list__item {
    list-style: none;
    width: 50%;
    padding: 0 20px 50px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media (max-width: 568px) {
      .christmas__stay-list__item {
        width: 100%; } }
    .christmas__stay-list__item__img-box {
      position: relative;
      margin: 0 0 30px; }
      .christmas__stay-list__item__img-box > img {
        display: block; }
    .christmas__stay-list__item__txt-box {
      margin: 0 0 50px; }
      @media (max-width: 568px) {
        .christmas__stay-list__item__txt-box {
          margin: 0 0 20px; } }
    .christmas__stay-list__item__title {
      font-family: ten-mincho, serif;
      font-size: 16px; }
      .christmas__stay-list__item__title .of-sub-txt {
        color: #ffac59;
        display: block;
        font-family: 'Cinzel', serif;
        font-size: 12px;
        margin: 5px 0 0; }
    .christmas__stay-list__item__period {
      display: flex;
      align-items: center;
      margin: 0 0 20px;
      line-height: 1.8; }
    .christmas__stay-list__item__description {
      margin: 0; }
      @media (min-width: 569px) {
        .christmas__stay-list__item__description {
          font-size: 14px; } }
.christmas__hotel-info {
  z-index: 6;
  padding: 0 0 100px; }
  .christmas__hotel-info__bb {
    background: url(/images/lp/christmas/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) {
      .christmas__hotel-info__bb {
        height: 41.06vw;
        font-size: 12px; } }
  .christmas__hotel-info__container {
    padding-top: 100px;
    max-width: 1000px;
    margin: 0 auto; }
    @media (max-width: 568px) {
      .christmas__hotel-info__container {
        padding-top: 30px; } }
  @media (min-width: 569px) {
    .christmas__hotel-info__txt-box {
      width: 50%;
      left: 50%;
      position: relative; } }
  @media (max-width: 568px) {
    .christmas__hotel-info__txt-box {
      padding: 0 20px; } }
  .christmas__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) {
      .christmas__hotel-info__title {
        font-size: 5vw;
        margin: 0 0 30px; } }
  @media (min-width: 569px) {
    .christmas__hotel-info__description {
      font-size: 14px; } }
  .christmas__hotel-info__map {
    width: 100%; }
    @media (min-width: 569px) {
      .christmas__hotel-info__map {
        margin-top: -50px; } }
body.christmas .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.christmas .footer__container {
      display: flex; } }
  body.christmas .footer a {
    color: #b28247; }

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

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

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

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

.christmas-header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 100;
  display: none;
  bottom: 0;
  background: #231815;
  color: #fff; }
  .christmas-header a {
    color: #fff; }
  .christmas-header__container {
    max-width: 1000px;
    margin: 0 auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .christmas-header__nav {
    display: flex; }
    .christmas-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) {
        .christmas-header__nav-item {
          margin-left: 20px; } }
      .christmas-header__nav-item.of-tel .tel-num {
        font-size: 20px;
        background: url(/images/icons/tel-white-filled.png) left center/auto 60% no-repeat;
        padding-left: 1em;
        margin-left: 1em; }
