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

body {
  font-family: YakuHanJP, "Roboto Condensed", "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  box-sizing: border-box;
  background-color: #da005c;
}

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

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

ul {
  list-style: none;
}

.container {
  padding: 0 5%;
}

.price {
  font-size: 2.2rem;
}

/* 基本設定終わり
------------------------------------------------------------*/
.title {
  font-size: 3.6rem;
  font-weight: 500;
  color: #fff;
  padding: 0 5%;
  margin-bottom: -15px;
}

.tc {
  margin-top: 40px;
  font-size: 1.3rem;
}

.displayed .displayed {
  animation: fadeUp 1s forwards;
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  100% {
    opacity: 1;
    transform: translateY(-100px);
  }
}

/* 共通項目終わり
------------------------------------------------------------*/
header {
  margin-bottom: 60px;
  z-index: -1;
  background-image: url(image/Main_Image_sp.jpg);
  width: 100%;
  background-size: cover; /* 背景画像を要素に合わせて拡大/縮小 */
  background-position: center; /* 画像の位置を中央に */
  background-repeat: no-repeat;
}
header .logo {
  display: flex;
  gap: 10%;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 40px;
  margin-bottom: 40px;
}
header .logo .logo_hotel {
  width: 45%;
  height: auto;
}
header .logo .logo_cerezo {
  width: 25%;
  height: auto;
}
header .main_title {
  color: #fff;
  text-align: center;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 600;
}
header .main_title .main_title01 {
  font-size: 2.2rem;
}
header .main_title .main_title02 {
  font-size: 4.2rem;
}
header .main_title .main_title03 {
  font-size: 1.8rem;
  margin-top: 5px;
}

#schedule {
  margin-bottom: 80px;
}
#schedule .schedule {
  background-color: #fff;
  padding: 25px 5%;
  border-radius: 15px;
}
#schedule .schedule .cover_charge {
  text-align: center;
}
#schedule .schedule .cover_charge .cover_charge_text {
  font-size: 2rem;
  color: #da005c;
  border: 1px solid #da005c;
  border-radius: 10px;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 25px;
}
#schedule .schedule .match_schedule .each_match {
  border-bottom: 1px #666666 solid;
  padding: 25px 0;
}
#schedule .schedule .match_schedule .each_match .match_date {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#schedule .schedule .match_schedule .each_match .match_date .date_time {
  display: flex;
  align-items: center;
}
#schedule .schedule .match_schedule .each_match .match_date .date_time .date {
  font-size: 2.8rem;
  margin-right: 10px;
}
#schedule .schedule .match_schedule .each_match .match_date .date_time .date .day_of_the_week {
  font-size: 1.4rem;
}
#schedule .schedule .match_schedule .each_match .match_date .date_time .time {
  font-size: 2.2rem;
}
#schedule .schedule .match_schedule .each_match .match_date .broadcast_icon_live {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #da005c;
}
#schedule .schedule .match_schedule .each_match .match_date .broadcast_icon_delay {
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  padding: 3px 5px;
  border-radius: 5px;
  background-color: #1E2380;
}
#schedule .schedule .match_schedule .each_match .matchup {
  font-size: 2rem;
  font-weight: 600;
}
#schedule .schedule .match_schedule .each_match .matchup .vs {
  font-size: 1.6rem;
}
#schedule .schedule .match_schedule .each_match .matchup .pink {
  color: #da005c;
}
#schedule .schedule .match_schedule .each_match .acl {
  margin-top: 10px;
  font-size: 1.6rem;
}
#schedule .schedule .match_schedule .each_match:first-child {
  padding-top: 0;
}
#schedule .schedule .match_schedule .each_match:last-child {
  border-bottom: initial;
  padding-bottom: 0;
}
#schedule .schedule .match_schedule .each_match .event {
  margin-top: 5px;
}
#schedule .schedule .match_schedule .each_match .event h2 {
  font-size: 2rem;
  font-weight: 600;
  color: #1E2380;
  margin: 0 0 -9px 12px;
}
#schedule .schedule .match_schedule .each_match .event details {
  border: 1px solid #1E2380;
  border-radius: 10px;
  background-color: #f9f9f9;
  box-shadow: 5px 5px 0 #1E2380;
  border-radius: 10px;
}
#schedule .schedule .match_schedule .each_match .event details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 3% 15px 3%;
}
#schedule .schedule .match_schedule .each_match .event details summary .summary_left {
  display: block;
  list-style: none;
  font-size: 2.2rem;
  font-weight: 600;
  color: #da005c;
}
#schedule .schedule .match_schedule .each_match .event details summary .summary_left span {
  font-size: 1.8rem;
}
#schedule .schedule .match_schedule .each_match .event details summary .summary_right {
  font-size: 1.4rem;
}
#schedule .schedule .match_schedule .each_match .event details summary .summary_right::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 7px;
}
#schedule .schedule .match_schedule .each_match .event details .category {
  padding: 0 3% 15px 3%;
}
#schedule .schedule .match_schedule .each_match .event details .category .event_desc {
  border-top: 3px solid #da005c;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #da005c;
  margin-bottom: 25px;
}
#schedule .schedule .match_schedule .each_match .event details .category .event_price {
  border-bottom: 1px solid #da005c;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#schedule .schedule .match_schedule .each_match .event details .category .event_price li {
  font-size: 2.2rem;
  vertical-align: middle;
  line-height: 1.2;
}
#schedule .schedule .match_schedule .each_match .event details .category .event_price li span {
  font-size: 1.5rem;
}
#schedule .schedule .match_schedule .each_match .event details .category .event_price .set {
  font-size: 1.6rem;
  margin-top: 5px;
}
#schedule .schedule .match_schedule .each_match .event details .category .highball {
  border-bottom: 1px solid #da005c;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
