@charset "utf-8";
/* CSS Document */

.section-reservation h2 {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-size: 1.6rem;
}

.accordion-001 {
  width: 90%;
  margin: 10px auto 0;
  background-color: #18282c;
}

.accordion-001:not([open]) {
  margin-bottom: 7px;
}

.accordion-001 summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: left;
  cursor: pointer;
}

.accordion-001 summary::-webkit-details-marker {
  display: none;
}

.accordion-001 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: '';
  transition: transform .3s;
}

.accordion-001[open] summary::after {
  transform: rotate(225deg);
}

.accordion-001 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 1em 2em 2em 2em;
  transition: transform .5s, opacity .5s;
  text-align: left;
  font-size: 1.2rem;
}
.accordion-001[open] p {
  transform: none;
  opacity: 1;
}

.section-reservation-2 {
  position: relative;
}
.section-reservation-2 h2 {
  font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',serif;
  font-size: 1.6rem;
  margin: 60px 0 20px;
}
.section-reservation-2_line {
  background-color: #c89eb0;
  padding: 10% 0;
  margin-bottom: 20px;
}
.section-reservation-2_linkicon {
  position: absolute;
  width: 15px;
  right: 20px;
  top: 10%;
}
.section-reservation-2_linkicon img {
  width: 100%;
}
.section-reservation-2_line-button {
  display: block;
  text-decoration: none;
  width: 90%;
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Georgia',serif;
  font-weight: 600;
  padding: 10px;
  border: solid 2px #fff;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #ab8193;
  margin: 0 auto 20px;
}
.section-reservation-2_line p {
  padding-left: 8%;
  text-align: left;
  font-size: 1.2rem;
  margin: 0 auto 20px;
}
.section-qa_button_line {
  display: block;
  position: relative;
  width: 70%;
  height: 40px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  margin: 0 0 0 auto;
  box-shadow: 0px 3px 3px #ab8193;
}
.section-qa_button_line_p1 {
  position: absolute;
  color: #f19ec2;
  font-weight: 600;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.section-qa_button_line_p2 {
  position: absolute;
  color: #f19ec2;
  font-weight: 600;
	top: 50%;
	left: 90%;
	transform: translate(-50%, -50%);
}

.section-reservation-2_hpb {
  position: relative;
}
.section-reservation-2_hpb {
  background-color: #c89eb0;
  padding: 10% 0;
  margin-bottom: 20px;
}
.section-reservation-2_hpb_linkicon {
  position: absolute;
  width: 15px;
  right: 20px;
  top: 10%;
}
.section-reservation-2_hpb_linkicon img {
  width: 100%;
}
.section-reservation-2_hpb-button {
  display: block;
  text-decoration: none;
  width: 90%;
  color: #fff;
  font-size: 2.4rem;
  font-family: 'Georgia',serif;
  font-weight: 600;
  padding: 10px;
  border: solid 2px #fff;
  border-radius: 25px;
  box-shadow: 3px 3px 3px #94707f;
  margin: 0 auto 20px;
}
.section-reservation-2_hpb p {
  padding-left: 8%;
  text-align: left;
  font-size: 1.2rem;
  margin: 0 auto;
}

.section-qa {
  margin-top: 100px;
}
.section-qa_p1 {
  text-align: left;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0 20px;
  color: #866f28;
}
.section-qa_p2 {
  text-align: left;
  font-size: 1.4rem;
  padding: 10px 20px 20px;
}
.section-qa_button {
  display: block;
  position: relative;
  width: 70%;
  height: 40px;
  background-color: #fff;
  border-radius: 20px 0 0 20px;
  margin: 0 0 0 auto;
}
.section-qa_button_p1 {
  position: absolute;
  color: #1f3439;
  font-weight: 600;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  letter-spacing: 1px;
}
.section-qa_button_p2 {
  position: absolute;
  color: #1f3439;
  font-weight: 600;
	top: 50%;
	left: 90%;
	transform: translate(-50%, -50%);
}
.footer_reservation-button {
  display: none;
}
.pagetop {
  bottom: 20px;
}
.background-logo {
  opacity: 0;
}