@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #333333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: top;
  width: 100%;
}

ul {
  list-style: none;
}

/* 基本設定終わり
------------------------------------------------------------*/
.container {
  padding: 0 5%;
}

.type_info {
  padding: 0 5%;
  /* .type_name終わり */
  /* .type_detail終わり */
}

.type_info .type_name {
  text-align: center;
}

.type_info .type_name .type_name_eng {
  font-family: 'Montserrat Alternates', sans-serif;
  font-weight: 200;
  color: #D91818;
  margin-bottom: 0px;
}

.type_info .type_name .type_name_jpn {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.25;
}

.type_info .type_name .type_name_jpn::after {
  content: "";
  display: block;
  width: 30px;
  border-bottom: 3px solid red;
  margin: 20px auto;
}

.type_info .sold_out {
  color: #D91818;
  font-weight: 800;
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 20px;
}

.type_info .type_detail {
  margin-bottom: 40px;
}

.type_info .type_detail .type_desc {
  margin-bottom: 20px;
  line-height: 1.7;
}

.type_info .type_detail .selling_info .selling_info_section {
  margin-bottom: 5px;
}

.type_info .type_detail .selling_info .selling_info_section .selling_info_title {
  background-color: #FFEBD5;
  padding: 5px 0;
  text-align: center;
}

.type_info .type_detail .selling_info .selling_info_section .selling_info_detail {
  background-color: #FFF9F1;
  padding: 20px 15px;
}

.type_info .type_detail .selling_info .selling_info_section .selling_info_detail .ul-blank {
  margin-bottom: 20px;
}

.type_info .type_detail .selling_info .selling_info_section .selling_info_detail .annotation {
  font-size: 1.3rem;
  margin-bottom: 25px;
}

.type_info .type_detail .selling_info .selling_info_section .selling_info_detail ul li a {
  font-weight: 700;
  color: #D91818;
  border-bottom: 1px solid #D91818;
}

.type_info .type_detail .selling_info .selling_info_section .selling_info_detail ul li a i {
  margin-left: 5px;
}

.type_info .type_detail .selling_info .selling_info_section .selling_info_detail ul .cake_link, .type_info .type_detail .selling_info .selling_info_section .selling_info_detail ul .cake_tel {
  margin-bottom: 20px;
}

/* .type_info終わり */
.item_name {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 1.25;
}

.price {
  font-weight: 500;
  font-size: 1.9rem;
}

.price span {
  font-weight: 400;
  font-size: 1.2rem;
}

/* 共通項目終わり
------------------------------------------------------------*/
header {
  padding: 20px 5% 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 70px;
  z-index: 1000;
}

header img {
  width: 170px;
  height: auto;
}

header .lang {
  padding: 8px 8px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 1.3rem;
}

#body_copy {
  padding: 60px 5%;
  text-align: center;
  font-family: 'Shippori Mincho', serif;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%;
  /* 32px */
}

#christmas_chicken {
  margin-bottom: 60px;
}

#christmas_chicken .selling_info .chicken_reservation {
  font-weight: 800;
}

#christmas_chicken .selling_info .selling_info_detail_chicken {
  margin-top: 10px;
}

#christmas_chicken .christmas_chicken_each .christmas_fried_chicken {
  margin-bottom: 40px;
}

#christmas_chicken .christmas_chicken_each .christmas_fried_chicken .christmas_chicken_img {
  max-width: 100%;
  height: auto;
}

#christmas_chicken .christmas_chicken_each .christmas_fried_chicken .christmas_chicken_detail {
  margin-top: 15px;
  padding-right: 5%;
}

#christmas_chicken .christmas_chicken_each .christmas_fried_chicken .christmas_chicken_detail .reservataion_button {
  background-color: #d2b003;
  display: block;
  margin-top: 15px;
  padding: 12px 0;
  text-align: center;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
}

#christmas_chicken .christmas_chicken_each .christmas_roast_chicken .christmas_chicken_img {
  max-width: 100%;
  height: auto;
}

