@charset "UTF-8";
/* CSS Document */
body {
  background-color: #000;
}
.main {
  background-image: radial-gradient(circle at 24% 25%, rgba(0, 5, 27, 0.8), rgba(255, 255, 255, 0)), radial-gradient(circle closest-corner at 34% 34%, rgba(79, 3, 123, 0.8), rgba(255, 255, 255, 0)), radial-gradient(circle farthest-side at 59% 42%, rgba(1, 57, 49, 1), rgba(255, 255, 255, 0));
  max-width: 1208px; /* 1160px + padding: 24px */
  margin: 0 auto;
}
.section-top__title {
  margin: 0 auto;
  padding: 20px 0;
  color: #FFF;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
}
.top-wrapper {
  position: relative;
}
.section-top__room-image img {
  width: 100%;
  object-fit: cover;
  object-position: 0% 0%;
}
.section-kaiseki_description h2 {
  color: #FFF;
  font-size: 2.0rem;
}
.section-kaiseki_explanation {
  padding: 20px;
  color: #FFF;
  font-weight: 500;
  text-align: left;
}
.section-top .slick-dots {
  bottom: 10px;
}
.section-top .slick-dots li button:before {
  color: #FFF;
  font-size: 10px;
}
@media (min-width: 960px) {
  .section-top {
    max-width: 1208px;
  }
  .section-top__title {
    font-size: 4.0rem;
    padding: 50px 0 ;
  }
  .section-top__image img {
    width: 100%;
  }
  .section-kaiseki_description h2 {
    padding-top: 30px;
    font-size: 2.4rem;
  }
  .section-kaiseki_explanation {
    padding: 25px 0 30px;
    font-size: 1.6rem;
    text-align: center;
  }
  .desktop-hidden {
    display: none;
  }
}
.section-course-meal {
  padding-top: 20px;
}
.section-course-meal h2 {
  padding-bottom: 20px;
  font-size: 2.0rem;
  color: #FFF;
}
.section-course-meal ul {
  margin: 0 24px;
  list-style: none;
}
.section-course-meal ul li {
  max-width: 480px;
  padding-bottom: 20px;
  margin: 0 auto;
  background-color: #FFF;
  margin-bottom: 40px;
  border-radius: 6px;
  text-align: left;
}
.section-course-meal__picture {
  width: 100%;
  height: 185px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px 6px 0 0;
}
.section-course-meal-course-kind {
  padding: 10px;
}
.section-course-meal h3 {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: darkred;
  font-size: 1.8rem;
}
.section-course-meal h4 {
  font-size: 1.8rem;
  color: midnightblue;
}
.section-course-meal h4 span {
  font-size: 1.4rem;
  font-weight: 500;
}
.section-course-meal__description {
  padding: 0 20px 10px;
  text-align: left;
  font-size: 1.6rem;
}
.section-course-meal__description-recommend {
  display: none;
}
.desktop-hidden_course-meal {
  display: none;
}
.free-drink {
  background-color: antiquewhite;
  padding: 20px 0;
  margin: 0 24px;
  margin-bottom: 40px;
  border-radius: 6px;
  text-align: center;
}
.free-drink_title {
  padding-bottom: 10px;
  color: firebrick;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 800;
}
.free-drink_price {
  color: midnightblue;
  font-size: 1.8rem;
  font-weight: 600;
}
.free-drink_price__withtax {
  font-size: 1.4rem;
}
.section-floor__excerpt-from-menu {
  padding: 0 20px 20px;
  text-align: left;
  color: #333;
  font-size: 1.4rem;
}
.section-floor__more-link a {
  padding: 0 20px;
  color: #72ACFF;
  text-decoration: none;
}
@media (min-width: 960px) {
	.section-course-meal {
  padding-top: 40px;
}
	.section-course-meal h2 {
  padding-bottom: 40px;
  font-size: 2.4rem;
  
}
	
  .section-course-meal_content__wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-course-meal__picture {
    width: 100%;
    height: 330px;
  }
  .section-course-meal ul {
    margin: 0 auto 60px auto;
    display: flex;
    justify-content: space-between;
  }
  .section-course-meal ul li {
    margin: 0;
  }
	.free-drink {
		display: flex;
	justify-content: center;
		padding: 30px 0;
		margin: 0 24px 60px;
	}
	.free-drink_title {
		font-size: 2.4rem;
		padding-right: 20px;
	}
	.free-drink_price {
		font-size: 2.0rem;
		
	}
}
.section-information {
  background-color: #eb5a02;
  padding: 20px 24px;
  color: #FFF;
  position: relative;
}
.section-information ul li {
  line-height: 2.6rem;
  list-style: none;
  display: flex;
  justify-content: center;
}
.section-information__free-dial-comment, .section-information__dial-comment {
  margin-right: 30px;
  font-weight: 700;
}
.section-information__number {
  font-family: Arial, Helvetica, "sans-serif";
  font-size: 2.0rem;
  font-weight: 700;
  letter-spacing: 0.15rem;
}
@media (min-width: 960px) {
  .section-information {
    padding: 30px 30px;
  }
  .section-information-content-wrapper {
    max-width: 1160px;
    margin: 0 auto;
  }
  .section-information__dial-comment {
    display: block;
  }
  .section-information__free-dial-comment, .section-information__dial-comment {
    margin-right: 30px;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .section-information__number {
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 3.0rem;
    font-weight: 700;
    letter-spacing: 0.15rem;
  }
  .section-information ul {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .section-information ul li {
    margin: 0;
  }
}