@charset "UTF-8";
html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, dl, dt, dd, ul, ol, li {
  font-size: 100%;
  line-height: 1;
  margin: 0;
  padding: 0;
}

h2 {
  text-align: center;
  font-size: 2.4rem;
  font-family: "Kaisei Opti", serif;
  font-weight: normal;
  line-height: 60px;
  position: relative;
  height: 60px;
  margin: 2em 2em 1em;
  padding: 0 2rem;
  text-align: center;
  color: #cee870;
}
h2::before, h2::after {
  position: absolute;
  top: 25px;
  display: block;
  width: 140px;
  height: 30px;
  content: "";
  background-repeat: no-repeat;
}
h2::before {
  left: -20px;
  background-image: url(../img/ttl_left.png);
}
h2::after {
  right: -20px;
  background-image: url(../img/ttl_right.png);
}
h2 span {
  position: relative;
  display: block;
}

h3 {
  font-weight: normal;
}

p {
  margin: 0;
  padding: 0;
}

ul, ol, li {
  list-style: none;
}

/* =======================================
 base style
======================================= */
img {
  width: 100%;
  backface-visibility: hidden;
}

.main-wrapper {
  min-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}

.contents {
  width: 750px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

section {
  position: relative;
  box-sizing: border-box;
}

a {
  text-decoration: underline;
  color: #1d4279;
}

a:hover {
  opacity: 0.8;
}

.main-wrapper {
  background: url("../img/main-bg.jpg") no-repeat top center fixed;
  background-size: cover;
  /*min-width: 750px;*/
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .main-wrapper {
    background: url("../img/sp_main-bg.jpg") no-repeat top center fixed;
    background-size: cover;
  }
}
.btn {
  display: block;
  margin: 10px auto;
  padding: 20px;
  text-decoration: none;
  font-size: 30px;
  width: 98%;
  max-width: 500px;
  border-radius: 5px;
  text-align: center;
  font-family: "Kaisei Opti", serif;
  color: #fff;
}
.btn_ticket {
  background: linear-gradient(35deg, #e2658d, #ff7dbb);
}

.top {
  cursor: pointer;
  position: fixed;
  top: 0;
  z-index: 99;
}

.top .hidden {
  display: none;
}

.top__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}

.top__icon img {
  width: 80px;
}

.top__menu ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 750px;
  padding-top: 70px;
  padding-bottom: 20px;
  background-color: rgba(66, 53, 48, 0.95);
}

.top__menu ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 95px;
}
.top__menu ul li a {
  color: #fff;
  font-size: 1.4em;
}

.top__menu ul li img {
  width: 582px;
}

.top__menu ul li::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #ffffff;
  width: 660px;
  position: relative;
  top: 16px;
}

.top__menu ul li:last-child:after {
  content: none;
}

.top_head {
  width: 100%;
  padding: 20px;
  background: rgb(20.5360824742, 25.3278350515, 45.8639175258);
  text-align: center;
  color: rgb(252.8275862069, 252.3448275862, 243.1724137931);
  font-size: 2.4rem;
  font-family: "Kaisei Opti", serif;
  font-weight: normal;
}

.lead {
  background: url(../img/star02.png);
  background-repeat: no-repeat;
  background-position: left 20%;
  color: #fff;
  font-size: 1.7rem;
  font-family: "Kaisei Opti", serif;
  margin: 0;
  padding: 20px 0;
  line-height: 1.8;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(8, 112, 43, 0.4);
  text-align: center;
  padding: 50px 30px;
}

/* DATE */
.date {
  text-align: center;
  padding: 20px 10px 80px;
  color: #fff;
}
.date dl {
  width: 80%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
}
.date dt {
  width: 30%;
  padding: 15px;
  margin-bottom: 10px;
  background: url(../img/date_bg.jpg);
  font-family: "Kaisei Opti", serif;
  font-size: 1.3rem;
  border-radius: 20px;
}
.date dd {
  width: 70%;
  padding: 20px;
  text-align: left;
  font-size: 1.6rem;
}