#christmas_chicken .christmas_chicken_each .christmas_roast_chicken .christmas_chicken_detail {
  margin-top: 15px;
  padding-right: 5%;
}

#christmas_chicken .christmas_chicken_each .christmas_roast_chicken .christmas_chicken_detail .reservataion_button {
  background-color: #d2b003;
  display: block;
  padding: 12px 0;
  margin-top: 15px;
  text-align: center;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
}

/* #christmas_chicken終了 */
#christmas_cake {
  margin-bottom: 60px;
}

#christmas_cake .christmas_cake_each {
  /* #christmas_cake_left終了 */
  /* #christmas_cake_right終了 */
}

#christmas_cake .christmas_cake_each .christmas_cake_left {
  margin-bottom: 40px;
}

#christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_img {
  max-width: 100%;
  height: auto;
  margin-left: -5.5%;
}

#christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_img .christmas_cake_img_sp {
  border-radius: 0 0 20px 0;
}

#christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail {
  margin-top: 15px;
  padding-right: 5%;
}

#christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail .desc {
  margin-top: 20px;
}

#christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail .cake_section {
  margin-top: 20px;
}

#christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail .reservataion_button {
  background-color: #D91818;
  display: block;
  padding: 12px 0;
  text-align: center;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
}

#christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail .reservation_end {
  background-color: #333333;
}

#christmas_cake .christmas_cake_each .christmas_cake_right {
  margin-bottom: 40px;
}

#christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_img {
  max-width: 100%;
  height: auto;
  margin-left: 5.5%;
}

#christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_img .christmas_cake_img_sp {
  border-radius: 0 0 20px 0;
}

#christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail {
  margin-top: 15px;
  padding-left: 5%;
}

#christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail .desc {
  margin-top: 20px;
}

#christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail .cake_section {
  margin-top: 20px;
}

#christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail .reservataion_button {
  background-color: #D91818;
  display: block;
  padding: 12px 0;
  text-align: center;
  border-radius: 25px;
  font-size: 1.6rem;
  font-weight: 700;
  color: white;
}

#christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail .reservation_end {
  background-color: #333333;
}

/* #christmas_cake終了 */
#christmas_dry_item {
  background-color: #ecebe8;
  -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
          clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
  margin-bottom: -60px;
  padding-bottom: 100px;
}

#christmas_dry_item .christmas_dry_item_each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

#christmas_dry_item .christmas_dry_item_each .dry_item {
  width: 47%;
}

#christmas_dry_item .christmas_dry_item_each .dry_item img {
  margin-bottom: 10px;
}

/* #christmas_dry_item終了 */
#christmas_bread {
  margin-bottom: 60px;
  /* splide */
}

#christmas_bread .christmas_bread_each {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

#christmas_bread .christmas_bread_each .bread_item {
  width: 47%;
}

#christmas_bread .christmas_bread_each .bread_item img {
  margin-bottom: 10px;
}

#christmas_bread .splide__pagination {
  top: -295px;
  left: 0;
  right: initial;
  padding: 0 0;
}

#christmas_bread .splide__pagination__page.is-active {
  background: #D91818;
  -webkit-transform: initial;
          transform: initial;
}

/* #christmas_bread終了 */
#christmas_hamper {
  background-image: url(image/Back_hamper_white.jpg);
  background-size: cover;
  -webkit-clip-path: polygon(0 42px, 100% 0, 100% 100%, 0 100%);
          clip-path: polygon(0 42px, 100% 0, 100% 100%, 0 100%);
  margin-bottom: 40px;
}

