@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Scheherazade+New:wght@400;500;600;700&family=Zen+Old+Mincho:wght@400;500;600;700&display=swap");
.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.en {
  font-family: "Scheherazade New", serif;
  letter-spacing: 0;
}

#fair-det .content_block {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
}
#fair-det .content_block .inner {
  max-width: 940px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block .inner {
    padding: 0 5%;
  }
}
#fair-det .content_block #visual {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #visual {
    margin-bottom: 0;
    line-height: 0;
  }
}
#fair-det .content_block #first {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first {
    margin-top: 40px;
    padding-bottom: 60px;
  }
}
#fair-det .content_block #first .first-wrap .copy {
  font-size: 3.2rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .first-wrap .copy {
    font-size: 4vw;
    margin-bottom: 25px;
  }
}
#fair-det .content_block #first .first-wrap .image {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .first-wrap .image {
    margin-bottom: 20px;
  }
}
#fair-det .content_block #first .first-wrap .labels {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .first-wrap .labels {
    margin-bottom: 30px;
  }
}
#fair-det .content_block #first .first-wrap p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #first .first-wrap p {
    font-size: 3.8vw;
  }
}
#fair-det .content_block #brand {
  background-color: #6B5065;
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand {
    padding-block: 50px;
  }
}
#fair-det .content_block #brand h2 {
  color: #fff;
  font-size: 3.6rem;
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand h2 {
    font-size: 4.7vw;
    margin-bottom: 3rem;
  }
}
#fair-det .content_block #brand .box {
  background-color: #D5D5D5;
  display: flex;
  max-width: 812px;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box {
    margin-bottom: 30px;
  }
}
#fair-det .content_block #brand .box .text {
  width: 50%;
  padding: 0 0 0 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box .text {
    padding: 30px 0 20px 0;
  }
}
#fair-det .content_block #brand .box .text .label {
  text-align: center;
  width: 173px;
  margin: 0 auto 25px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box .text .label {
    width: 100px;
    margin-bottom: 10px;
  }
}
#fair-det .content_block #brand .box .text h3 {
  margin-bottom: 25px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box .text h3 {
    margin-bottom: 15px;
  }
}
#fair-det .content_block #brand .box .text h3 .en {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box .text h3 .en {
    font-size: 4vw;
    white-space: nowrap;
  }
}
#fair-det .content_block #brand .box .text h3 .jp {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box .text h3 .jp {
    font-size: 2.2vw;
  }
}
#fair-det .content_block #brand .box .text .price {
  text-align: center;
}
#fair-det .content_block #brand .box .text .price .yen {
  color: #A10011;
  font-size: 4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