#schedule .schedule .match_schedule .each_match .event details .category .highball h4 {
  color: #da005c;
  font-size: 1.8rem;
  font-weight: 600;
}
#schedule .schedule .match_schedule .each_match .event details .category .highball .price {
  margin: 7px 0;
}
#schedule .schedule .match_schedule .each_match .event details .category .highball ul {
  margin: 15px 0 7px 0;
}
#schedule .schedule .match_schedule .each_match .event details .category .highball ul span {
  font-size: 1.4rem;
}
#schedule .schedule .match_schedule .each_match .event details .category .highball .event0913_menu span {
  color: #da005c;
  font-weight: 600;
}
#schedule .schedule .match_schedule .each_match .event details .category .luckydraw_suntory {
  border-bottom: 1px solid #da005c;
  margin-bottom: 25px;
  padding-bottom: 25px;
}
#schedule .schedule .match_schedule .each_match .event details .category .luckydraw_suntory p {
  margin-bottom: 15px;
}
#schedule .schedule .match_schedule .each_match .event details .category .luckydraw_suntory p span {
  background: linear-gradient(transparent 50%, rgba(218, 0, 92, 0.2) 50%);
}
#schedule .schedule .match_schedule .each_match .event details .category .guest {
  margin-bottom: 25px;
}
#schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person {
  display: flex;
  justify-content: space-between;
}
#schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .sakemoto, #schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .katsuya, #schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .ikeda {
  width: 48%;
}
#schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .sakemoto img, #schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .katsuya img, #schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .ikeda img {
  margin: 10px 0;
}
#schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .sakemoto h4, #schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .katsuya h4, #schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .ikeda h4 {
  line-height: 1.2;
}
#schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .sakemoto .guest_name, #schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .katsuya .guest_name, #schedule .schedule .match_schedule .each_match .event details .category .guest .guest_person .ikeda .guest_name {
  font-size: 2rem;
  font-weight: 600;
}
#schedule .schedule .match_schedule .each_match .event details .category .reservation_botton {
  display: block;
  width: 100%;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 600;
  background-color: #1E2380;
  padding: 15px 0;
  text-align: center;
  border-radius: 10px;
}
#schedule .schedule .match_schedule .each_match .event details .category .reservation_botton:hover {
  background-color: #da005c;
}
#schedule .schedule .match_schedule .each_match .event details .category .reservation_bottom_1st {
  margin-bottom: 25px;
}
#schedule .schedule .match_schedule .each_match .event details .category .event_schedule {
  border-bottom: 1px solid #da005c;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#schedule .schedule .match_schedule .each_match .event details .category .event_schedule h4 {
  font-size: 1.4rem;
}
#schedule .schedule .match_schedule .each_match .event details .category .buffet_drink {
  border-bottom: 1px solid #da005c;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
