@charset "UTF-8";
/*////////////////////////////////////////////////////

	変数、mixin、プレースホルダー 定義　適宜変更・追加すること

////////////////////////////////////////////////////*/
/*--追記--*/
.mv-event {
  min-height: 720px;
  overflow: hidden;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mv-event {
      height: auto;
      min-height: 300px;
      padding: 30px; } }

.ttl-event {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media only screen and (min-width: 768px) and (max-width: 1023px) {
    .ttl-event .ttl-event {
      top: 50%; } }

.txt-lead-wp {
  width: 100%;
  padding: 30px 0; }
  @media only screen and (max-width: 767px) {
    .txt-lead-wp {
      padding: 30px 10px; } }
  .txt-lead-wp .txt-lead-01 {
    font-size: 24px;
    line-height: 1.8;
    text-align: center;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .txt-lead-wp .txt-lead-01 {
        font-size: 18px;
        line-height: 1.6; } }
  .txt-lead-wp .txt-lead-02 {
    text-align: center; }

.area-event-contents-wp, .area-event-contents {
  width: 100%; }

.list-detail {
  text-align: center; }
  .list-detail .time {
    font-size: 24px;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-top: 25px; }
    @media only screen and (max-width: 767px) {
      .list-detail .time {
        line-height: 20px;
        font-size: 16px;
        letter-spacing: 2px;
        padding-top: 20px; } }
    .list-detail .time .txt-em-01 {
      display: inline-block;
      border-bottom: dotted 1px #000;
      padding-bottom: 20px;
      line-height: 1.3; }
      @media only screen and (max-width: 767px) {
        .list-detail .time .txt-em-01 {
          padding-bottom: 10px; } }

.list-ditail-02 {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    .list-ditail-02 {
      margin-top: 20px; } }

.box-bt {
  position: relative;
  background: #FFF;
  text-align: center; }
  @media only screen and (min-width: 1024px) {
    .box-bt {
      padding: 40px; } }
  @media only screen and (max-width: 767px) {
    .box-bt {
      margin-bottom: 40px; } }
  .box-bt-in {
    padding: 30px 0;
    display: flex;
    align-items: center;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .box-bt-in {
        flex-direction: column; } }
    .box-bt-in > div {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .box-bt-in > div {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .box-bt-in > div .img-menu {
          margin-top: 30px; } }
    @media only screen and (max-width: 767px) {
      .box-bt-in.type01 {
        flex-direction: column-reverse; } }
  .box-bt.plan-list {
    margin-top: -70px; }
    @media only screen and (max-width: 767px) {
      .box-bt.plan-list {
        margin-top: 50px; } }

.box-price-01 {
  font-size: 14px;
  line-height: 1.3; }
  .box-price-01:nth-of-type(n+2) {
    margin-top: 40px; }

.txt-price-01 .price {
  font-size: 24px;
  padding: 0 5px;
  vertical-align: 0px;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .txt-price-01 .price {
      font-size: 22px; } }

.txt-price-02 {
  margin-top: 5px; }

.btn-event-01 {
  margin-top: 40px; }

.ttl-04 {
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .ttl-04 {
      margin-bottom: 10px; } }

.box-reserve-wp {
  border-top: dotted 1px #ccc;
  margin: 30px 40px 0 40px; }
  @media only screen and (max-width: 767px) {
    .box-reserve-wp dd:nth-of-type(1) {
      line-height: 1;
      margin: 15px 0; } }
  .box-reserve-wp .time {
    font-size: 16px;
    vertical-align: middle; }
    @media only screen and (min-width: 1024px) {
      .box-reserve-wp .time {
        padding-left: .5em; } }

.txt-event-notice {
  font-size: 13px !important;
  color: #df3232;
  line-height: 1.4; }

.txt-event-notice-02 {
  color: #df3232;
  line-height: 1.4; }

.box-course-meal-body {
  display: none; }

.active .box-course-meal-body {
  display: block; }

.btn-menu-tgl01:hover {
  cursor: pointer; }
.btn-menu-tgl01 .txt-menubtn {
  position: relative; }
  .btn-menu-tgl01 .txt-menubtn:before, .btn-menu-tgl01 .txt-menubtn:after {
    content: '';
    display: block;
    width: 15px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: -20px;
    top: 50%;
    margin-top: -3px; }
  .btn-menu-tgl01 .txt-menubtn:before {
    transform: rotate(90deg);
    transform-origin: center; }
.btn-menu-tgl01.is-active .txt-menubtn:before {
  transform: rotate(180deg); }

.link-event-01 {
  position: relative;
  display: inline-block;
  padding-right: 13px;
  color: #00418e;
  text-decoration: none; }
  .link-event-01:hover {
    text-decoration: underline; }
  .link-event-01:after {
    content: " ";
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 0;
    border-top: 1px solid #df3232;
    border-right: 1px solid #df3232;
    height: 4px;
    width: 4px;
    transform: rotate(45deg); }

.txt-link-01 {
  margin-top: 10px; }

@media only screen and (max-width: 767px) {
  .list-note {
    text-align: left; } }
@media only screen and (max-width: 767px) {
  .list-note.style-02 {
    text-align: center; } }

.box-notice-01 {
  border: solid 1px #ccc;
  padding: 20px;
  box-sizing: border-box;
  max-width: 485px;
  margin: 0 auto; }

.area-event-contents-in .wrap.style02 {
  padding: 70px 20px; }
  @media only screen and (max-width: 767px) {
    .area-event-contents-in .wrap.style02 {
      padding: 40px 20px; } }

.list-notice-01 {
  margin-top: 10px; }
  .list-notice-01 li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 5px;
    text-align: left; }
    .list-notice-01 li:before {
      content: '\203B'; }
    .list-notice-01 li:last-child {
      margin-bottom: 0; }

.bt-dnr202004 {
  margin-left: 50%; }
  @media only screen and (max-width: 767px) {
    .bt-dnr202004 {
      margin-left: 0; } }

/*# sourceMappingURL=eventstyle.css.map */