#fair-det .content_block #brand .box .text .price {
  padding-left: 15px;
}
#fair-det .content_block #brand .box .text .price .yen {
  white-space: nowrap;
    font-size: 5vw;
  }
}
#fair-det .content_block #brand .box .text .price .yen .num {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box .text .price .yen .num {
    font-size: 9vw;
  }
}
#fair-det .content_block #brand .box .text .price .tax {
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box .text .price .tax {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box .text p {
    font-size: 3.2vw;
    line-height: 1.8;
    padding: 0 0 0 20px;
  }
}
#fair-det .content_block #brand .box .image {
  width: 50%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box.box1 .image {
    background: url(./image/brand01-sp.webp) no-repeat right center/auto 100%;
  }
  #fair-det .content_block #brand .box.box2 .image {
    background: url(./image/brand02-sp.webp) no-repeat right center/auto 100%;
  }
  #fair-det .content_block #brand .box.box3 .image {
    background: url(./image/brand03-sp.webp) no-repeat right center/auto 100%;
  }
}
#fair-det .content_block #brand .box.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box.rev {
    flex-direction: row;
  }
}
#fair-det .content_block #brand .box.rev .text {
  padding: 0 50px 0 0;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .box.rev .text {
    padding: 30px 0 20px 0;
  }
}
#fair-det .content_block #brand .more {
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .more {
    margin-bottom: 60px;
  }
}
#fair-det .content_block #brand .more a {
  position: relative;
  text-decoration: none;
  display: block;
  margin: auto;
  max-width: 380px;
  background: linear-gradient(90deg, #A08941 0%, #CFBE82 52.4%, #A08941 100%);
  line-height: 1.2;
  padding: 25px;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .more a {
    width: 90%;
  }
}
#fair-det .content_block #brand .more a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
#fair-det .content_block #brand .coupon {
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .coupon {
    margin-bottom: 30px;
  }
}
#fair-det .content_block #brand .coupon .image {
  margin: 0 auto 25px;
  max-width: 812px;
}
#fair-det .content_block #brand .coupon p {
  max-width: 760px;
  font-size: 1rem;
  color: #fff;
  margin: auto;
}
#fair-det .content_block #brand .last {
  text-align: center;
}
#fair-det .content_block #brand .last p {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 60px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #brand .last p {
    font-size: 3.3vw;
    margin-bottom: 30px;
  }
}
#fair-det .content_block #brand .last .more {
  margin-bottom: 0;
}
#fair-det .content_block .other {
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block .other {
    padding-block: 50px;
  }
}
#fair-det .content_block .other #other {
  text-align: center;
  margin-bottom: 80px;
}
#fair-det .content_block .other #other h2 {
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block .other #other h2 {
    font-size: 5vw;
  }
}
#fair-det .content_block .other .links {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block .other .links {
    margin-bottom: 50px;
  }
}
#fair-det .content_block .other .links a {
  display: inline-block;
  margin-bottom: 20px;
}
#fair-det .content_block .reserve {
  text-align: center;
}
#fair-det .content_block .reserve p {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 15px;
}
#fair-det .content_block .reserve p span {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}
#fair-det .content_block .reserve a.res-btn {
  display: inline-block;
  background-color: #684A28;
  padding: 17px 70px;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  margin-bottom: 35px;
}
#fair-det .content_block #exsample h2 {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #exsample h2 {
    margin-bottom: 20px;
  }
}
#fair-det .content_block #exsample h2 .jp {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
}
#fair-det .content_block #exsample h2 .en {
  font-size: 1.6rem;
  font-weight: 400;
}
#fair-det .content_block #exsample .image {
  margin: 0 auto 40px;
  max-width: 858px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #exsample .image {
    margin-bottom: 30px;
  }
}
#fair-det .content_block #exsample .link {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #exsample .link {
    margin-bottom: 50px;
  }
}
#fair-det .content_block #exsample .link a {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  background-color: #9A874B;
  line-height: 1;
  padding: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #exsample .link a {
    width: 90%;
    font-size: 4vw;
  }
}
#fair-det .content_block #exsample .link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
#fair-det .content_block #model {
  background-color: #685042;
  padding: 80px 0;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model {
    padding: 40px 0;
  }
}
#fair-det .content_block #model h2 {
  text-align: center;
  font-size: 3rem;
  line-height: 1.2;
  margin-bottom: 40px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model h2 {
    font-size: 4.7vw;
    margin-bottom: 20px;
  }
}
#fair-det .content_block #model h2 span {
  display: inline-block;
  border-bottom: 1px solid #fff;
}
#fair-det .content_block #model .lead {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .lead {
    font-size: 3.8vw;
    margin-bottom: 30px;
  }
}
#fair-det .content_block #model .box {
  display: flex;
  flex-direction: row-reverse;
  background-color: #fff;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .box {
    flex-direction: column;
    margin-bottom: 30px;
  }
}
#fair-det .content_block #model .box .image {
  width: 50%;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .box .image {
    width: 100%;
  }
}
#fair-det .content_block #model .box .text {
  width: 50%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  color: #574E2F;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .box .text {
    width: 100%;
    padding: 15px 20px;
  }
}
#fair-det .content_block #model .box .text .label {
  display: inline-block;
  background-color: #20335C;
  color: #fff;
  line-height: 1;
  padding: 10px;
  font-size: 2rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .box .text .label {
    margin: 0 auto 17px;
    font-size: 4.4vw;
  }
}
#fair-det .content_block #model .box .text .label.l2 {
  background-color: #992600;
}
#fair-det .content_block #model .box .text h3 {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .box .text h3 {
    text-align: center;
    width: 100%;
  }
}
#fair-det .content_block #model .box .text h3 .en {
  font-size: 2.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .box .text h3 .en {
    font-size: 6vw;
  }
}
#fair-det .content_block #model .box .text h3 .jp {
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .box .text h3 .jp {
    font-size: 3.5vw;
    text-align: center;
  }
}
#fair-det .content_block #model .box .text p {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .box .text p {
    font-size: 3.6vw;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}
