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

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background: #f3f3f3;
  font-size: 1.4rem;
}
body .container {
  background: #fff;
}

* {
  min-width: 0;
  min-height: 0;
}

_:lang(x)::-internal-media-controls-overlay-cast-button, img {
  image-rendering: -webkit-optimize-contrast;
}

.sp {
  display: none !important;
}
.sp.flex, .sp.inline {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
  .sp.flex {
    display: flex !important;
  }
  .sp.inline {
    display: inline !important;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus, a:active, a:visited {
  text-decoration: none;
}

*:hover, *:focus, *:active, *:visited {
  color: inherit;
  text-decoration: none;
}

input[type="submit"], button {
  -webkit-appearance: none;
  border-radius: 0;
  margin: 0;
  background-color: #FFF;
  border: 1px solid #555;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 400;
}

button,
dl,
ul,
p,
a,
input,
label,
select {
  font-size: 1.4rem;
}

p {
  margin-bottom: 1.2rem;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.8rem;
}

h3 {
  font-size: 1.6rem;
}

ul {
  list-style: none;
  padding: 0;
}
ul a {
  color: #000;
}
ul a:hover, ul a:active, ul a:focus {
  color: #000;
}

dl {
  margin-top: 0;
  margin-bottom: 1.2rem;
}

input, select, button {
  padding: 10px;
  border-radius: 0;
  color: #000;
}

input, select {
  width: 100%;
}

.form-control {
  font-size: 1.3rem;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 15px;
}

.select_wrapper {
  position: relative;
}
.select_wrapper:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid #000;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0 auto;
  padding: 0;
  max-width: 500px;
  table-layout: fixed;
  width: 100%;
  font-size: 1.2rem;
}

table tbody {
  border: none;
}

table td,
table th {
  text-align: center;
  padding: 15px 0;
}

table th {
  font-size: 1.2rem;
}
table th span {
  font-size: 1rem;
}

table thead tr {
  background: #3A3A3A;
  color: #fff;
}

table tbody th {
  color: #fff;
}

table tbody td:first-of-type {
  border-right: 5px solid #fff;
}

table tbody td:last-of-type {
  border-left: 5px solid #fff;
}

table thead th {
  font-weight: bold;
  border-bottom: 10px solid #fff;
}
table thead th span {
  font-weight: normal;
}
table tbody td {
  padding: 30px 0 0;
}
table tbody tr:last-of-type td {
  padding-bottom: 30px;
}

footer .logo {
  display: inline-block;
}

.red {
  color: #9e3223;
}

.discount {
  position: relative;
  color: #9e3223;
  font-weight: normal !important;
  font-size: 1.2rem !important;
  margin-right: 1.2em;
}
.discount:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  border-bottom: solid 1px #9e3223;
  top: 57%;
  left: 0;
}
.discount .arrow {
  position: absolute;
  display: inline-block;
  padding: 0 0 0 16px;
  color: #000;
  font-size: 15px;
  top: 50%;
}
.discount .arrow:before, .discount .arrow:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.discount .arrow:before {
  left: 4px;
  width: 6px;
  height: 1px;
  background: #9e3223;
}
.discount .arrow:after {
  left: 6px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #9e3223;
  border-right: 1px solid #9e3223;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body {
  color: #333;
  font-size: 1.6rem;
  line-height: 2;
  overflow-x: hidden;
  font-size: 128%;
}

