@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  position: relative;
}
#section01 .section__in {
  width: 90%;
  max-width: 1000px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section01 a.reserve {
  position: absolute;
  bottom: 0%;
  right: 0;
  z-index: 20;
  padding: 0.8em 0;
  width: 32.14%;
  line-height: 100%;
  color: #423e33;
  border: 1px solid #423e33;
  background-color: #ffcf00;
  font-size: 2.2vw;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 0.1em;
  transform: translate(0%, 50%);
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  #section01 a.reserve {
    width: 28vw;
    height: 24vw;
    left: auto;
    right: 0;
    font-size: 5vw;
    padding-top: 1.4em;
  }
}
#section01 a.reserve:hover {
  color: #ffcf00;
  background-color: #745a00;
}
#section01 a.reserve::before {
  content: "RESERVE";
  position: absolute;
  font-size: 9px;
  top: calc(50% - 4px);
  left: 5%;
  line-height: 100%;
  letter-spacing: 0.1em;
}
@media screen and (max-width:800px) {
  #section01 a.reserve::before {
    left: 50%;
    top: 60%;
    transform: translate(-50%, 0%);
  }
}
#section01 h1 span.big {
  font-size: 45px;
  color: #fff;
  font-family: "Cinzel", serif;
  line-height: 100%;
}
@media screen and (max-width:800px) {
  #section01 h1 span.big {
    font-size: 7vw;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
#section01 h1 span.mini {
  font-size: 15px;
  color: #fff;
  line-height: 100%;
  padding-top: 0.75em;
  font-weight: 300;
}
@media screen and (max-width:800px) {
  #section01 h1 span.mini {
    font-size: 3vw;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3), 0 0 5px rgba(0, 0, 0, 0.3);
  }
}

#section02 {
  width: 100%;
  background-color: #fff;
  padding: 100px 0 90px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 50px 0;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
#section02 h2 {
  text-align: center;
  font-weight: 300;
  color: #745a00;
  line-height: 180%;
  font-weight: 300;
  margin-bottom: 70px;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    margin-bottom: 35px;
  }
}
#section02 .base_text {
  width: 90%;
  margin: 0 auto;
  line-height: 180%;
  text-align: center;
}
#section02 .link_list {
  display: flex;
  justify-content: space-between;
  max-width: 940px;
  margin: 80px auto 0;
}
@media screen and (max-width:800px) {
  #section02 .link_list {
    flex-wrap: wrap;
    margin: 10vw auto 0;
  }
}
#section02 .link_list li {
  width: 20%;
}
@media screen and (max-width:800px) {
  #section02 .link_list li {
    width: 47%;
  }
  #section02 .link_list li:first-child, #section02 .link_list li:nth-child(2) {
    margin-bottom: 4vw;
  }
}
#section02 .link_list a {
  color: #745a00;
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  border-bottom: 1px solid #745a00;
  box-sizing: border-box;
  padding-bottom: 3px;
}
#section02 .link_list a:after {
  content: "\f078";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 100%;
  height: 100%;
}

.faq_wrap {
  width: 100%;
  position: relative;
  background-color: #fff;
  border-bottom: 0px solid #423e33;
}
@media screen and (max-width:800px) {
  .faq_wrap {
    border-bottom: 0px solid #423e33;
  }
}
.faq_wrap.faq_wrap--bg {
  background-color: #f0eee6;
}
.faq_wrap .section__in {
  padding: 130px 0 100px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  .faq_wrap .section__in {
    padding: 60px 0;
  }
}
.faq_wrap .item {
  border-top: 1px solid #745a00;
}
.faq_wrap .item:last-child {
  border-bottom: 1px solid #745a00;
}
.faq_wrap .item dt {
  color: #745a00;
  padding: 16px;
}
.faq_wrap .item dt h4 {
  line-height: 1.8em;
}
.faq_wrap .item dt h4:hover {
  cursor: pointer;
}
.faq_wrap .item dd {
  margin-top: 10px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 24px;
  color: #745a00;
  margin-bottom: 24px;
  display: none;
}
.faq_wrap .item dd p {
  line-height: 1.8em;
}
.faq_wrap h3.titles {
  margin-bottom: 20px;
  position: relative;
  font-size: 600;
  color: #000000;
  text-align: center;
}
@media screen and (max-width:800px) {
  .faq_wrap h3.titles {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 10vw;
  }
}/*# sourceMappingURL=faq.css.map */