@charset "UTF-8";
/***************************************


カラー


****************************************/
/***************************************


  ブレイクポイント mixin


  ****************************************/
/***************************************

テキストにラインが左から右へ走る（初期値下線あり）inline使用（aタグ内に書く）

****************************************/
/***************************************

テキストにラインが左から右へ走る（初期値下線なし）inline使用（aタグ内に書く）

****************************************/
/***************************************

50%の不透明度でホバー（アニメ）

****************************************/
/***************************************


ul li


****************************************/
.__mb-no,
.__mbno,
.__mb0 {
  margin-bottom: 0;
}

.__mb-xxs {
  margin-bottom: 15px !important;
}
@media (max-width: 1024px) {
  .__mb-xxs {
    margin-bottom: 10px !important;
  }
}

.__mb-xs {
  margin-bottom: 20px !important;
}
@media (max-width: 1024px) {
  .__mb-xs {
    margin-bottom: 15px !important;
  }
}

.__mb-sm {
  margin-bottom: 25px !important;
}
@media (max-width: 1024px) {
  .__mb-sm {
    margin-bottom: 22px !important;
  }
}

.__mb-md {
  margin-bottom: 32px !important;
}
@media (max-width: 1024px) {
  .__mb-md {
    margin-bottom: 28px !important;
  }
}

.__mb-lg {
  margin-bottom: 60px !important;
}
@media (max-width: 1024px) {
  .__mb-lg {
    margin-bottom: 50px !important;
  }
}

.__mb-xl {
  margin-bottom: 100px !important;
}
@media (max-width: 1024px) {
  .__mb-xl {
    margin-bottom: 80px !important;
  }
}
@media (max-width: 1024px) and (max-width: 810px) {
  .__mb-xl {
    margin-bottom: 60px !important;
  }
}
@media (max-width: 1024px) and (max-width: 810px) and (max-width: 480px) {
  .__mb-xl {
    margin-bottom: 40px !important;
  }
}

.__mb-xxl {
  margin-bottom: 160px !important;
}
@media (max-width: 1024px) {
  .__mb-xxl {
    margin-bottom: 120px !important;
  }
}
@media (max-width: 1024px) and (max-width: 810px) {
  .__mb-xxl {
    margin-bottom: 100px !important;
  }
}
@media (max-width: 1024px) and (max-width: 810px) and (max-width: 480px) {
  .__mb-xxl {
    margin-bottom: 80px !important;
  }
}

.__mt-no,
.__mtno,
.__mt0 {
  margin-top: 0;
}

.__mt-xxs {
  margin-top: 15px !important;
}
@media (max-width: 1024px) {
  .__mt-xxs {
    margin-top: 10px !important;
  }
}

.__mt-xs {
  margin-top: 20px !important;
}
@media (max-width: 1024px) {
  .__mt-xs {
    margin-top: 15px !important;
  }
}

.__mt-sm {
  margin-top: 25px !important;
}
@media (max-width: 1024px) {
  .__mt-sm {
    margin-top: 22px !important;
  }
}

.__mt-md {
  margin-top: 32px !important;
}
@media (max-width: 1024px) {
  .__mt-md {
    margin-top: 28px !important;
  }
}

.__mt-lg {
  margin-top: 60px !important;
}
@media (max-width: 1024px) {
  .__mt-lg {
    margin-top: 50px !important;
  }
}

.__mt-xl {
  margin-top: 100px !important;
}
@media (max-width: 1024px) {
  .__mt-xl {
    margin-top: 80px !important;
  }
}
@media (max-width: 1024px) and (max-width: 810px) {
  .__mt-xl {
    margin-top: 60px !important;
  }
}
@media (max-width: 1024px) and (max-width: 810px) and (max-width: 480px) {
  .__mt-xl {
    margin-top: 40px !important;
  }
}