/* ABOUT */
.about {
  text-align: center;
  background: url(../img/about_frame.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  text-align: center;
  padding: 120px 20px 80px;
}
.about p {
  color: #fff;
  font-size: 1.6rem;
  font-family: "Kaisei Opti", serif;
  margin: 0;
  padding: 20px;
  line-height: 1.8;
  color: #fff;
  text-shadow: 2px 3px 3px rgba(8, 112, 43, 0.4);
}

/* story */
.story {
  padding: 50px;
  color: #fff;
  text-align: center;
}
.story p {
  padding: 20px 0;
  font-size: 1.2rem;
  line-height: 1.8;
}
.story p span {
  display: block;
  margin: 20px auto 0;
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "Kaisei Opti", serif;
}

/* 所要時間など　*/
.joken {
  padding: 0 20px 80px;
}

.flow {
  padding: 80px 0 210px;
  background: url(../img/star01.png), url(../img/genko.png), linear-gradient(#000, #1e2543);
  background-position: 80% bottom, 100% bottom, center;
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 300px, 600px, 100%;
  background-blend-mode: hard-light, normal, normal;
}
.flow h2 {
  margin-top: 0;
}
.flow_list {
  color: #fff;
  width: 96%;
  margin: 20px auto 50px;
}
.flow_list li {
  display: flex;
  background: rgba(0, 0, 0, 0.6);
  border: 1px solid #fff;
  border-radius: 10px;
  margin: 20px 0;
  padding: 20px;
  align-items: center;
}
.flow_list li h3 {
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px dotted #cee870;
}
.flow_list li a {
  color: #eee;
}
.flow_list_img {
  width: 80px;
  margin: 10px 30px 10px 5px;
}
.flow_list_detail {
  width: calc(100% - 120px);
}
.flow_list_txt {
  padding: 10px 0;
  line-height: 1.5;
  font-size: 1.2rem;
}
.flow_list_txt span {
  font-size: 0.9em;
}

/* event */
.event {
  padding: 90px 0;
  background: linear-gradient(#1e2543, transparent);
}
.event h2 {
  margin-bottom: 30px;
}
.event_list {
  width: 100%;
  margin: 60px 0;
}
.event_list li {
  margin: 30px 0 50px;
}
.event_list_ttl {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.2);
}
.event_list_ttl h3 {
  width: 60%;
  color: #ede99d;
  padding: 0 30px 10px 30px;
  font-family: "Kaisei Opti", serif;
  font-size: 1.8rem;
  line-height: 1.4;
}
.event_list_ttl h3 span {
  display: block;
  color: #ccc;
  font-size: 1.3rem;
  border-bottom: 1px dashed #eee;
  padding-bottom: 7px;
  margin-bottom: 20px;
}
.event_list_img {
  width: 40%;
  margin: 0;
}
.event_list_detail {
  width: 96%;
  margin: 10px 2%;
}
.event_list_txt {
  line-height: 1.6;
  color: #fff;
  padding: 20px;
  font-size: 1.4rem;
}

/* プラン内容　*/
.plan {
  padding: 0 0 50px;
  margin-top: -2px;
}
.plan_ttl {
  padding: 20px 0;
}
.plan_ttl h2 {
  margin-top: 20px;
}
.plan table {
  width: 98%;
  background: rgba(255, 255, 255, 0.7);
  margin: -1px 1% 0;
  font-size: 1.6rem;
  border-radius: 20px;
  overflow: hidden;
}
.plan table th {
  color: #fff;
  background: #425798;
  padding: 30px 15px;
  border-bottom: 1px dotted #1e2543;
  white-space: nowrap;
  font-size: 1.3rem;
  vertical-align: top;
  font-family: "Kaisei Opti", serif;
}
.plan table td {
  padding: 20px 15px;
  border-bottom: 1px dotted #1e2543;
  line-height: 1.6;
  font-size: 1.4rem;
}
.plan table td p.small {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.plan table td span.red {
  color: #000;
}

/* 開催概要　*/
.gaiyo {
  padding: 0 0 50px;
  margin-top: -2px;
}
.gaiyo_ttl {
  padding: 20px 0;
}
.gaiyo_ttl h2 {
  margin-top: 20px;
}
.gaiyo table {
  width: 98%;
  background: rgba(255, 255, 255, 0.7);
  margin: -1px 1% 0;
  font-size: 1.6rem;
  border-radius: 20px;
  overflow: hidden;
}
.gaiyo table th {
  color: #fff;
  background: #425798;
  padding: 30px 15px;
  border-bottom: 1px dotted #1e2543;
  white-space: nowrap;
  font-size: 1.3rem;
  vertical-align: top;
  font-family: "Kaisei Opti", serif;
}
.gaiyo table td {
  padding: 20px 15px;
  border-bottom: 1px dotted #1e2543;
  line-height: 1.6;
  font-size: 1.4rem;
}
.gaiyo table td p.small {
  display: inline-block;
  margin-top: 10px;
  font-size: 1.2rem;
}
.gaiyo table td span.red {
  color: #000;
}

/* 写真　*/
.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}

.sliderArea.w300 {
  max-width: 300px;
}

.slick-slide {
  margin: 0 20px;
}

.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out 0.3s;
  opacity: 0.2;
}

.slick-active {
  opacity: 1;
}

.slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}

