@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, hr, input, textarea {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal; }

html {
  background: #fcf5f5;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

body {
  color: #707070;
  font-size: 14px;
  line-height: 1.6; }

@media only screen and (min-width: 768px) {
  body {
    font-size: 24px; } }
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

p {
  word-break: break-all; }

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #707070;
  width: 100%; }

/* clearfix */
.clearfix::after {
  content: "";
  display: block;
  clear: both; }

/* GoogleMapレスポンシブ対応 */
.map-wrap {
  position: relative;
  padding-bottom: 100%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto; }

.map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sm_only {
  display: block; }

.tb_only {
  display: block; }

.pc_only {
  display: none; }

.none {
  display: none; }

@media only screen and (min-width: 768px) {
  .pc_only {
    display: none; }

  .sm_only {
    display: none; }

  .tb_only {
    display: block; } }
@media only screen and (min-width: 960px) {
  .sm_only {
    display: none; }

  .tb_only {
    display: none; }

  .pc_only {
    display: block; } }
/* 行揃え */
.left {
  text-align: left; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.justify {
  text-align: justify; }

/* マージンボトム */
.mb_10 {
  margin-bottom: 5px; }

.mb_20 {
  margin-bottom: 10px; }

.mb_30 {
  margin-bottom: 15px; }

.mb_40 {
  margin-bottom: 20px; }

.mb_50 {
  margin-bottom: 25px; }

@media only screen and (min-width: 768px) {
  .mb_10 {
    margin-bottom: 10px; }

  .mb_20 {
    margin-bottom: 20px; }

  .mb_30 {
    margin-bottom: 30px; }

  .mb_40 {
    margin-bottom: 40px; }

  .mb_50 {
    margin-bottom: 50px; } }
/* コンテンツ */
header {
  display: flex;
  flex-direction: column-reverse; }
  header h1 {
    color: #009f12;
    font-size: 21px; }
  header p {
    padding: 0 1em; }

@media only screen and (min-width: 768px) {
  header h1 {
    font-size: 40px; } }
em {
  color: #009f12; }

section {
  padding-top: 40px; }
  section h2 {
    color: #009f12;
    font-size: 21px; }
  section p {
    font-size: 14px;
    padding: 0 2em; }

@media only screen and (min-width: 768px) {
  section {
    padding-top: 80px; }
    section h2 {
      font-size: 40px; }
    section p {
      font-size: 24px; } }
.scene ul, .set ul, .place ul {
  list-style-type: none; }

.scene ul {
  justify-content: center;
  align-items: center; }
  .scene ul li {
    width: 90%;
    max-width: 600px;
    margin-bottom: 20px; }

.set dl dt {
  font-size: 19px;
  line-height: 1;
  margin-bottom: 15px; }

.set dl dd {
  font-size: 12px;
  padding: 0 1em;
  margin-bottom: 10px; }

.set ul {
  display: flex;
  justify-content: center;
  align-items: center; }

.set .flex2 > dl {
  width: 100%; }

.set .flex2 > ul {
  width: 100%; }

.set .flex2 > ul li {
  width: 90%;
  max-width: 600px; }

@media only screen and (min-width: 768px) {
  .set ul {
    flex-direction: column; }

  .set dl dt {
    font-size: 29px;
    margin-bottom: 30px; }

  .set dl dd {
    font-size: 19px; }

  .set .flex2 > dl {
    width: 50%; } }
.flex1 {
  display: flex;
  justify-content: center; }

.flex2 {
  display: flex;
  flex-direction: column;
  justify-content: space-around; }

.flex3 {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }

.flex3 li {
  font-size: 12px;
  width: 90%;
  margin-bottom: 15px; }

.caution {
  width: 100%;
  padding: 0;
  font-size: 10px; }

.price ul, .date ul {
  width: 85%;
  max-width: 340px;
  margin: 0 auto; }

@media only screen and (min-width: 768px) {
  .flex1 {
    display: flex;
    justify-content: center; }

  .flex2 {
    flex-direction: row; }
    .flex2 section {
      width: 50%; }

  .flex3 {
    flex-direction: row;
    align-items: flex-start; }

  .flex3 li {
    font-size: 12px;
    width: 31.5%;
    margin-bottom: 30px; }

  .scene ul {
    justify-content: space-between; }
    .scene ul li {
      width: 48%; }

  .price ul, .date ul {
    width: 90%;
    max-width: 500px;
    margin: 0 auto;
    font-size: 19px; } }
@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .flex3 li {
    font-size: 16px; } }
@media only screen and (min-width: 768px) {
  .set .flex2 > ul {
    width: 48%; } }
.btn {
  background-color: #fcf5f5;
  border: 3px solid #009f12;
  border-radius: 20px;
  color: #009f12;
  font-size: 29px;
  display: block;
  padding: 20px;
  width: 15em;
  text-decoration: none;
  transition: all 0.3s; }
  .btn:hover {
    background-color: #009f12;
    border: 3px solid #fcf5f5;
    color: #fcf5f5; }

.wrapper {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto; }

footer {
  background: rgba(0, 96, 11, 0.46);
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 12px;
  width: 100vw;
  margin: 50px calc(50% - 50vw) 0;
  padding: 1em; }
  footer .content {
    position: relative;
    width: 90%;
    max-width: 280px; }
  footer a {
    color: #fff;
    text-decoration: none; }
  footer img {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 40px; }

@media only screen and (min-width: 768px) {
  footer {
    font-size: 24px;
    margin-top: 100px; }
    footer .content {
      max-width: 700px; }
    footer img {
      position: absolute;
      right: 20px;
      bottom: 0;
      width: 60px; } }
/* アニメーション */
@media only screen and (min-width: 768px) {
  .scroll-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    z-index: 100;
    background-color: #ddd;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    text-align: center;
    opacity: 0;
    transition: opacity 350ms ease; }
    .scroll-top:hover {
      cursor: pointer;
      opacity: 0.7; } }
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform; }

.fade-in-up {
  transform: translate(0, 80px); }

.scroll-in {
  opacity: 1;
  transform: translate(0, 0); }

/* メニュー */
.menubutton {
  position: fixed;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: black;
  border-radius: 3px;
  cursor: pointer;
  z-index: 100; }
  .menubutton i {
    display: block;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 5px;
    background: white;
    transition: all .5s;
    border-radius: 3px; }

.menubutton i:first-child {
  top: 10px; }

.menubutton i:nth-child(2) {
  top: 50%; }

.menubutton i:last-child {
  top: 30px; }

.menubutton.open i:first-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg); }

.menubutton.open i:nth-child(2) {
  opacity: 0; }

.menubutton.open i:last-child {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); }

.menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100vh;
  background: #fcf5f5;
  transition: all .5s;
  z-index: 90; }
  .menu ul {
    margin: 40px 0 0 0;
    padding: 0;
    list-style: none; }
  .menu li {
    padding: 5px 0;
    text-align: center; }
    .menu li a {
      color: #009f12;
      font-size: 18px;
      text-decoration: none; }

.menu.open {
  right: 0; }
