@charset "UTF-8";
/* ----------------------------------------
	event
---------------------------------------- */
body {
  color: #000000 !important;
  background: #FFFFFF !important;
}

header#masthead {
  color: #000000 !important;
  background: #FFFFFF !important;
}
header#masthead #nav_global li a {
  color: #000000 !important;
}
@media print, screen and (max-width: 768px) {
header#masthead {
  background: #fff !important;
}
}


#content {
  padding-bottom: 0;
  max-width: 900px !important;
}
#content a:link, #content a:visited, #content a:hover, #content a:active {
  color: #000000 !important;
}

/*------------*/
.entry-content .entry {
  padding-bottom: 0;
  max-width: 860px;
}
.entry-content h2.entry-title {
  font-weight: bold;
  background: #000000;
}
.entry-content .period {
  font-weight: bold;
  font-size: 18px;
  color: #7D0022;
}
@media print, screen and (min-width: 768px) {
  .entry-content .period {
    padding: 20px 0;
    font-size: 28px;
    text-align: center;
  }
}
.entry-content .period span {
  display: block;
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .entry-content .period span {
    font-size: 20px;
  }
}
.entry-content .visual {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .entry-content .visual {
    padding-bottom: 60px;
  }
}
.entry-content .lead {
  padding-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .entry-content .lead {
    padding-bottom: 60px;
  }
}
.entry-content .lead figure {
  margin: 0;
  max-width: 100% !important;
}
.entry-content .youtube {
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  padding-top: 56.25%;
}
@media print, screen and (min-width: 768px) {
  .entry-content .youtube {
    margin-bottom: 60px;
  }
}
.entry-content .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.entry-content .map {
  padding-bottom: 30px;
  width: 100%;
  height: 200px;
}
@media print, screen and (min-width: 768px) {
  .entry-content .map {
    padding-bottom: 60px;
    height: 400px;
  }
}
.entry-content .map iframe {
  width: 100%;
  height: 100%;
}
.entry-content .noteBox {
  margin-bottom: 30px;
  padding: 10px;
  border: 2px dashed #C0C0C0;
}
@media print, screen and (min-width: 768px) {
  .entry-content .noteBox {
    margin-bottom: 60px;
    padding: 20px;
    border: 3px dashed #C0C0C0;
  }
}
.entry-content #reserv {
  margin-top: 60px;
  margin-left: -500%;
  margin-right: -500%;
  padding-left: 500%;
  padding-right: 500%;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #EEEEEE;
  margin-top: 30px;
  /*確認画面*/
  /* ---------- thanks ---------- */
}
@media print, screen and (min-width: 768px) {
  .entry-content #reserv {
    padding-top: 80px;
    padding-bottom: 60px;
    margin-top: 100px;
  }
}
.entry-content #reserv .head {
  position: relative;
  margin: 0 auto 40px;
  text-align: center;
}
.entry-content #reserv .head::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  content: " ";
  width: 100%;
  height: 2px;
  background: #E70012;
}
.entry-content #reserv .head span {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #000000;
  background: #EEEEEE;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .entry-content #reserv .head span {
    font-size: 2rem;
  }
}
.entry-content #reserv table.form th, .entry-content #reserv table.form td {
  background: none;
  border-bottom: 1px solid #8C8C8C;
}
@media screen and (max-width: 767px) {
  .entry-content #reserv table.form th, .entry-content #reserv table.form td {
    border: none;
  }
}
.entry-content #reserv table.form th {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .entry-content #reserv table.form th {
    background: #E0E0E0;
  }
  .entry-content #reserv table.form th.title {
    display: none;
  }
}
.entry-content #reserv table.form td p {
  display: none;
}
.entry-content #reserv table.form td .dateWrap {
  padding-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .entry-content #reserv table.form td .dateWrap, .entry-content #reserv table.form td .timeWrap {
    display: inline-block;
  }
}
.entry-content #reserv button, .entry-content #reserv input, .entry-content #reserv textarea, .entry-content #reserv select {
  background: #FFFFFF;
  border: 1px solid #999999;
}
.entry-content #reserv button:focus, .entry-content #reserv input:focus, .entry-content #reserv textarea:focus {
  border: 1px solid #333333 !important;
}
.entry-content #reserv .selectWrap {
  display: inline-block;
  background: #FFFFFF;
}
.entry-content #reserv select {
  background: transparent;
}
.entry-content #reserv .mw_wp_form .error {
  background: #EEEEEE;
}
.entry-content #reserv .mw_wp_form_preview .selectWrap {
  background: none;
}
.entry-content #reserv .mw_wp_form_preview .selectWrap::after {
  display: none;
}
.entry-content #reserv .mw_wp_form .title {
  color: #000000;
}

@media print, screen and (max-width: 320px) {
 .entry-content #reserv select {width: 263px;} 
}

