@charset "UTF-8";
body {
  font-size: 15px;
  color: #666666;
  line-height: 1.5em;
  letter-spacing: 0.08em;
  font-feature-settings: "palt";
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
img {
  width: 100%;
}
div#wrap {
  margin-bottom: 6rem;
}
/* パンくずリスト */
nav.breadcrumb_wrap {
  margin-top: clamp(100px, 10vw, 200px);
  margin-bottom: 1rem;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  color: #999999;
  font-weight: 300;
  width: 90%;
  margin: auto;
  font-size: 0.8em;
}
.breadcrumb li:not(:last-of-type)::after {
  content: "/";
  margin: 0 .6em;
  color: #999999;
}
li.blue_text {
  color: #4670ad;
}
/* タイトル */
.maintitle_box {
  display: flex;
}
.decoration {
  width: 15%;
  max-width: 75px;
  margin: 0 0.5em;
}
.maintitle_box {
  display: flex;
  justify-content: center;
  width: 98%;
  margin: auto;
}
h1.maintitle {
  font-family: 'Noto Sans JP', sans-serif;
  color: #ad936f;
  font-size: clamp(25px, 5vw, 32px);
}
.title {
  text-align: center;
  color: #ad936f;
}
.subtitle {
  margin-bottom: 0.8em;
  display: block;
}
/* Notice */
dl {
  width: 90%;
  text-align: start;
  margin: auto;
  font-size: clamp(16px, 3.75vw, 18px);
  margin-top: clamp(30px, 10vw, 50px);
  margin-bottom: clamp(60px, 20vw, 100px);
  font-family: 'Noto Sans JP';
  font-weight: 300;
}
dt {
  color: #666;
  font-weight: 400;
}
dd {
  color: #666;
  margin: 0.5rem 0 2.5rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  dd {
    margin: 0.5rem 0 2rem;
  }
}
dd.reservation_answer {
  margin: 0.5rem 0;
}
dd.reservation_note {
  margin: 0;
  margin-bottom: -0.5rem;
}