@charset "UTF-8";
/* ==============================
  base
============================== */
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap");
/* ==============================
  sub_page
  ---------------------------
  sub_page - commons

  plan
    >_img / _title

  about
    >_title / _text / _img




============================== */
img, svg {
  display: block;
  width: 100%;
}

.subpage {
  padding: 20% 0;
}

@media screen and (min-width: 769px) {
  .subpage {
    padding: 100px 0;
  }
}

.subpage_title {
  margin-bottom: 15%;
}

@media screen and (min-width: 769px) {
  .subpage_title {
    margin-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
    width: 350px;
  }
}

@media screen and (min-width: 769px) {
  .plan {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.plan_title .subpage_title--img {
  width: 66%;
  margin: auto;
}

.plan_img {
  border-radius: 3px;
}

.plan_price {
  padding: 20% 0 0;
}

@media screen and (min-width: 769px) {
  .plan_price {
    padding: 50px 0 0;
  }
}

.plan_price_title {
  font-size: 2.5rem;
  color: #544010;
  margin-bottom: 5%;
}

@media screen and (min-width: 769px) {
  .plan_price_title {
    margin-bottom: 15px;
  }
}

.plan_price_list {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  .plan_price_list {
    width: 75%;
    margin: auto;
  }
}

.plan_price_list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.plan_price_list__item--text1, .plan_price_list__item--text2 {
  padding: 5px 0 5px 0px;
}

@media screen and (min-width: 769px) {
  .plan_price_list__item--text1, .plan_price_list__item--text2 {
    padding: 10px 0;
    font-size: 1.8rem;
  }
}

.plan_price_list__item--text1 {
  width: 60%;
  background: #ddd;
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 769px) {
  .plan_price_list__item--text1 {
    width: 40%;
  }
}

.plan_price_list__item--text2 {
  width: 40%;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 769px) {
  .plan_price_list__item--text2 {
    width: 60%;
  }
}

.plan_set_list {
  padding: 20% 5% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .plan_set_list {
    padding: 50px 0% 0;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.plan_set_list__item {
  width: 31%;
  height: 150px;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}

.plan_set_list__item:nth-child(1), .plan_set_list__item:nth-child(2), .plan_set_list__item:nth-child(3) {
  margin-bottom: 10%;
}

@media screen and (min-width: 769px) {
  .plan_set_list__item {
    width: 15%;
    height: 180px;
  }
  .plan_set_list__item:nth-child(1), .plan_set_list__item:nth-child(2), .plan_set_list__item:nth-child(3) {
    margin-bottom: 0%;
  }
}

.plan_set_list__item--img {
  position: relative;
  height: 60%;
}

.plan_set_list__item--img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%);
}

.plan_set_list__item--img1 img {
  width: 25%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.plan_set_list__item--img2 img {
  width: 50%;
}

.plan_set_list__item--img3 img {
  width: 25%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.plan_set_list__item--img4 img {
  width: 65%;
}

.plan_set_list__item--img5 img {
  width: 25%;
}

.plan_set_list__item--img6 img {
  width: 30%;
}

@media screen and (min-width: 769px) {
  .plan_set_list__item--img1 img {
    width: 20%;
  }
  .plan_set_list__item--img2 img {
    width: 40%;
  }
  .plan_set_list__item--img3 img {
    width: 20%;
  }
  .plan_set_list__item--img4 img {
    width: 55%;
  }
  .plan_set_list__item--img5 img {
    width: 20%;
  }
  .plan_set_list__item--img6 img {
    width: 20%;
  }
}

.plan_set_list__item--text {
  position: relative;
  height: 40%;
}

.plan_set_list__item--text p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.plan_set--text {
  padding: 20% 5% 0;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .plan_set--text {
    padding: 50px 0% 0;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 769px) {
  .location {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.location_title .subpage_title--img {
  width: 66%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .location_title .subpage_title--img {
    width: 100%;
  }
}

.location_gallery {
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.location_gallery__item {
  width: 49.5%;
  width: calc((100% - 1px) /2);
  margin-bottom: 1px;
}

.bouquet_title .subpage_title--img {
  width: 66%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .bouquet_title .subpage_title--img {
    width: 300px;
  }
}

.bouquet_gallery--img {
  display: block;
  padding: 0 5px;
}

.bouquet_gallery--summary {
  position: relative;
  height: 120px;
  width: 90%;
  padding: 15px;
  margin: -25px auto 15px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: left;
  color: #333;
  background: #fff;
  z-index: 1;
}

.bouquet_gallery--summary_title {
  color: #544010;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

@media screen and (min-width: 769px) {
  .film {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.film_title .subpage_title--img {
  width: 66%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .film_title .subpage_title--img {
    width: 300px;
  }
}

.film_content {
  padding: 0 0 10%;
}

.film_content--summary {
  position: relative;
  width: 90%;
  padding: 15px;
  margin: 15px auto;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: left;
  color: #333;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .film_content--summary {
    padding: 30px;
  }
}

.film_content--summary_title {
  color: #544010;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.film_content--summary_price {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 15px;
}

.film_content--summary .film_move {
  padding-top: 5%;
}

@media screen and (min-width: 769px) {
  .film_content--summary .film_move {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.film_content--summary .film_move__item {
  display: block;
  margin-bottom: 5%;
}

@media screen and (min-width: 769px) {
  .film_content--summary .film_move__item {
    width: 48%;
  }
}

.cuisine_title .subpage_title--img {
  width: 66%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .cuisine_title .subpage_title--img {
    width: 300px;
  }
}

.cuisine_gallery {
  margin-bottom: 10%;
}

.cuisine_gallery--img {
  display: block;
  padding: 0 5px;
}

.cuisine_gallery--summary {
  position: relative;
  height: 120px;
  width: 90%;
  padding: 15px;
  margin: -25px auto 15px;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: left;
  color: #333;
  background: #fff;
  z-index: 1;
}

.cuisine_gallery--summary_title {
  color: #544010;
  font-size: 1.8rem;
  margin-bottom: 5px;
}

.cuisine_content {
  padding: 0 0 10%;
}

@media screen and (min-width: 769px) {
  .cuisine_content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.cuisine_content--summary {
  position: relative;
  width: 90%;
  padding: 15px;
  margin: 15px auto;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid rgba(0, 0, 0, 0.25);
  text-align: left;
  color: #333;
  background: rgba(255, 255, 255, 0.75);
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .cuisine_content--summary {
    padding: 30px;
  }
}

.cuisine_content--summary_title {
  color: #544010;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.cuisine_content--summary_text {
  text-align: center;
  margin-bottom: 15px;
}

.cuisine_content--summary_subtext {
  font-size: 1.2rem;
  color: #666;
}

.cuisine_chef {
  background: #e2e2e2;
  padding: 5%;
}

@media screen and (min-width: 769px) {
  .cuisine_chef {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.cuisine_chef--title {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 15px;
}

.cuisine_chef--title p {
  font-size: 3rem;
}

@media screen and (min-width: 769px) {
  .cuisine_chef--title {
    width: 100%;
  }
}

.cuisine_chef--img {
  margin-bottom: 15px;
}

@media screen and (min-width: 769px) {
  .cuisine_chef--img {
    width: 40%;
  }
}

.cuisine_chef--summary {
  text-align: left;
}

@media screen and (min-width: 769px) {
  .cuisine_chef--summary {
    width: 58%;
  }
}

.cuisine_chef--summary_name {
  margin-bottom: 15px;
}

.cuisine_chef--summary_name span {
  display: block;
}

.cuisine_chef--summary_name span:nth-child(2) {
  font-size: 1.8rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.cuisine_chef--summary_text {
  margin-bottom: 15px;
}

.cuisine_chef--summary_subtext {
  font-size: 1.2rem;
  color: #666;
}

@media screen and (min-width: 769px) {
  .staff_data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 800px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.staff_data--img {
  width: 50%;
  margin: auto;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  .staff_data--img {
    width: 300px;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.staff_data--text {
  padding: 5%;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .staff_data--text {
    padding: 0 5%;
    margin-left: 20px;
    width: 500px;
  }
}

.staff_data--text_name {
  padding-top: 15px;
  text-align: right;
}

.staff .gallery {
  margin-bottom: 5%;
}

.staff .gallery_title {
  font-size: 2rem;
  margin-bottom: 5%;
}

@media screen and (min-width: 769px) {
  .staff .gallery_title {
    margin-bottom: 20px;
  }
}

.staff .gallery_list {
  padding: 0 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .staff .gallery_list {
    padding: 0;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.staff .gallery_list__item {
  width: 49.5%;
  width: calc((100% - 1px) /2);
  margin-bottom: 1px;
}

@media screen and (min-width: 769px) {
  .staff .gallery_list__item {
    width: 33%;
    width: calc((100% - 2px) /3);
  }
}

.staff .gallery .commingsoon {
  padding: 5%;
  background: #eee;
}

.staff_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 5%;
}

@media screen and (min-width: 769px) {
  .staff_list {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.staff_list a {
  color: #333;
}

.staff_list__item {
  width: 32%;
  margin-bottom: 15px;
}

.staff_list__item--img {
  border-radius: 3px;
}

.staff_list__item--name {
  text-align: left;
}