#christmas_hamper .selling_info_detail_chicken {
  margin-top: 10px;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section {
  padding-bottom: 40px;
  /* table終了 */
  /* splide */
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section .christmas_hamper_section_title {
  font-weight: 700;
  color: #D91818;
  margin: 12px 0 20px 0;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section .christmas_hamper_section_title::before, #christmas_hamper .christmas_hamper_each .christmas_hamper_section .christmas_hamper_section_title::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 13px;
  background-color: #D91818;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section .christmas_hamper_section_title::before {
  margin-right: 5px;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section .christmas_hamper_section_title::after {
  margin-left: 5px;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section table {
  width: 100%;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section table tr {
  line-height: 1.75;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section table tr .item_name {
  width: 74%;
  vertical-align: middle;
  letter-spacing: -1px;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section table tr .item_size {
  width: 13%;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: right;
  vertical-align: middle;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section table tr .item_size span {
  letter-spacing: -2px;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section table tr .price {
  width: 13%;
  text-align: right;
  vertical-align: middle;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section table .item_type {
  font-size: 1.5rem;
  font-weight: 700;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section .cocktail_table {
  margin-bottom: 25px;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section .splide__pagination {
  left: initial;
  right: 0;
  padding: 0 5px 0 0;
}

#christmas_hamper .christmas_hamper_each .christmas_hamper_section .splide__pagination__page.is-active {
  background: #D91818;
  -webkit-transform: initial;
          transform: initial;
}

/* #christmas_hamper終了 */
footer .hotel_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 40px 0 90px 0;
}

footer .hotel_info .hotel_logo {
  width: 190px;
  height: auto;
}

footer .hotel_info .swissgourmet .swissgourmet-name {
  font-weight: 700;
  margin-bottom: 5px;
}

footer #nav-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #FFCFCF;
  background-color: #f5f5f5;
  z-index: 1000;
}

footer #nav-sp .nav-sp_reservation img {
  width: auto;
  height: 60px;
}

footer #nav-sp .nav-sp_link {
  margin: 0 auto;
}

footer #nav-sp .nav-sp_link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  padding: 4%;
}

footer #nav-sp .nav-sp_link ul a li {
  text-align: center;
}

@media screen and (min-width: 920px) {
  body {
    font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.5;
    color: #333333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  .container {
    max-width: 1200px;
    margin: auto;
    padding: 0 3%;
  }
  .br_sp {
    display: none;
  }
  .type_info {
    padding: initial;
    max-width: 850px;
    margin: 60px auto;
    /* .type_name終わり */
    /* .type_detail終わり */
  }
  .type_info .type_name {
    text-align: center;
  }
  .type_info .type_name .type_name_eng {
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 200;
    color: #D91818;
    margin-bottom: 0px;
    font-size: 1.8rem;
  }
  .type_info .type_name .type_name_jpn {
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 1.25;
  }
  .type_info .type_name .type_name_jpn::after {
    content: "";
    display: block;
    width: 50px;
    border-bottom: 3px solid red;
    margin: 30px auto;
  }
  .type_info .type_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
  }
  .type_info .type_detail .type_desc {
    width: 320px;
    margin-bottom: 20px;
  }
  .type_info .type_detail .selling_info .selling_info_section {
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 510px;
  }
  .type_info .type_detail .selling_info .selling_info_section .selling_info_title {
    background-color: #FFEBD5;
    padding: 20px 0;
    text-align: center;
    width: 110px;
  }
  .type_info .type_detail .selling_info .selling_info_section .selling_info_detail {
    background-color: #FFF9F1;
    padding: 20px 15px;
    width: 400px;
  }
  .type_info .type_detail .selling_info .selling_info_section .selling_info_detail .ul-blank {
    margin-bottom: 20px;
  }
  .type_info .type_detail .selling_info .selling_info_section .selling_info_detail .annotation {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .type_info .type_detail .selling_info .selling_info_section .selling_info_detail ul li a {
    font-weight: 700;
    color: #D91818;
    border-bottom: 1px solid #D91818;
  }
  .type_info .type_detail .selling_info .selling_info_section .selling_info_detail ul li a i {
    margin-left: 5px;
  }
  .type_info .type_detail .selling_info .selling_info_section .selling_info_detail ul .cake_link, .type_info .type_detail .selling_info .selling_info_section .selling_info_detail ul .cake_tel {
    margin-bottom: 20px;
  }
  /* .type_info終わり */
  .item_name {
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.25;
  }
  .price {
    font-weight: 500;
    font-size: 2.2rem;
  }
  .price span {
    font-weight: 400;
    font-size: 1.5rem;
  }
  /* 非表示 */
  #hero_image,
  #nav-sp,
  .group_image_sp,
  .christmas_chicken_img_sp,
  .christmas_cake_img_sp {
    display: none;
  }
  /* PC 共通設定終わり
------------------------------------------------------------*/
  header {
    max-width: 1200px;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 40px;
    padding: 10px 0 10px 80px;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  header .header_nav_pc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    font-size: 1.6rem;
    font-weight: 700;
  }
  header .header_nav_pc ul a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  header .header_nav_pc ul a::after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #D91818;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  header .header_nav_pc ul a:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  header .lang {
    margin: 0 0 0 50px;
    font-size: 1.3rem;
  }
  header .nav-pc_reservation img {
    width: auto;
    height: 80px;
  }
  #body_copy {
    width: 700px;
    margin: auto;
    padding: 80px 0;
  }
  #body_copy h1 {
    font-size: 2.6rem;
    line-height: 2;
  }
  #christmas_chicken .christmas_chicken_each {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
  #christmas_chicken .christmas_chicken_each .christmas_fried_chicken {
    width: 48%;
  }
  #christmas_chicken .christmas_chicken_each .christmas_roast_chicken {
    width: 48%;
  }
  #christmas_chicken .christmas_chicken_each .christmas_roast_chicken .christmas_chicken_detail .reservataion_button {
    display: none;
  }
  #christmas_cake {
    margin-bottom: 160px;
  }
  #christmas_cake .christmas_cake_each {
    /* #christmas_cake_left終了 */
    /* #christmas_cake_right終了 */
  }
  #christmas_cake .christmas_cake_each .christmas_cake_left {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_img {
    max-width: 55%;
    height: auto;
    margin-left: 0;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_img .christmas_cake_img_pc {
    border-radius: 0 0 20px 0;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail {
    margin-top: 0;
    padding-right: 0;
    width: 42%;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail .desc {
    margin-top: 20px;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail .cake_section {
    margin-top: 20px;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail .cake_section img {
    width: auto;
    height: 200px;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail .reservataion_button {
    background-color: #D91818;
    display: block;
    padding: 12px 0;
    text-align: center;
    border-radius: 25px;
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_left .christmas_cake_detail .reservation_end {
    background-color: #333333;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_right {
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_img {
    max-width: 55%;
    height: auto;
    margin-left: 0;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_img .christmas_cake_img_pc {
    border-radius: 0 0 20px 0;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail {
    margin-top: 0;
    padding-left: 0;
    width: 42%;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail .desc {
    margin-top: 20px;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail .cake_section {
    margin-top: 20px;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail .cake_section img {
    width: auto;
    height: 200px;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail .reservataion_button {
    background-color: #D91818;
    display: block;
    padding: 12px 0;
    text-align: center;
    border-radius: 25px;
    font-size: 1.6rem;
    font-weight: 700;
    color: white;
  }
  #christmas_cake .christmas_cake_each .christmas_cake_right .christmas_cake_detail .reservation_end {
    background-color: #333333;
  }
  /* #christmas_cake終了 */
  #christmas_dry_item {
    background-color: #ecebe8;
    -webkit-clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
            clip-path: polygon(0 50px, 100% 0, 100% calc(100% - 50px), 0 100%);
    margin-bottom: 0;
    padding-bottom: 0;
  }
  #christmas_dry_item .christmas_dry_item_each {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 160px;
  }
  #christmas_dry_item .christmas_dry_item_each .dry_item {
    width: 32%;
  }
  #christmas_dry_item .christmas_dry_item_each .dry_item img {
    margin-bottom: 10px;
  }
  /* #christmas_dry_item終了 */
  #christmas_bread {
    margin-top: -50px;
    margin-bottom: 160px;
  }
  #christmas_bread .christmas_bread_each {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 30px;
  }
  #christmas_bread .christmas_bread_each .bread_item {
    width: 48%;
  }
  #christmas_bread .christmas_bread_each .bread_item img {
    margin-bottom: 10px;
  }
  /* #christmas_bread終了 */
  #christmas_hamper {
    background-image: url(image/Back_hamper_white.jpg);
    background-size: cover;
    -webkit-clip-path: polygon(0 51px, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 51px, 100% 0, 100% 100%, 0 100%);
    margin-bottom: 60px;
  }
  #christmas_hamper .selling_info_detail_chicken {
    margin-top: 10px;
  }
  #christmas_hamper .christmas_hamper_each {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section {
    padding-bottom: 60px;
    width: 48%;
    /* table終了 */
    /* splide */
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section .christmas_hamper_section_title {
    font-weight: 700;
    color: #D91818;
    margin: 12px 0 20px 0;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section .christmas_hamper_section_title::before, #christmas_hamper .christmas_hamper_each .christmas_hamper_section .christmas_hamper_section_title::after {
    content: "";
    display: inline-block;
    width: 2px;
    height: 13px;
    background-color: #D91818;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section .christmas_hamper_section_title::before {
    margin-right: 5px;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section .christmas_hamper_section_title::after {
    margin-left: 5px;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section table {
    width: 100%;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section table tr {
    line-height: 1.75;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section table tr .item_name {
    width: 74%;
    vertical-align: middle;
    letter-spacing: -1px;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section table tr .item_size {
    width: 13%;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: right;
    vertical-align: middle;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section table tr .item_size span {
    letter-spacing: -2px;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section table tr .price {
    width: 13%;
    text-align: right;
    vertical-align: middle;
    padding-left: 5px;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section table .item_type {
    font-size: 1.5rem;
    font-weight: 700;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section .cocktail_table {
    margin-bottom: 25px;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section .splide__pagination {
    left: initial;
    right: 0;
    padding: 0 5px 0 0;
  }
  #christmas_hamper .christmas_hamper_each .christmas_hamper_section .splide__pagination__page.is-active {
    background: #D91818;
    -webkit-transform: initial;
            transform: initial;
  }
  /* #christmas_hamper終了 */
  footer {
    margin-bottom: 60px;
  }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .container .annotation {
    font-size: 1.5rem;
  }
  footer .container .hotel_info {
    margin: 0;
    gap: 60px;
  }
  footer .container .hotel_info .hotel_logo {
    width: 260px;
    height: auto;
  }
  footer .container .hotel_info .swissgourmet {
    font-size: 2rem;
  }
  footer .container .hotel_info .swissgourmet .swissgourmet-name {
    font-weight: 700;
    margin-bottom: 10 px;
  }
  footer #nav-sp {
    display: none;
  }
}

/* PCの設定終わり
------------------------------------------------------------*/
@media screen and (max-width: 919px) {
  .header_nav_pc,
  .nav-pc_reservation,
  #hero_image_pc,
  .group_image_pc,
  .christmas_chicken_img_pc,
  .christmas_cake_img_pc {
    display: none;
  }
}

.test_back01 {
  background-color: #FFCFCF;
  -webkit-clip-path: polygon(0 0%, 100% 0%, 100% 125%, 0 100%);
          clip-path: polygon(0 0%, 100% 0%, 100% 125%, 0 100%);
  width: 100%;
  height: 200px;
}

.test_img {
  width: 100%;
  height: auto;
}

.test_img img {
  width: 100%;
}

.test_back02 {
  background-color: #d4ff8e;
  -webkit-clip-path: polygon(0 0%, 100% 25%, 100% 100%, 0 100%);
          clip-path: polygon(0 0%, 100% 25%, 100% 100%, 0 100%);
  color: #ccc;
  padding: 60px 0 10px 0;
}
/*# sourceMappingURL=style.css.map */