.christmas2025 {
  background: #fff;
  border-color: #666464;
  color: #666464;
}
.christmas2025 h1,
.christmas2025 h2,
.christmas2025 h3 {
  font-weight: normal;
  text-align: center;
}
.christmas2025 h2,
.christmas2025 h3,
.christmas2025 p {
  margin: 0 auto 20px;
}
.christmas2025 h1 {
  font-size: 2rem;
  margin-bottom: 0;
}
.christmas2025 h2 {
  font-size: 2.4rem;
}
.christmas2025 h3 {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 500px) {
  .christmas2025 h1 {
    font-size: 1.8rem;
  }
  .christmas2025 h2 {
    font-size: 2rem;
  }
  .christmas2025 h3 {
    font-size: 1.6rem;
  }
}
.christmas2025 .container {
  max-width: 830px;
}
.christmas2025 label {
  text-align: left;
  margin: 5px 0;
  font-weight: bold;
}
.christmas2025 .full_bg {
  margin: 0 calc(-50vw + 50%);
  padding: 60px 0;
  background: #385F5A;
}
.christmas2025 .full_bg section {
  margin: 0 auto;
}
.christmas2025 .radio_wrapper input {
  width: auto;
}
.christmas2025 .radio_wrapper label {
  font-weight: normal;
}
.christmas2025 .flex_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.christmas2025 .flex_wrapper > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
.christmas2025 .flex_wrapper > div > * {
  margin: 10px;
}
.christmas2025 button {
  padding: 0;
}
.christmas2025 button:disabled {
  opacity: 1;
}
.christmas2025 select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: center;
  border: none;
  border: solid 2px #385F5A;
  border-radius: 10px;
  padding-right: 30px;
  color: #385F5A;
  font-size: 1.4rem;
}
.christmas2025 .select_wrapper {
  position: relative;
  width: 250px;
  display: block;
  margin: 0 20px;
}
.christmas2025 .select_wrapper::after {
  content: "";
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  border: none;
  border-top: 2px solid #385F5A;
  border-right: 2px solid #385F5A;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .christmas2025 .select_wrapper:first-of-type {
    margin-bottom: 20px;
  }
}
.christmas2025 .sp-size {
  display: none;
}
@media screen and (max-width: 767px) {
  .christmas2025 .sp-size {
    display: inline;
    margin-left: 30px;
    font-size: 1.6rem;
  }
}
.christmas2025 .new-hero {
  font-family: new-hero, sans-serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .1rem;
}
.christmas2025 .noto-serif {
  font-family: noto-serif, serif;
  font-weight: 300;
  font-style: normal;
  letter-spacing: .2rem;
}
.christmas2025 .title {
  line-height: 1;
  font-size: 2rem;
  text-align: left;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.christmas2025 .title > * {
  text-align: left;
}
.christmas2025 .title:after {
  content: "";
  position: absolute;
  border-bottom: solid 1px;
  width: 100%;
  height: 1px;
  display: block;
  bottom: 0;
}
.christmas2025 .clair_title {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 15px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .christmas2025 .clair_title {
    position: relative;
    margin-bottom: 0;
  }
}
.christmas2025 .clair_price {
  margin-right: 2px;
  text-align: left;
  width: 230px;
  margin-right: 0;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .christmas2025 .clair_price {
    width: auto;
  }
}
.christmas2025 .clair_price p {
  margin-bottom: 0;
}
.christmas2025 .clair_price .price {
  min-width: 165px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .christmas2025 .clair_price .price {
    min-width: unset;
    text-align: left;
  }
}
.christmas2025 .clair_price .size {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .christmas2025 .clair_price .size {
    margin-bottom: 0;
  }
}
.christmas2025 .price {
  font-size: 2rem;
  font-family: new-hero, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 0;
}
.christmas2025 .price span {
  font-size: 1rem;
  display: inline-block;
  margin-left: 5px;
}
.christmas2025 .size {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.christmas2025 img {
  max-width: 100%;
  vertical-align: bottom;
  width: 100%;
}
.christmas2025 .flex {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.christmas2025 .flex > * {
  width: 100%;
}
.christmas2025 .flex > *:first-of-type {
  margin-right: 3px;
}
@media screen and (max-width: 767px) {
  .christmas2025 .flex {
    display: block;
  }
}
.christmas2025 .clair .cake_body_wrapeer {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .christmas2025 .clair .cake_body_wrapeer {
    width: 100%;
  }
}
.christmas2025 .clair .cake_body {
  margin-right: auto;
  margin-left: 0;
}
.christmas2025 .fs20 {
  font-size: 2rem;
}
.christmas2025 .fs18 {
  font-size: 1.8rem;
}
.christmas2025 .fs16 {
  font-size: 1.6rem;
}
.christmas2025 .color_text {
  color: #385F5A;
}
.christmas2025 .small {
  display: block;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: .1rem;
}
.christmas2025 section {
  margin: 60px 0;
}
@media screen and (max-width: 767px) {
  .christmas2025 section {
    padding: 0;
  }
}
.christmas2025 p, .christmas2025 a {
  color: #666464;
}
.christmas2025 .main_description {
  line-height: 2.2;
}
.christmas2025 .main_description p {
    line-height: 3.3;
}
@media screen and (max-width: 767px) {
    .christmas2025 .main_description p {
        font-size: 1.2rem;
    }
}
.christmas2025 .main_description h2 {
  color: #fff;
}
.christmas2025 .main_description h2:before {
  content: "★";
  display: block;
  margin-bottom: 20px;
  color: #AE9032;
}
.christmas2025 .main_description p {
  text-align: center;
  color: #fff;
}
.christmas2025 section.eyecatch {
  margin: 0 calc(-50vw + 50%);
  padding: 0;
}
.christmas2025 .cake_card {
  position: relative;
}
@media screen and (max-width: 767px) {
  .christmas2025 .cake_card {
    margin-bottom: 60px;
  }
}
.christmas2025 .cake_card .inside_img {
  margin-bottom: 20px;
}
.christmas2025 .cake_main h2 {
  color: #385F5A;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-bottom: 50px;
}
.christmas2025 .cake_main h2:before, .christmas2025 .cake_main h2:after {
  content: "";
  width: 200px;
  height: 25px;
  background: url("../images/christmas_2023/deco_line.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin: 0 50px;
}
@media screen and (max-width: 767px) {
  .christmas2025 .cake_main h2:before, .christmas2025 .cake_main h2:after {
    margin: 0 10px;
  }
}
.christmas2025 .cake_main .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .christmas2025 .cake_main .grid {
    display: block;
  }
}
.christmas2025 .cake_main .cake_card.double {
  grid-column: 1/3;
}
.christmas2025 .cake_main {
    margin-right: calc(-50vw + 50%);
    margin-left: calc(-50vw + 50%);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 0;
    margin-bottom: 0;
    background: #EDEDED;
}
.christmas2025 .about_reservation {
  margin-right: calc(-50vw + 50%);
  margin-left: calc(-50vw + 50%);
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 0;
  margin-bottom: 0;
  background: #C2CBCA;
}
.christmas2025 .about_reservation h2, .christmas2025 .about_reservation h3 {
  font-size: 2rem;
  color: #385F5A;
}
@media screen and (max-width: 767px) {
  .christmas2025 .about_reservation > * {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.christmas2025 .about_reservation p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .christmas2025 .about_reservation p {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .christmas2025 .about_reservation p.notice, .christmas2025 .about_reservation p.copyright, .christmas2025 .about_reservation p.foot_message {
    text-align: center;
  }
}
.christmas2025 .about_reservation p.copyright {
  margin-top: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
    .christmas2025 .about_reservation p.copyright {
        margin-top: 30px;
    }
}
.christmas2025 .about_reservation p.foot_message {
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  letter-spacing: .05rem;
}
@media screen and (max-width: 767px) {
    .christmas2025 .about_reservation p.foot_message {
        font-size: 1.4rem;
    }
}
.christmas2025 .about_reservation p.foot_message:before {
  content: "★";
  display: block;
  margin-bottom: 20px;
  color: #AE9032;
}
.christmas2025 .about_reservation p.notice {
  color: #464545;
  font-weight: bold;
}
.christmas2025 .about_reservation .notice_wrapper {
  text-align: center;
  margin-top: 30px;
}
.christmas2025 .about_reservation .foot {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .christmas2025 .about_reservation .foot {
        margin-top: 30px;
        padding: 0;
    }
}
.christmas2025 .receipt_selector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
@media screen and (max-width: 767px) {
  .christmas2025 .receipt_selector {
    display: block;
  }
}
.christmas2025 .patissier {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.christmas2025 .patissier .img_wrapper {
  width: 90px;
  min-width: 90px;
  margin-right: 10px;
}
.christmas2025 .patissier .img_wrapper img {
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .christmas2025 .patissier .img_wrapper {
    min-width: 80px;
    width: 80px;
  }
}
.christmas2025 .patissier p {
  margin: 0;
}
.christmas2025 .patissier .name {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  align-items: center;
  white-space: nowrap;
  font-family: new-hero, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.christmas2025 .patissier .name span {
  font-size: 1rem;
  width: auto;
  margin-left: 5px;
  margin-right: 5px;
}
.christmas2025 .patissier .name:after {
  content: "";
  width: 100%;
  height: 1px;
  border-bottom: solid 1px;
  flex: 1;
  margin-left: 5px;
}
.christmas2025 .patissier .body {
  font-size: 1.2rem;
  line-height: 1.8;
}
.christmas2025 .allergy {
  font-size: 1rem;
  letter-spacing: -.05rem;
  margin-left: 0;
}
.christmas2025 .notice {
  font-size: 1.3rem;
  margin-left: 0;
  margin-bottom: 0;
}
.christmas2025 .clair_main {
  position: relative;
}
.christmas2025 .clair_main > * {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .christmas2025 .clair_main > * {
    width: 100%;
  }
}
.christmas2025 .clair_main .clair_img {
  position: absolute;
  width: 42%;
  right: 0;
  top: 20px;
}
.christmas2025 .clair_main .clair_img .inside_img {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .christmas2025 .clair_main .clair_img {
    position: relative;
    width: 100%;
    right: unset;
    top: unset;
  }
}
.christmas2025 .badge {
  background: #8D1616;
  border-radius: 50%;
  position: absolute;
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  right: -15px;
  top: -15px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .christmas2025 .badge {
    right: 15px;
    top: 15px;
  }
}
.christmas2025 #reservation_form {
  margin: 30px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.christmas2025 #reservation_form .cake_table {
  width: 100%;
  max-width: 680px;
  margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
    .christmas2025 #reservation_form .cake_table {
        margin-top: 0px;
    }
}
.christmas2025 #reservation_form .cake_table::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.christmas2025 #reservation_form .cake_table .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.christmas2025 #reservation_form .cake_table .pagination .time_arrow {
  cursor: pointer;
  border: none;
  background: none;
  color: #385F5A;
  font-size: 1.4rem;
}
.christmas2025 #reservation_form .cake_table .tr {
  display: flex;
  align-items: center;
  background: #fff;
  border-top: solid 1px #385F5A;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .christmas2025 #reservation_form .cake_table .tr {
    padding: 0 10px;
  }
}
.christmas2025 #reservation_form .cake_table .tr:last-of-type {
  border-bottom: solid 1px #385F5A;
}
.christmas2025 #reservation_form .cake_table .tr p {
  margin: 15px auto;
  margin-left: 0;
  text-align: left;
  line-height: 1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .christmas2025 #reservation_form .cake_table .tr p {
    font-size: 1.6rem;
  }
}
.christmas2025 #reservation_form .btn {
  background: #385F5A;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  height: 35px;
  width: 100%;
  cursor: pointer;
  transition: .3s;
  font-weight: bold;
}
.christmas2025 #reservation_form .btn:disabled {
  color: #666464;
  background: #CBCBCB;
  cursor: default;
}
.christmas2025 #reservation_form .cake_table .tr .btn {
  background: #fff;
  color: #385F5A;
  width: 100px;
  font-weight: bold;
}
.christmas2025 #reservation_form .btn.selected {
  background-color: #C5D2E3;
  color: #385F5A;
}
.christmas2025 #reservation_form .cake_table .tr .btn.selected i {
  display: none;
}
@media screen and (max-width: 767px) {
  .christmas2025 #reservation_form .cake_table .tr .btn {
    width: 80px;
  }
}
.christmas2025 #reservation_form .cake_table .tr .btn i {
  font-style: normal;
  padding: 0 5px;
}
.christmas2025 #reservation_form .cake_table .tr .btn:disabled {
  color: #666464;
  background: #CBCBCB;
  border-color: #CBCBCB;
  cursor: default;
}
.christmas2025 #reservation_form .cake_table .tr .btn.soldout {
  margin-left: 5px;
  font-size: 1.2rem;
  color: #8D1616;
  background: #CBCBCB;
  border-color: #CBCBCB;
  cursor: default;
}
.time_label{
    width: 80px;
    height: 60px;
    flex-grow: 0;
    flex-shrink: 0;
    font-weight: bold;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
}
.time_label.time_label_header{
    height: auto;
    background: white;
}
.time_label.time_label_name{
    border-bottom: 1px solid #333;
    height: 70px;
}
.time_label.time_label_image{
    border-bottom: 1px solid #333;
    height: 120px;
}
.time_value{
    display: flex;
    background: white;
    align-items: center;
    height: 60px;
}
.time_value.time_value_header{
    height: auto;
    align-items: stretch;
}
.time_value_header_item{
    width: 120px;
    height: auto;
    border-right: 1px solid #333;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 12px;
    flex-grow: 0;
    flex-shrink: 0;
}
.time_value_header_item .menu_img{
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    display: flex;
}
.time_value_header_item .menu_img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.time_value_header_item:has(.menu_name){
    height: 70px;
    background: #385F5A;
    color: white;
    border-bottom: 1px solid #333;
}
.time_value_header_item:has(.menu_img){
    background: white;
    border-bottom: 1px solid #333;
    padding: 0;
    height: 120px;
}
.time_value_value_item{
    padding: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    width: 120px;
    height: 60px;
    background: white;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.time_value_value_item:last-of-type,
.time_value_header_item:last-of-type{
    border-right: none;
}
.menu_name{
    font-weight: bold;
    line-height: 1.3;
    text-align: center;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .time_label{
        flex-direction: column;
        line-height: 1;
    }
    .time_label span{
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 2px auto;
    }
}
#reservation-frames{
    display: flex;
    flex-direction: row;
}
#time-label{
    flex-shrink: 0;
}
#time-value{
    padding-bottom: 15px;

}
@media screen and (max-width: 767px) {
    #time-value{
        overflow-x: scroll;
        scrollbar-color: #385F5A #F0EDED;
        scrollbar-width: thin;
    }
}
