@charset "UTF-8";
/* Scss Document */
@media screen and (min-width: 750px) {
  body #all {
    width: 100%;
    max-width: 1200px;
  }
}
.warap {
  padding: 0;
  margin: 0;
  background-color: #fff;
}
.warap h1 {
  text-align: center;
  font-family: "cinzel";
  font-display: swap;
  position: relative;
  width: 100%;
  margin: 0 0 80px 0;
  background: radial-gradient(ellipse at center, #ffe2ec 0%, #f2c1ea 100%);
}
.warap h1 span {
  display: block;
  padding: 30px 0 130px;
  font-weight: normal;
  color: #fff;
  background-image: url("../image/bg_title.gif");
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 3em;
}

.to-top {
  margin: 50px 0 0 0;
}
.to-top a {
  display: block;
  width: 150px;
  margin: 0 auto;
  padding: 10px 0;
  border: 1px solid;
  text-align: center;
  border-radius: 20px;
  font-size: 1em;
}
.to-top a i {
  font-size: 3em;
}

/*xmas dinner---------------------------------------------------------------------*/
.dinner {
  background-color: rgb(167, 37, 37);
  width: 100%;
  margin: 0 auto;
  padding: 70px 0;
  position: relative;
}
@media screen and (max-width: 749px) {
  .dinner {
    padding: 40px 0 50px 0;
  }
}
.dinner .main-image {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 500px) {
  .dinner .main-image img {
    width: 600px;
    margin-left: -30px;
  }
}
.dinner .dinner__title {
  display: inline-block;
  color: rgba(0, 0, 0, 0);
  /*テキストは透過させる*/
  background-image: url("./image/textbg.jpg");
  /*背景の画像*/
  background-clip: text;
  /*背景をテキストでマスクする*/
  -webkit-background-clip: text;
  margin: 0 auto;
  width: 90%;
  font-size: 5.5em;
  font-family: "Cinzel Decorative";
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  line-height: 1.1em;
  filter: drop-shadow(-1px -1px 0px #fff) drop-shadow(1px 1px 0 #000);
  position: relative;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .dinner .dinner__title {
    padding-left: 40px;
    font-size: 4em;
  }
}
@media screen and (max-width: 500px) {
  .dinner .dinner__title {
    font-size: 3em;
  }
}

.dinner-wrap {
  display: flex;
  align-items: flex-start;
  padding-top: 600px;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .dinner-wrap {
    padding-top: 400px;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .dinner-wrap {
    padding-top: 300px;
  }
}

.dinner__intro {
  margin: 0 2em 0 0;
  color: #e0d2aa;
  position: relative;
  padding: 2em 0;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .dinner__intro {
    margin: 0 auto 40px auto;
    max-width: 500px;
    padding: 1em 0;
  }
}
.dinner__intro .dinner-date {
  margin: 0;
  box-sizing: border-box;
  max-width: 650px;
  width: 90%;
  padding: 0 0;
}
.dinner__intro .dinner-date .xdate-content {
  margin: 0 0 0 0;
  font-family: "cinzel";
  font-display: swap;
  font-size: 4em;
}
@media screen and (max-width: 600px) {
  .dinner__intro .dinner-date .xdate-content {
    margin: 0 auto;
    text-align: center;
    font-size: 3em;
  }
}
.dinner__intro .dinner-date .xdate-content span {
  font-size: 0.7em;
}
.dinner__intro .dinner-date .x-time {
  padding: 1em 0 2em 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  .dinner__intro .dinner-date .x-time {
    justify-content: center;
    max-width: 400px;
    margin: 0 auto;
  }
}
.dinner__intro .dinner-date .x-time__title {
  margin: 0 auto;
}
.dinner__intro .dinner-date .x-time__title span {
  display: inline-block;
  border: 1px solid;
  padding: 0.5em 1em;
  font-size: 1.4em;
}
@media screen and (max-width: 749px) {
  .dinner__intro .dinner-date .x-time__title span {
    width: 80px;
    text-align: center;
  }
}
@media screen and (max-width: 450px) {
  .dinner__intro .dinner-date .x-time__title span {
    width: 60px;
    font-size: 1.1em;
  }
}
.dinner__intro .dinner-date .x-time__content {
  flex-grow: 1;
  margin: 0 auto;
  max-width: 500px;
}
@media screen and (max-width: 600px) {
  .dinner__intro .dinner-date .x-time__content {
    width: auto;
    flex-grow: 0;
  }
}
.dinner__intro .dinner-date .x-time__content div {
  justify-content: space-around;
  display: flex;
  font-size: 1.2em;
  width: 230px;
  padding: 0.1em 0;
}
@media screen and (max-width: 499px) {
  .dinner__intro .dinner-date .x-time__content div {
    width: 230px;
    padding: 0.2em 0;
  }
}

.price {
  width: 100%;
  padding-top: 1em;
}
@media screen and (max-width: 600px) {
  .price {
    width: 90%;
    margin: 0 auto;
  }
}
.price.hayawari {
  padding-top: 2em;
}
.price.hayawari .price-title::before {
  left: 10.5em;
  width: calc(100% - 10.5em);
}
.price .price-title {
  font-size: 1.8em;
  margin: 0;
  padding: 0;
  position: relative;
}
.price .price-title::before {
  content: " ";
  display: block;
  border-top: dotted 1px;
  position: absolute;
  top: 0.5em;
  left: 4em;
  width: calc(100% - 4em);
}
.price .price-content {
  width: 100%;
  display: flex;
  padding-top: 1em;
  justify-content: space-around;
}
.price .price-content .price-item {
  margin: 0 1em 0 0;
}
.price .price-content .price-item .item-title {
  font-size: 1.1em;
  margin: 0 0 0.3em 0;
}
.price .price-content .price-item .item-title::before {
  content: "《";
}
.price .price-content .price-item .item-title::after {
  content: "》";
}
.price .price-content .price-item .item-text {
  font-size: 3.1em;
  font-family: "cinzel";
  font-display: swap;
  line-height: 0.3em;
  padding-top: 0.4em;
}
.price .price-content .price-item .item-text span {
  display: inline-block;
  font-size: 0.3em;
}
@media screen and (max-width: 600px) {
  .price .price-content .price-item .item-text {
    font-size: 2.4em;
  }
}

.dinner__course {
  position: relative;
  max-width: 600px;
  color: #e0d2aa;
  border: 1px solid;
  padding: 2em;
  box-sizing: border-box;
}
@media screen and (max-width: 749px) {
  .dinner__course {
    max-width: 500px;
    margin: 0 auto;
    width: 90%;
    padding: 1.5em;
  }
}
.dinner__course .course-list {
  list-style: none;
  box-sizing: border-box;
  color: #fef3e3;
}
@media screen and (max-width: 849px) {
  .dinner__course .course-list {
    max-width: 500px;
  }
}
@media screen and (max-width: 550px) {
  .dinner__course .course-list {
    padding-left: 0;
  }
}
.dinner__course .course-list .course-list__item {
  padding: 0.15em 0;
}
@media screen and (min-width: 850px) {
  .dinner__course .course-list .course-list__item {
    margin: 0 0 0.8em 0;
  }
}
@media screen and (max-width: 849px) {
  .dinner__course .course-list .course-list__item {
    margin: 0 0 1em 1.5em;
    font-size: 1.05em;
  }
}
.dinner__course .course-list .course-list__item h2 {
  color: rgb(185, 152, 18);
  padding: 0 0 0.4em 0;
  font-family: "cinzel";
}
.dinner__course .course-list .course-list__item h2::before {
  content: "-";
  padding-right: 0.5em;
}
.dinner__course .course-list .course-list__item h2::after {
  content: "-";
  padding-left: 0.5em;
}
.dinner__course .course-list .course-list__item p {
  padding: 0 0 0.2em 0;
}
.dinner__course .course-list .course-list__item p span {
  display: inline-block;
  margin: 0.3em 0 0 0;
  color: #fef3e3;
}
@media screen and (min-width: 850px) {
  .dinner__course .course-list .course-list__item p span {
    font-size: 0.9em;
  }
}
@media screen and (max-width: 849px) {
  .dinner__course .course-list .course-list__item p span {
    font-size: 0.85em;
    width: 100%;
  }
}
.dinner__course .course-list .course-list__item p span::before {
  content: "~";
  margin-right: 0.2em;
}
.dinner__course .course-list .course-list__item p span::after {
  content: "~";
  margin-left: 0.2em;
}

.dinner__tyui {
  position: relative;
  padding: 10px 0 10px 0;
  box-sizing: border-box;
  width: 80%;
  margin: 60px auto 0 auto;
  max-width: 550px;
  border-top: 1px dotted #e0d2aa;
  border-bottom: 1px dotted #e0d2aa;
  color: #e0d2aa;
}
@media screen and (max-width: 749px) {
  .dinner__tyui {
    margin: 40px auto 0 auto;
  }
}
.dinner__tyui .tyui__title {
  text-align: center;
  margin: 1.1em 0 1.2em 0;
  letter-spacing: 0.4em;
  font-size: 1.05em;
  font-weight: bold;
}
.dinner__tyui .tyui__title::before {
  content: "-";
}
.dinner__tyui .tyui__title::after {
  content: "-";
}
.dinner__tyui .tyui__list {
  list-style: outside;
  padding: 0;
  width: 95%;
  margin: 0 auto;
}
.dinner__tyui .tyui__list li {
  font-size: 0.9em;
  margin: 0.5em 10px 0.5em 1.5em;
  line-height: 1.3em;
}

.to-top {
  position: relative;
}
.to-top a {
  color: #b99692;
}
.to-top a:hover {
  color: #ecb2ac;
}

.btn-tel {
  display: block;
  width: 200px;
  padding: 40px 0 0 0;
  margin: 0 auto;
  position: relative;
}
.btn-tel a {
  display: block;
  width: 200px;
  border-radius: 10px;
  color: #491010;
  background-color: #e0d2aa;
  font-weight: bold;
  text-align: center;
  font-size: 1.2em;
  padding: 1em 0;
}
@media screen and (max-width: 749px) {
  .btn-tel a {
    margin: 0 auto;
  }
}/*# sourceMappingURL=2025xmas.css.map */