#fair-det .content_block #model .box .text .note {
  margin-bottom: 0;
  font-size: 1.3rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .box .text .note {
    font-size: 3.2vw;
  }
}
#fair-det .content_block #model .box .text .shop {
  background-color: #EAEAEA;
  font-size: 1.4rem;
  padding: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .box .text .shop {
    text-align: center;
    font-size: 3.2vw;
    width: 100%;
    margin-top: 20px;
  }
}
#fair-det .content_block #model .link {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .link {
    margin-bottom: 40px;
  }
}
#fair-det .content_block #model .link a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 12px 30px;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .link a {
    font-size: 4vw;
    padding: 15px 10px;
  }
}
#fair-det .content_block #model .bottom-note {
  font-size: 1.3rem;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #model .bottom-note {
    font-size: 3vw;
  }
}
#fair-det .content_block #reason {
  position: relative;
  background-color: #D1CEB3;
}
#fair-det .content_block #reason .accordion-wrap {
  position: static;
  padding-block: 100px;
  height: 500px;
}
#fair-det .content_block #reason .accordion-wrap::before {
  height: 500px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason .accordion-wrap {
    padding-block: 50px;
  }
}
#fair-det .content_block #reason h2 {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason h2 {
    margin-bottom: 0;
  }
}
#fair-det .content_block #reason h2 .jp {
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason h2 .jp {
    font-size: 4.5vw;
  }
}
#fair-det .content_block #reason h2 .en {
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason h2 .en {
    font-size: 3.5vw;
  }
}
#fair-det .content_block #reason .box {
  display: flex;
  max-width: 740px;
  padding-block: 50px;
  border-bottom: 1px solid #3F111B;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason .box {
    flex-direction: column;
    padding-block: 30px;
  }
}
#fair-det .content_block #reason .box.last {
  border: none;
}
#fair-det .content_block #reason .box .text {
  padding-inline: 30px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason .box .text {
    padding-inline: 0;
  }
}
#fair-det .content_block #reason .box .text .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason .box .text .title {
    margin-bottom: 20px;
    justify-content: center;
  }
}
#fair-det .content_block #reason .box .text .title .num {
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason .box .text .title .num {
    margin-right: 15px;
    width: 30px;
  }
}
#fair-det .content_block #reason .box .text .title h3 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4em;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason .box .text .title h3 {
    font-size: 4vw;
  }
}
#fair-det .content_block #reason .box .text p {
  font-size: 1.7rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason .box .text p {
    font-size: 3.5vw;
  }
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #reason .box .image.sp {
    display: block !important;
    width: 60%;
    margin: 0 auto 30px;
  }
}
#fair-det .content_block #reason .box.last {
  padding-bottom: 50px;
}
#fair-det .content_block #reason .ac-more {
  position: absolute;
  bottom: 30px;
  z-index: 10;
  width: 100%;
  left: 0;
}
#fair-det .content_block #premium {
  padding-block: 100px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #premium {
    padding-block: 50px;
  }
}
#fair-det .content_block #premium h2 {
  color: #975F37;
}
#fair-det .content_block #premium h2 .jp {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #premium h2 .jp {
    font-size: 4.5vw;
  }
}
#fair-det .content_block #premium h2 .en {
  margin-bottom: 50px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #premium h2 .en {
    font-size: 3.5vw;
    margin-bottom: 30px;
  }
}
#fair-det .content_block #premium .image {
  max-width: 640px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #premium .image {
    margin-bottom: 30px;
  }
}
#fair-det .content_block #premium .lead {
  text-align: center;
  font-size: 1.7rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #premium .lead {
    font-size: 3.2vw;
    margin-bottom: 20px;
    line-height: 1.8;
  }
}
#fair-det .content_block #premium .note {
  font-size: 1.35rem;
  text-align: center;
  font-weight: 400;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #premium .note {
    font-size: 3vw;
    margin-bottom: 30px;
  }
}
#fair-det .content_block #premium .link {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #premium .link {
    margin-bottom: 50px;
  }
}
#fair-det .content_block #premium .link a {
  display: inline-block;
  background-color: #9A874B;
  line-height: 1;
  padding: 25px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  width: 100%;
  max-width: 380px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #premium .link a {
    font-size: 4vw;
  }
}
#fair-det .content_block #premium .link a:hover {
  background-color: #7A6740;
}
#fair-det .content_block #premium .link a::after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
#fair-det .content_block #snap {
  color: #182137;
}
#fair-det .content_block #snap h2 {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 400px;
  letter-spacing: 1.9px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #snap h2 {
    font-size: 7vw;
  }
}
#fair-det .content_block #snap .lead {
  font-size: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #snap .lead {
    font-size: 3.8vw;
    text-align: center;
    margin-bottom: 40px;
  }
}
#fair-det .content_block #snap .box .image {
  margin: auto;
  margin-bottom: 50px;
  max-width: 885px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #snap .box .image {
    margin-bottom: 30px;
  }
}
#fair-det .content_block #snap .box .link {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #snap .box .link {
    margin-bottom: 60px;
  }
}
#fair-det .content_block #snap .box .link a {
  display: inline-block;
  background-color: #4F380E;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 30px;
  max-width: 460px;
  width: 100%;
  text-decoration: none;
  font-weight: 700;
  gap: 15px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #fair-det .content_block #snap .box .link a {
    width: 80%;
    font-size: 3vw;
  }
  #fair-det .content_block #snap .box .link a img {
    width: 26px;
  }
}
#fair-det .content_block #snap .box .link a:hover {
  background-color: #7A6740;
}
#fair-det .content_block .accordion-wrap {
  position: relative;
  overflow: hidden;
  height: 400px;
  transition: 0.3s height linear;
}
#fair-det .content_block .accordion-wrap.open {
  height: auto !important;
}
#fair-det .content_block .accordion-wrap.open::before {
  opacity: 0;
  visibility: hidden;
}
#fair-det .content_block .accordion-wrap::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  transition: 0.2s opacity linear;
}
#fair-det .content_block .ac-more {
  text-align: center;
}
#fair-det .content_block .ac-more span {
  display: inline-block;
  border: 1px solid #3F111B;
  padding: 12px 30px;
  font-size: 1.6rem;
  font-weight: 500;
  cursor: pointer;
}
#fair-det .content_block .ac-more span:hover {
  background-color: #3F111B;
  color: #fff;
}

#reserve_form {
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #reserve_form {
    padding-top: 50px;
  }
}/*# sourceMappingURL=style.css.map */