@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;
}

/* タイトル下テキスト */
p.title_text {
    font-size: clamp(18px, 4vw, 20px);
	margin: 2.5rem auto 4rem;
    line-height: 1.5em;
}

@media screen and (max-width: 768px){
p.title_text {
    text-align: start;
    width: 90%;
    margin: 2rem auto 3rem;
}}
/* Q＆A */
dl {
    width: 90%;
    text-align: start;
    margin: auto;
	font-size: clamp(16px, 3.75vw, 18px);
}
dt {
    color: #e8616a;
    font-weight: normal;
}
dd {
    color: #4670ad;
    margin: 0.5rem 0 2.5rem;
}
@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;
}