.__mt-xxl {
  margin-top: 160px !important;
}
@media (max-width: 1024px) {
  .__mt-xxl {
    margin-top: 120px !important;
  }
}
@media (max-width: 1024px) and (max-width: 810px) {
  .__mt-xxl {
    margin-top: 100px !important;
  }
}
@media (max-width: 1024px) and (max-width: 810px) and (max-width: 480px) {
  .__mt-xxl {
    margin-top: 80px !important;
  }
}

.faq {
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 810px) {
  .faq {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 810px) and (max-width: 480px) {
  .faq {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.faq .faq-q {
  display: flex;
  align-items: center;
}
.faq .faq-q .faq-qIcon {
  background-color: #564537;
  color: white;
  font-family: "Cinzel", serif;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 100;
}
@media (max-width: 480px) {
  .faq .faq-q .faq-qIcon {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}
.faq .faq-q .faq-qTxt {
  margin-left: 15px;
  font-size: 20px;
  width: calc(100% - 75px);
  line-height: 1.4;
}
@media (max-width: 480px) {
  .faq .faq-q .faq-qTxt {
    font-size: 18px;
    width: calc(100% - 50px);
    margin-left: 10px;
  }
}
.faq .faq-a {
  margin-left: 75px;
  margin-top: 10px;
  line-height: 2;
}
@media (max-width: 810px) {
  .faq .faq-a {
    margin-top: 0;
  }
}
@media (max-width: 810px) and (max-width: 480px) {
  .faq .faq-a {
    margin-left: 50px;
    line-height: 1.6;
  }
}
.faq .faq-a p {
  margin-top: 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  .faq .faq-a p {
    margin-top: 10px;
    line-height: 1.6;
  }
}
.faq .faq-a span {
  line-height: 2;
}

.acf_btn {
  width: 100%;
  padding: 50px 30px;
  background: white none !important;
  display: inline-flex !important;
  justify-content: space-between;
  align-items: center;
  transition: 0.6s all;
}
.acf_btn::after {
  content: "";
  background-image: url("asset/img/common/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-color: #bf5200;
  background-size: 8px;
  width: 25px;
  height: 25px;
  margin-left: 40px;
  border-radius: 50%;
  display: inline-block;
  transition: 0.6s all;
  flex-shrink: 0;
}
@media (max-width: 480px) {
  .acf_btn::after {
    margin-left: 20px;
  }
}
.acf_btn .acf_btn-tit {
  font-size: 20px;
  color: black;
}
.acf_btn .acf_btn-tit span {
  display: block;
  font-size: 16px;
  color: black;
  margin-top: 10px;
  line-height: 1.4;
}
@media (hover: hover) and (pointer: fine) {
  .acf_btn:hover {
    transition: 0.6s all;
    background-color: #bf5200 !important;
  }
  .acf_btn:hover::after {
    content: "";
    background-image: url("asset/img/common/arrow-right-orange.svg");
    background-color: white;
  }
  .acf_btn:hover .acf_btn-tit {
    color: white;
  }
  .acf_btn:hover .acf_btn-tit span {
    color: white;
  }
}
@media (hover: none) {
  .acf_btn:active {
    transition: 0.6s all;
    background-color: #bf5200 !important;
  }
  .acf_btn:active::after {
    content: "";
    background-image: url("asset/img/common/arrow-right-orange.svg");
    background-color: white;
  }
  .acf_btn:active .acf_btn-tit {
    color: white;
  }
  .acf_btn:active .acf_btn-tit span {
    color: white;
  }
}
.acf_btn._half {
  width: 50%;
}

.imgSlider {
  position: relative;
  width: 100%;
  margin: 150px auto 0px;
  overflow: visible;
  margin-top: 32px;
}
@media (max-width: 1024px) {
  .imgSlider {
    margin-top: 30px;
  }
}
@media (max-width: 1024px) and (max-width: 480px) {
  .imgSlider {
    margin-top: 20px;
  }
}
.imgSlider .imgSlider-link {
  display: block;
}
.imgSlider img {
  max-width: 1080px;
  width: auto;
  height: 650px;
}
@media (max-width: 1280px) {
  .imgSlider img {
    height: 500px;
  }
}
@media (max-width: 1280px) and (max-width: 810px) {
  .imgSlider img {
    height: 380px;
  }
}
@media (max-width: 1280px) and (max-width: 810px) and (max-width: 480px) {
  .imgSlider img {
    height: 200px;
    width: auto;
  }
}
.imgSlider .swiper-wrapper {
  height: auto;
}
.imgSlider .swiper-wrapper .swiper-slide {
  text-align: center;
  width: auto;
}
.imgSlider .swiper-wrapper._reloadSwipper {
  width: auto;
}
.imgSlider .swiper-pagination {
  margin-top: 20px;
  width: auto;
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
@media (max-width: 810px) {
  .imgSlider .swiper-pagination {
    margin-top: 5vw;
  }
}
@media (max-width: 810px) and (max-width: 480px) {
  .imgSlider .swiper-pagination {
    margin-top: 5vw;
  }
}
.imgSlider .swiper-pagination .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, rgb(213, 213, 213));
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 1);
  margin: 0 !important;
  margin-right: var(--swiper-pagination-bullet-horizontal-gap, 15px) !important;
}
@media (max-width: 810px) {
  .imgSlider .swiper-pagination .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 9px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 9px));
    margin-right: var(--swiper-pagination-bullet-horizontal-gap, 10px) !important;
    background: var(--swiper-pagination-bullet-inactive-color, black);
  }
}
.imgSlider .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-bullet-inactive-color, #bf5200) !important;
}
.imgSlider .swiper-pagination._black .swiper-pagination-bullet {
  background: var(--swiper-pagination-bullet-inactive-color, #4a5036);
}
@media (max-width: 810px) {
  .imgSlider .swiper-pagination._black .swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color, #4a5036);
  }
}
.imgSlider .swiper-pagination._black .swiper-pagination-bullet-active {
  background: var(--swiper-pagination-bullet-inactive-color, #bf5200) !important;
}
.imgSlider .swiper-button-prev,
.imgSlider .swiper-button-next {
  left: auto;
  position: absolute;
  top: 50%;
  bottom: auto;
  width: 60px;
  height: 60px;
  background-color: #bf5200;
  border: 1px solid #bf5200;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  transition: 0.5s;
}
@media (max-width: 480px) {
  .imgSlider .swiper-button-prev,
  .imgSlider .swiper-button-next {
    display: none;
  }
}
.imgSlider .swiper-button-prev::after,
.imgSlider .swiper-button-next::after {
  font-family: icon;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
  transition: 0.5s;
}
.imgSlider .swiper-button-prev._black,
.imgSlider .swiper-button-next._black {
  background-color: #4a5036;
  border: 1px solid #4a5036;
}
.imgSlider .swiper-button-prev {
  left: -35px;
  margin-top: -60px;
}
@media (max-width: 810px) {
  .imgSlider .swiper-button-prev {
    left: 30px;
  }
}
.imgSlider .swiper-button-prev::after {
  content: "";
  background-image: url("asset/img/common/arrow-left-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
}
.imgSlider .swiper-button-next {
  right: -35px;
  margin-top: -60px;
}
@media (max-width: 810px) {
  .imgSlider .swiper-button-next {
    right: 30px;
  }
}
.imgSlider .swiper-button-next::after {
  content: "";
  background-image: url("asset/img/common/arrow-right-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 8px;
  height: 8px;
  display: inline-block;
}

._reloadSwipper {
  width: auto;
}

.editor-styles-wrapper .imgSlider {
  border: 1px solid #ccc;
}
.editor-styles-wrapper .imgSlider .swiper-wrapper {
  display: flex;
}
.editor-styles-wrapper .imgSlider .swiper-wrapper .swiper-slide {
  margin-right: 10px;
}
.editor-styles-wrapper .imgSlider .swiper-wrapper .swiper-slide img {
  width: 100px;
  height: 100px;
}

.menuSimple {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #aca5a5;
  display: flex;
  align-items: center;
}
@media (max-width: 810px) {
  .menuSimple {
    display: block;
  }
}
@media (max-width: 810px) and (max-width: 480px) {
  .menuSimple {
    padding-top: 20px;
    margin-top: 20px;
  }
}
.menuSimple .menuSimple-left {
  width: 80%;
  padding-right: 30px;
}
@media (max-width: 810px) {
  .menuSimple .menuSimple-left {
    width: 100%;
    padding-right: 0;
  }
}
.menuSimple .menuSimple-left .tit {
  font-size: 20px;
  line-height: 1.2;
}
@media (max-width: 810px) {
  .menuSimple .menuSimple-left .tit {
    line-height: 1.8;
  }
}
@media (max-width: 810px) and (max-width: 480px) {
  .menuSimple .menuSimple-left .tit {
    font-size: 18px;
  }
}
.menuSimple .menuSimple-left .txt {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 810px) {
  .menuSimple .menuSimple-left .txt {
    margin-top: 0;
    font-size: 14px;
  }
}
.menuSimple .menuSimple-left .txt p {
  margin-top: 0;
  line-height: 1.8;
  font-size: 16px;
}
@media (max-width: 810px) {
  .menuSimple .menuSimple-left .txt p {
    margin-top: 0;
    font-size: 14px;
  }
}
.menuSimple .menuSimple-right {
  width: 20%;
  text-align: right;
}
@media (max-width: 810px) {
  .menuSimple .menuSimple-right {
    width: 100%;
    text-align: left;
  }
}
.menuSimple .menuSimple-right .price {
  font-size: 18px;
}
@media (max-width: 810px) {
  .menuSimple .menuSimple-right .price {
    margin-top: 10px;
  }
}
.menuSimple .menuSimple-right .price span {
  font-size: 12px;
}
.menuSimple._last {
  border-bottom: 1px solid #aca5a5;
  padding-bottom: 30px;
}
@media (max-width: 480px) {
  .menuSimple._last {
    margin-bottom: 20px;
  }
}

.menuBlock-ticket {
  font-size: 12px;
  color: #a57c52;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 810px) {
  .menuBlock-ticket {
    justify-content: flex-start;
  }
}
.menuBlock-ticket::before {
  content: "";
  background-image: url("asset/img/common/ticket-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  display: block;
}

.menuBlock {
  margin-top: 60px;
  display: flex;
}
@media (max-width: 810px) {
  .menuBlock {
    display: block;
    margin-top: 40px;
  }
}
.menuBlock .menuBlock-left {
  width: 55%;
  padding-right: 30px;
}
@media (max-width: 810px) {
  .menuBlock .menuBlock-left {
    width: 100%;
    padding-right: 0;
  }
}
.menuBlock .menuBlock-left img {
  width: 100%;
}
.menuBlock .menuBlock-right {
  width: 45%;
}
@media (max-width: 810px) {
  .menuBlock .menuBlock-right {
    width: 100%;
  }
}
.menuBlock .menuBlock-right .menuBlock-tit {
  font-size: 22px;
  line-height: 1.2;
}
@media (max-width: 810px) {
  .menuBlock .menuBlock-right .menuBlock-tit {
    margin-top: 15px;
  }
}
.menuBlock .menuBlock-right .menuBlock-price {
  font-size: 18px;
  margin-top: 10px;
}
.menuBlock .menuBlock-right .menuBlock-price span {
  font-size: 12px;
}
.menuBlock .menuBlock-right .menuBlock-ticket {
  justify-content: flex-start;
}
.menuBlock .menuBlock-right .menuBlock-txt {
  margin-top: 10px;
  line-height: 1.8;
  font-size: 16px;
  margin-top: 20px;
}
@media (max-width: 810px) {
  .menuBlock .menuBlock-right .menuBlock-txt {
    margin-top: 13px;
  }
}
.menuBlock .menuBlock-right .menuBlock-txt p {
  margin-top: 0;
  line-height: 1.8;
  font-size: 16px;
}