#schedule .schedule .match_schedule .each_match .event details .category .buffet_drink .buffet_menu h4, #schedule .schedule .match_schedule .each_match .event details .category .buffet_drink .drink_menu h4 {
  font-size: 1.4rem;
  border-bottom: 1px solid #666;
  display: inline;
  padding-bottom: 5px;
}
#schedule .schedule .match_schedule .each_match .event details .category .buffet_drink .buffet_menu .buffet_item, #schedule .schedule .match_schedule .each_match .event details .category .buffet_drink .buffet_menu .drink_item, #schedule .schedule .match_schedule .each_match .event details .category .buffet_drink .drink_menu .buffet_item, #schedule .schedule .match_schedule .each_match .event details .category .buffet_drink .drink_menu .drink_item {
  margin-top: 10px;
}
#schedule .schedule .match_schedule .each_match .event details .category .buffet_drink .buffet_menu {
  margin-bottom: 20px;
}
#schedule .schedule .match_schedule .each_match .event details .category .event_tc {
  margin: 25px 0 25px 0;
  font-size: 1.3rem;
}
#schedule .schedule .match_schedule .each_match .event summary::-webkit-details-marker {
  display: none;
}
#schedule .schedule .match_schedule .each_match .event details[open] summary .summary_right::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-size: 1.7rem;
  font-weight: 600;
}
#schedule .schedule .match_schedule .each_match .event details[open] .details_animation {
  animation: fadeIn 0.5s ease;
}

