@charset "UTF-8";
body {
  font-size: 62.5%;
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  font-weight: normal;
  line-height: 1.7;
  color: #360E00;
}
a {
  text-decoration: none;
}
p {
  margin: 0 !important;
  padding: 0 !important;
}
section {
  clear: both;
  overflow: auto;
}
.main {
  background-image: url("../images/bg_main.jpg");
  background-size: cover;
  background-attachment: fixed;
}
.article {
  font-size: 1.7em;
}
.article p {
  line-height: 1.6;
}
.article, .top_image_in {
  width:750px;
  margin: 0 auto;
}
picture {
  display: block;
  width: 100%;
}
.header {
  top: 0;
  z-index: 5000;
  background-color: #fff;
  overflow: auto;
  border-bottom: 1px solid #eee;
}
.header_inr {
  max-width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.header_logo {
  width: 7%;
  margin:  10px auto;
}
.header_logo img {
  width: 100%;
}
.fadein {
  opacity : 0;
  transform: translateY(10px);
  transition: all 2s;
}
.fadeinleft {
  opacity : 0;
  transform: translateX(-40px);
  transition: all 1.5s;
}
.fadeinright {
  opacity : 0;
  transform: translateX(40px);
  transition: all 1.5s;
}
.popup {
  opacity: 0;
}
.popup.isActive {
  animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}
@keyframes popup {
  0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scale(1.0);
  }
  80%,
  100% {
    opacity: 1;
  }
}
.top_image_in {
  background-image: url("../images/top_image_back.jpg");
  padding-bottom: 2em;
}
.top_image_in img {
  width: 100%;
}
.pc_img { display: block !important; }
.sp_img { display: none !important; }
.tit_online {
  width: 55%;
  margin: 0 auto 1.5em;
}
.box_cta {
  background: rgba(255,255,255,0.9);
  width: 95%;
  margin: 1em auto 1em;
  padding: 2em;
}
.box_cta p {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.3;
}
h2 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 2em;
  text-align: center;
  line-height: 1.3;
  padding: 10px 0 ;
  margin: 40px 0 0;
  font-weight: 100;
}
.tit_schedule {
  width: 40%;
  margin: 0 auto 1em;
}
.img_schedule {
  width: 80%;
  margin: 10px auto;
}
.tit_cta {
  width:70%;
  margin: 0 auto 1em;
}
.btn_cta {
  width: 85%;
  margin: 1.5em auto ;
}
.sec_voice {
  background-image: url("../images/bg_voice.jpg");
  background-size: cover;
  background-position: top center;
}
.box_voice {
  width: 95%;
  margin: 1em auto;
  background-color: #fff;
  padding: 1em;
}
.inr_voice {
  border: 1px solid #c9ae58;
  padding: 1em;
}
.sec01 {
  background-image: url("../images/bg_sec01.jpg");
  background-size: cover;
  background-position: top center;
}
.tit_day {
  width: 50%;
  margin: 0 auto;
}
h3 {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.3;
  padding:  0 ;
  margin: 0 0 10px;
  font-weight: 100;
}
.ctn_3days {
  padding: 2.5em 0.5em 1.5em;
  display: flex;
  justify-content: center;
}
.box_3days {
  width: 32%;
  margin: 1em auto;
  background: rgba(255,255,255,0.9);
  padding: 1.5em 0.5em ;
}
.img_day {
  width: 50%;
  margin: 0 auto;
}
.txt_day {
  padding-top: 1em;
}
.secret {
  margin-bottom: 2em;
}
.guest {
  padding-top: 10px;
}
#sp_btn {
  /* display: none!important; */
  width: 100%;
  background:rgba(0,0,0,0.3);
  text-align: center;
  padding: 0.8em 0.5em;
  transition: .8s;
}
.fixed {
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 10000;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.sp_btn {
  max-width: 650px;
  margin: 0 auto;
}
.footer {
  background-color: #222;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
}
._form-branding,
._form-label {
  display: none;
}
form input[type="text"] {
  display: block;
  width: 90%;
  padding: 15px 10px;
  margin: 10px auto;
  font-size: 1.1em;
  border-color: #ccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 5px;
}
._submit {
  position: relative;
  display: block;
  width: 95%;
  aspect-ratio: 136 / 29;
  margin: 1.5em auto;
  overflow: hidden;
  color: transparent;
  appearance: none;
  cursor: pointer;
  background-color: transparent;
  background-image: url("../images/btn_cta.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  border: none;
  border-radius: 100px;
  outline: none;
}

/* ボタンの光るアニメーション（左から右に流れる） */
.sp_btn {
  position: relative;
  overflow: hidden;
  border-radius: 10em;
  overflow: hidden;
}
.sp_btn .btn {
  position: relative;
  display: block;
}
.sp_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.1),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.1),
    transparent
  );
  animation: shimmer 3s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
._submit {
  position: relative;
  overflow: hidden;
  border-radius: 10em;
  overflow: hidden;
  display: block;
}
._submit::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.6),
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: shimmer 3s ease-in-out infinite;
  z-index: 1;
  pointer-events: none;
}
@keyframes shimmer {
  0% {
    left: -100%;
  }
  25% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.sec_opening {
  background-image: url("../images/bg_opening.jpg");
  background-size: cover;
  background-position: top center;
}
.tit_opening {
  width: 95%;
  margin: 2em auto 1em;
}
.bnr_opening {
  padding: 0 1em;
}