.thumb .slick-slide {
  cursor: pointer;
}

.thumb .slick-slide:hover {
  opacity: 0.7;
}

/* プラン内容 特典あればここに記載 */
.tokuten {
  width: 100%;
  text-align: center;
  background: url(../img/star02.png);
  background-repeat: no-repeat;
}
.tokuten_detail {
  width: 90%;
  padding: 80px 50px;
  margin: 20px auto 30px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 1.6rem;
  line-height: 1.8;
  color: #fff;
}

.qna {
  padding: 80px 0 50px;
  color: #fff;
  background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
}

.qna .qna-container {
  padding: 0 30px 30px;
}

.qna .qna-wrapper {
  font-size: 1.4em;
  padding-top: 43px;
}

.qna .qna-question {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}

.qna .qna-question::after {
  content: "";
  display: inline-block;
  background-image: url("../img/qna-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 633px;
  height: 3px;
}

.qna .qna-question-inner {
  cursor: pointer;
  display: flex;
  align-items: center;
  border-bottom: 1px dotted #fff;
  padding-bottom: 7px;
}
.qna .qna-question-inner::before {
  content: "Q";
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  font-weight: bold;
  text-align: center;
  padding: 5px 10px;
  margin-right: 7px;
}

.qna .qna-question-inner h3 {
  width: 600px;
  line-height: 1.3;
}

.qna .qna-question-inner span {
  display: block;
}

.qna .qna-question-inner span img {
  width: 32px;
}

.qna .qna-answer {
  padding-top: 20px;
  padding-left: 70px;
  padding-bottom: 20px;
  line-height: 1.3;
}
.qna .qna-answer::before {
  content: "A";
  display: inline-block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #ede99d;
  font-weight: bold;
  text-align: center;
  padding: 7px;
  margin-left: -50px;
  margin-right: 5px;
  color: #333;
}

.qna .arrow-rotate {
  transform: scaleY(-1);
  transition: all 0.2s ease-in-out;
}

.qa_4 {
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
}
.qa_4 a {
  color: #fff;
}

.not {
  text-align: center;
  padding: 0 0 50px;
}

.not_ttl {
  width: 300px;
  color: #ede99d;
  border-bottom: #ede99d 1px dotted;
  margin: 0 auto 20px;
  padding: 20px 10px;
  font-size: 1.8em;
  letter-spacing: 0.2em;
}
.not_ttl_lead {
  margin: 20px;
  font-size: 1.3em;
  color: #fff;
}

.not .not-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.not .not-button {
  position: relative;
  cursor: pointer;
  padding-bottom: 30px;
}

.not .not-button img {
  width: 300px;
}

.not .not-button .not-arrow {
  position: absolute;
  width: 21px;
  right: 16px;
  top: 30px;
}

.not .not-detail {
  width: 90%;
  margin: 0 5% 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  text-align: left;
  color: #fff;
  padding: 30px 30px 50px;
}
.not .not-detail li {
  list-style-type: disc;
  margin: 15px;
  line-height: 1.4;
}
.not .not-detail li a {
  color: #eee;
}

.not .arrow-rotate {
  transform: scaleY(-1);
  transition: all 0.2s ease-in-out;
}

/* ご予約　*/
.reservation {
  padding-bottom: 80px;
  text-align: center;
  color: #fff;
}
.reservation .sub_ttl {
  font-size: 1.4rem;
  font-family: "Kaisei Opti", serif;
}

.reserv_tel {
  margin-top: 10px;
  font-size: 1.4rem;
}
.reserv_tel_num {
  font-size: 3rem;
  font-family: "Kaisei Opti", serif;
}

.share {
  background: url("../img/star01.png"), url("../img/star02.png");
  background-repeat: no-repeat, no-repeat;
  background-position: bottom right, top left;
  padding: 100px 20px;
  text-align: center;
}
.share_img {
  width: 400px;
}
.share_txt {
  font-family: "Kaisei Opti", serif;
  font-size: 1.2rem;
  color: #fff;
}

.share ul {
  display: flex;
  justify-content: center;
  padding: 20px;
  width: 30%;
  margin: 0 auto;
}

.share ul img {
  width: 60px;
  margin: 10px 15px;
}

.takarush {
  margin: 0 auto 50px;
  text-align: center;
}
.takarush p {
  color: #fff;
  font-size: 1.2rem;
  text-align: left;
  line-height: 1.6;
  padding: 50px 50px 20px;
}
.takarush .btn_takarush {
  display: block;
  padding: 20px 30px;
  border: 1px solid #fff;
  border-radius: 50px;
  width: 280px;
  color: #fff;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 20px auto;
}
.takarush .btn_takarush:hover {
  background: rgba(255, 255, 255, 0.2);
}

.label {
  background: rgba(0, 0, 0, 0.7);
  padding: 20px 10px 100px;
  text-align: center;
  position: relative;
}
.label::after {
  content: url(../img/star01.png);
  position: absolute;
  top: -40px;
  right: 50px;
}
.label_logo {
  width: 100%;
  max-width: 280px;
  margin: 20px auto;
}
.label p {
  text-align: left;
  padding: 10px 20px 40px;
  font-size: 1.2em;
  line-height: 1.6;
}
.label p.shusai {
  text-align: center;
  color: #fff;
  font-family: "Kaisei Opti", serif;
}
.label p.shusai span {
  font-size: 1.4em;
}

.label__banner {
  padding: 15px 44px 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}

.label__banner li {
  width: 690px;
}

.fixed-nav {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  bottom: 0;
  width: 750px;
  z-index: 99;
  display: none;
}

/*news*/
.news {
  padding: 2em 2em 3em;
  background: url(../img/news_bg.png), linear-gradient(#000, #1e2543);
  background-position: bottom center, center;
  background-size: 100%;
  background-repeat: no-repeat, repeat;
  line-height: 1.5;
  letter-spacing: 2px;
}

.news h2 {
  margin-top: 0.6em;
}

.news dl {
  margin-top: 20px;
  padding: 1.5em;
  background: rgba(255, 255, 255, 0.8);
}

.news dt {
  padding: 0 0 0.5em 0;
  font-weight: bold;
}

.news dd {
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}

.news a {
  font-weight: bold;
}/*# sourceMappingURL=styles.css.map */