#drink_food_menu .menu {
  background-color: #fff;
  padding: 25px 5%;
  border-radius: 15px;
}
#drink_food_menu .menu .special_menu {
  margin-bottom: 50px;
  border-left: 4px solid #da005c;
  padding-left: 20px;
}
#drink_food_menu .menu .special_menu .special_menu_title {
  font-size: 2rem;
  font-weight: 600;
  color: #da005c;
  margin-bottom: 15px;
}
#drink_food_menu .menu .special_menu .cerezo_cocktail, #drink_food_menu .menu .special_menu .cerezo_set {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
#drink_food_menu .menu .special_menu .cerezo_cocktail .special_menu_img, #drink_food_menu .menu .special_menu .cerezo_set .special_menu_img {
  max-width: 40%;
  height: auto;
}
#drink_food_menu .menu .special_menu .cerezo_cocktail .special_menu_detail .name, #drink_food_menu .menu .special_menu .cerezo_set .special_menu_detail .name {
  font-size: 1.6rem;
}
#drink_food_menu .menu .special_menu .cerezo_cocktail .special_menu_detail .price, #drink_food_menu .menu .special_menu .cerezo_set .special_menu_detail .price {
  font-size: 2.2rem;
}
#drink_food_menu .menu .special_menu .cerezo_cocktail .special_menu_detail .price span, #drink_food_menu .menu .special_menu .cerezo_set .special_menu_detail .price span {
  font-size: 1.5rem;
}
#drink_food_menu .menu .special_menu .cerezo_cocktail .special_menu_detail .menu-detail, #drink_food_menu .menu .special_menu .cerezo_set .special_menu_detail .menu-detail {
  margin-top: 10px;
}
#drink_food_menu .menu .special_menu .cerezo_cocktail {
  margin-bottom: 25px;
}
#drink_food_menu .menu .event, #drink_food_menu .menu .drink, #drink_food_menu .menu .food {
  margin-bottom: 40px;
}
#drink_food_menu .menu .event details summary, #drink_food_menu .menu .drink details summary, #drink_food_menu .menu .food details summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #da005c;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
#drink_food_menu .menu .event details summary .summary_left, #drink_food_menu .menu .drink details summary .summary_left, #drink_food_menu .menu .food details summary .summary_left {
  display: block;
  list-style: none;
  font-size: 2.2rem;
  font-weight: 600;
}
#drink_food_menu .menu .event details summary .summary_right, #drink_food_menu .menu .drink details summary .summary_right, #drink_food_menu .menu .food details summary .summary_right {
  font-size: 1.4rem;
}
#drink_food_menu .menu .event details summary .summary_right::after, #drink_food_menu .menu .drink details summary .summary_right::after, #drink_food_menu .menu .food details summary .summary_right::after {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-size: 1.8rem;
  font-weight: 600;
  margin-left: 7px;
}
#drink_food_menu .menu .event details .category, #drink_food_menu .menu .drink details .category, #drink_food_menu .menu .food details .category {
  margin-bottom: 30px;
}
#drink_food_menu .menu .event details .category img, #drink_food_menu .menu .drink details .category img, #drink_food_menu .menu .food details .category img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#drink_food_menu .menu .event details .category .name_with_bars, #drink_food_menu .menu .drink details .category .name_with_bars, #drink_food_menu .menu .food details .category .name_with_bars {
  font-size: 1.6rem;
  display: inline;
  border-right: 2px solid #333;
  border-left: 2px solid #333;
  padding: 0 5px;
}
#drink_food_menu .menu .event details .category table, #drink_food_menu .menu .drink details .category table, #drink_food_menu .menu .food details .category table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5px;
}
#drink_food_menu .menu .event details .category table tbody .name, #drink_food_menu .menu .drink details .category table tbody .name, #drink_food_menu .menu .food details .category table tbody .name {
  width: 63%;
  font-size: 1.6rem;
  margin-bottom: 15px;
  vertical-align: middle;
}
#drink_food_menu .menu .event details .category table tbody .name span, #drink_food_menu .menu .drink details .category table tbody .name span, #drink_food_menu .menu .food details .category table tbody .name span {
  font-size: 1.5rem;
}
#drink_food_menu .menu .event details .category table .price, #drink_food_menu .menu .drink details .category table .price, #drink_food_menu .menu .food details .category table .price {
  font-size: 2.2rem;
  width: 37%;
  text-align: right;
}
#drink_food_menu .menu .event details .category table .price span, #drink_food_menu .menu .drink details .category table .price span, #drink_food_menu .menu .food details .category table .price span {
  font-size: 1.5rem;
}
#drink_food_menu .menu .event details .category .freeflow, #drink_food_menu .menu .drink details .category .freeflow, #drink_food_menu .menu .food details .category .freeflow {
  margin-top: 5px;
}
#drink_food_menu .menu .event details .category .all_you_can_eat, #drink_food_menu .menu .drink details .category .all_you_can_eat, #drink_food_menu .menu .food details .category .all_you_can_eat {
  margin: 10px 0;
}
#drink_food_menu .menu .event details .category .all_you_can_eat h4, #drink_food_menu .menu .drink details .category .all_you_can_eat h4, #drink_food_menu .menu .food details .category .all_you_can_eat h4 {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
#drink_food_menu .menu .event details .category_wine, #drink_food_menu .menu .drink details .category_wine, #drink_food_menu .menu .food details .category_wine {
  margin-bottom: 30px;
}
#drink_food_menu .menu .event details .category_wine img, #drink_food_menu .menu .drink details .category_wine img, #drink_food_menu .menu .food details .category_wine img {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}
#drink_food_menu .menu .event details .category_wine .name_with_bars, #drink_food_menu .menu .drink details .category_wine .name_with_bars, #drink_food_menu .menu .food details .category_wine .name_with_bars {
  font-size: 1.6rem;
  display: inline;
  border-right: 2px solid #333;
  border-left: 2px solid #333;
  padding: 0 5px;
}
#drink_food_menu .menu .event details .category_wine table, #drink_food_menu .menu .drink details .category_wine table, #drink_food_menu .menu .food details .category_wine table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 5px;
}
#drink_food_menu .menu .event details .category_wine table tbody tr td, #drink_food_menu .menu .drink details .category_wine table tbody tr td, #drink_food_menu .menu .food details .category_wine table tbody tr td {
  padding-bottom: 12px;
}
#drink_food_menu .menu .event details .category_wine table tbody tr:last-child td, #drink_food_menu .menu .drink details .category_wine table tbody tr:last-child td, #drink_food_menu .menu .food details .category_wine table tbody tr:last-child td {
  padding-bottom: 0;
}
#drink_food_menu .menu .event details .category_wine table tbody .name, #drink_food_menu .menu .drink details .category_wine table tbody .name, #drink_food_menu .menu .food details .category_wine table tbody .name {
  width: 63%;
  font-size: 1.6rem;
  margin-bottom: 15px;
  vertical-align: top;
}
#drink_food_menu .menu .event details .category_wine table tbody .name span, #drink_food_menu .menu .drink details .category_wine table tbody .name span, #drink_food_menu .menu .food details .category_wine table tbody .name span {
  font-size: 1.5rem;
}
#drink_food_menu .menu .event details .category_wine table .price, #drink_food_menu .menu .drink details .category_wine table .price, #drink_food_menu .menu .food details .category_wine table .price {
  font-size: 2.2rem;
  width: 37%;
  text-align: right;
  line-height: 1.2;
}
#drink_food_menu .menu .event details .category_wine table .price span, #drink_food_menu .menu .drink details .category_wine table .price span, #drink_food_menu .menu .food details .category_wine table .price span {
  font-size: 1.5rem;
}
#drink_food_menu .menu .event summary::-webkit-details-marker, #drink_food_menu .menu .drink summary::-webkit-details-marker, #drink_food_menu .menu .food summary::-webkit-details-marker {
  display: none;
}
#drink_food_menu .menu .event details[open] summary .summary_right::after, #drink_food_menu .menu .drink details[open] summary .summary_right::after, #drink_food_menu .menu .food details[open] summary .summary_right::after {
  content: "\f068";
  font-family: "Font Awesome 6 Free";
  font-size: 1.7rem;
  font-weight: 600;
}
#drink_food_menu .menu .event details[open] .details_animation, #drink_food_menu .menu .drink details[open] .details_animation, #drink_food_menu .menu .food details[open] .details_animation {
  animation: fadeIn 0.5s ease;
}

.copyright_cerezo {
  margin: 40px 0 60px 0;
}
.copyright_cerezo img {
  width: 30%;
  height: auto;
  display: block;
  margin-left: auto;
}

footer {
  background-color: #333333;
  padding: 60px 0 100px 0;
}
footer img {
  margin-bottom: 15px;
}
footer .nambar10 {
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: #fff;
}
footer .nambar10 img {
  width: 30%;
  height: auto;
}
footer .nambar10 .info {
  padding-top: 15px;
}
footer .nambar10 .info p {
  font-size: 1.6rem;
}
footer .nambar10 .info h5 {
  font-size: 2rem;
  margin-bottom: 20px;
}
footer .nambar10 .info h5::after {
  content: "";
  display: block;
  border-top: 1px solid #fff;
  margin-top: 10px;
}
footer .nambar10 .info ul {
  font-size: 1.4rem;
}
footer .nambar10 .info ul li {
  margin-bottom: 15px;
}
footer .copyright_swissotel {
  font-size: 1.2rem;
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.fixed_footer {
  display: flex;
  position: fixed;
  left: 0;
  bottom: 0;
}
.fixed_footer .button_reservation_sp {
  width: 40%;
}
.fixed_footer .button_schedule_sp {
  width: 30%;
  border-left: 1px solid #fff;
}
.fixed_footer .button_menu_sp {
  width: 30%;
  border-left: 1px solid #fff;
}

@media screen and (min-width: 811px) {
  body {
    background-color: initial;
    position: relative;
  }
  body .background_pc {
    background-image: url(image/Background_PC.png);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  body .br_sp {
    display: none;
  }
  body .pc_site {
    display: flex;
  }
  body .pc_site .pc_site_left {
    width: 50px;
    text-align: center;
  }
  body .pc_site .pc_site_left .logo_hotel {
    width: 100px;
    height: auto;
  }
  body .pc_site .pc_site_left .logo_cerezo {
    width: 80px;
    height: auto;
  }
  body .pc_site .sp_site {
    max-width: 500px;
    background-color: #da005c;
    border-right: 3px solid #FFF;
    border-left: 3px solid #FFF;
  }
  body .pc_site .sp_site header {
    margin-bottom: 60px;
    z-index: -1;
    background-image: url(image/Main_Image_sp.jpg);
    width: 100%;
    height: 40vh;
    background-size: cover; /* 背景画像を要素に合わせて拡大/縮小 */
    background-position: center; /* 画像の位置を中央に */
    background-repeat: no-repeat;
  }
  body .pc_site .sp_site footer {
    background-color: #333333;
    padding: 60px 0 20px 0;
  }
  body .pc_site #pc_site_right {
    position: fixed;
  }
  body .pc_site #pc_site_right .pc_site_right {
    position: absolute;
    top: 150px;
    left: 600px;
  }
  body .pc_site #pc_site_right .pc_site_right div {
    margin-bottom: 15px;
  }
  body .pc_site #pc_site_right .pc_site_right img {
    width: 220px;
  }
  body .pc_site #pc_site_right .pc_site_right .button_reservation_pc {
    overflow: hidden;
  }
  body .pc_site #pc_site_right .pc_site_right .button_reservation_pc img:hover {
    transform: scale(1.15);
    transition: 0.3s;
  }
  body .fixed_footer {
    display: none;
  }
}
@media screen and (max-width: 810px) {
  .pc_site_left, .pc_site_right {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */