@charset "UTF-8";
/*
　event.cssは自動生成しているため、
　直接上書きしないでください。
*/
/* Vendor */
/* Site settings */
/* Base */
/* Layouts */
/* line 2, ../sass/modules/_heading.scss */
#main_content > h1 {
  padding: 35px 0;
  width: 100%;
  color: #fff;
  background-color: #005194;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4em;
}
@media (min-width: 540px) {
  /* line 2, ../sass/modules/_heading.scss */
  #main_content > h1 {
    line-height: 1em;
  }
}
/* line 13, ../sass/modules/_heading.scss */
#main_content > h1.strong {
  padding: 30px 0 0;
  color: #393939;
  background-color: transparent;
  font-size: 26px;
  font-size: 1.625rem;
  text-align: center;
}
@media (min-width: 540px) {
  /* line 13, ../sass/modules/_heading.scss */
  #main_content > h1.strong {
    padding: 40px 0 0;
    font-size: 34px;
    font-size: 2.125rem;
  }
}

/* line 27, ../sass/modules/_heading.scss */
h2.section_title {
  color: #005194;
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 5, ../sass/layout/_main.scss */
#main_content {
  padding-bottom: 50px;
  overflow: hidden;
}
/* line 8, ../sass/layout/_main.scss */
#main_content h1 {
  text-align: center;
  width: 150%;
  margin-left: -25%;
}
/* line 12, ../sass/layout/_main.scss */
#main_content h1.strong {
  width: 100%;
  margin-left: auto;
  line-height: 1.5em;
}
@media (min-width: 540px) {
  /* line 18, ../sass/layout/_main.scss */
  #main_content h1 br {
    display: none;
  }
}

/* line 24, ../sass/layout/_main.scss */
.container {
  position: relative;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 0 10px;
}
@media (min-width: 540px) {
  /* line 24, ../sass/layout/_main.scss */
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  /* line 24, ../sass/layout/_main.scss */
  .container {
    padding: 0 20px;
  }
}
@media (min-width: 1000px) {
  /* line 24, ../sass/layout/_main.scss */
  .container {
    width: 1000px;
    padding: 0;
  }
}

/* line 41, ../sass/layout/_main.scss */
.error_404 {
  margin-top: 40px;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
}
/* line 45, ../sass/layout/_main.scss */
.error_404 > a {
  margin-top: 30px;
  font-size: 17px;
  font-size: 1.0625rem;
  display: block;
}

/* line 1, ../sass/modules/_button.scss */
.btn_signup, .btn_signout, .btn_signin:hover, .btn_signin_facebook, .btn_signin_email:hover, .btn_signup_facebook, .btn_signup_email:hover, .btn_report, .btn_search:hover, .btn_clear, .btn_preview, .btn_save:hover, .btn_inqury_post:hover, .btn_follow, .btn_password:hover, .btn_reset_password, .btn_stats, .btn_rightside, .btn_accont_submit:hover, .btn_signin_sp:hover, .btn_signout_sp:hover, .btn_signin_sp, .btn_signout_sp, .btn_news_letter, .btn_signup:hover, .btn_signout:hover, .btn_signin, .btn_signin_facebook:hover, .btn_signin_email, .btn_signup_facebook:hover, .btn_signup_email, .btn_report:hover, .btn_search, .btn_clear:hover, .modal_submit, .modal_close, .btn_preview:hover, .btn_save, .btn_inqury_post, .btn_password, .btn_reset_password:hover, .btn_stats:hover, .btn_rightside:hover, .btn_accont_submit, .btn_signup_sp:hover, .btn_publish:hover, .btn_signup_sp, .btn_news_letter:hover, .btn_publish, .btn_violation {
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  color: #393939;
  line-height: 1em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 12, ../sass/modules/_button.scss */
.btn_signup:hover, .btn_signout:hover, .btn_signin:hover, .btn_signin_facebook:hover, .btn_signin_email:hover, .btn_signup_facebook:hover, .btn_signup_email:hover, .btn_report:hover, .btn_search:hover, .btn_clear:hover, .btn_preview:hover, .btn_save:hover, .btn_inqury_post:hover, .btn_follow:hover, .btn_password:hover, .btn_reset_password:hover, .btn_stats:hover, .btn_rightside:hover, .btn_accont_submit:hover, .btn_signin_sp:hover, .btn_signout_sp:hover, .btn_news_letter:hover, .modal_submit:hover, .modal_close:hover, .btn_signup_sp:hover, .btn_publish:hover, .btn_violation:hover {
  opacity: 1;
}

/* line 17, ../sass/modules/_button.scss */
.btn_signup, .btn_signout, .btn_signin:hover, .btn_signin_facebook, .btn_signin_email:hover, .btn_signup_facebook, .btn_signup_email:hover, .btn_report, .btn_search:hover, .btn_clear, .btn_preview, .btn_save:hover, .btn_inqury_post:hover, .btn_follow, .btn_password:hover, .btn_reset_password, .btn_stats, .btn_rightside, .btn_accont_submit:hover, .btn_signin_sp:hover, .btn_signout_sp:hover, .btn_signin_sp, .btn_signout_sp, .btn_news_letter {
  background-color: white;
  border: 2px solid white;
  color: #005194;
  font-weight: 600;
}

/* line 25, ../sass/modules/_button.scss */
.btn_signup, .btn_signout, .btn_signin:hover, .btn_signin_facebook, .btn_signin_email:hover, .btn_signup_facebook, .btn_signup_email:hover, .btn_report, .btn_search:hover, .btn_clear, .btn_preview, .btn_save:hover, .btn_inqury_post:hover, .btn_follow, .btn_password:hover, .btn_reset_password, .btn_stats, .btn_rightside, .btn_accont_submit:hover {
  border: 2px solid #005194;
  color: #005194;
  font-weight: 600;
}

/* line 32, ../sass/modules/_button.scss */
.btn_signup:hover, .btn_signout:hover, .btn_signin, .btn_signin_facebook:hover, .btn_signin_email, .btn_signup_facebook:hover, .btn_signup_email, .btn_report:hover, .btn_search, .btn_clear:hover, .modal_submit, .modal_close, .btn_preview:hover, .btn_save, .btn_inqury_post, .btn_password, .btn_reset_password:hover, .btn_stats:hover, .btn_rightside:hover, .btn_accont_submit {
  background-color: #005194;
  border: 2px solid #005194;
  color: white;
  font-weight: 400;
}

/* line 40, ../sass/modules/_button.scss */
.btn_signup_sp:hover, .btn_publish:hover, .btn_signup_sp, .btn_news_letter:hover, .btn_publish {
  background-color: #d50d18;
  border: 2px solid #d50d18;
  color: white;
  font-weight: 400;
}

/* line 48, ../sass/modules/_button.scss */
.btn_signup_sp:hover, .btn_publish:hover {
  background-color: white;
  color: #d50d18;
  font-weight: 600;
}

/* line 55, ../sass/modules/_button.scss */
.btn_signin_sp:hover, .btn_signout_sp:hover {
  background-color: #005194;
  border: 2px solid white;
  color: white;
  font-weight: 400;
}

/* line 77, ../sass/modules/_button.scss */
.btn_signup_sp {
  width: 100%;
}

/* line 85, ../sass/modules/_button.scss */
.btn_signin_sp, .btn_signout_sp {
  width: 100%;
}

/* line 93, ../sass/modules/_button.scss */
button.drawer-hamburger {
  height: auto;
  margin: 0;
}

/* line 97, ../sass/modules/_button.scss */
.drawer-hamburger-icon {
  height: 3px;
  background-color: #005194;
}
/* line 100, ../sass/modules/_button.scss */
.drawer-hamburger-icon:after, .drawer-hamburger-icon:before {
  height: 3px;
  background-color: #005194;
}

/* line 106, ../sass/modules/_button.scss */
.btn_news_letter {
  height: 36px;
  font-size: 15px;
  font-size: 0.9375rem;
}
/* line 110, ../sass/modules/_button.scss */
.btn_news_letter:hover {
  color: white;
}

/* line 116, ../sass/modules/_button.scss */
.btn_signin_facebook {
  width: 300px;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 126, ../sass/modules/_button.scss */
.btn_signin_email {
  width: 150px;
  height: 36px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 136, ../sass/modules/_button.scss */
.btn_signup_facebook {
  width: 300px;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 146, ../sass/modules/_button.scss */
.btn_signup_email {
  width: 150px;
  height: 36px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 156, ../sass/modules/_button.scss */
.btn_report {
  padding: 10px 20px;
  width: 180px;
  height: 40px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  color: #005194;
  display: block;
  text-align: center;
}
/* line 166, ../sass/modules/_button.scss */
.btn_report:hover {
  padding: 10px 20px;
}

/* line 172, ../sass/modules/_button.scss */
.btn_close {
  width: 18px;
  height: 18px;
  background-color: #7fa6ca;
  border-radius: 10px;
  color: white;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

/* line 184, ../sass/modules/_button.scss */
.btn_search {
  font-size: 13px;
  font-size: 0.8125rem;
}

/* line 199, ../sass/modules/_button.scss */
.modal_submit, .modal_close {
  width: 100px;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 2px 10px;
}

/* line 206, ../sass/modules/_button.scss */
.btn_preview, .btn_preview:hover, .btn_save, .btn_save:hover, .btn_publish, .btn_publish:hover {
  width: 180px;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 239, ../sass/modules/_button.scss */
.btn_inqury_post {
  width: 175px;
  height: 40px;
  font-size: 15px;
  font-size: 0.9375rem;
}

/* line 249, ../sass/modules/_button.scss */
.btn_violation {
  font-size: 13px;
  font-size: 0.8125rem;
  border: 1px solid #a1a1a1;
}

/* line 255, ../sass/modules/_button.scss */
.btn_follow {
  border-width: 1px;
}

/* line 274, ../sass/modules/_button.scss */
.btn_stats {
  padding: 10px;
}
/* line 277, ../sass/modules/_button.scss */
.btn_stats:hover {
  padding: 10px;
}

/* line 290, ../sass/modules/_button.scss */
.btn_accont_submit {
  width: 180px;
  height: 40px;
}

/* line 1, ../sass/modules/_violation.scss */
.violation {
  margin-top: 20px;
  float: right;
}
/* line 4, ../sass/modules/_violation.scss */
.violation #btn_violation {
  border: 1px #d8d8d8 solid;
  color: #6c6c6c;
  background-color: #ffffff;
  cursor: pointer;
}

/* line 1, ../sass/modules/_modal.scss */
.ui-widget-overlay {
  background: none;
  opacity: 1;
  z-index: 10002;
}
/* line 6, ../sass/modules/_modal.scss */
.ui-widget-overlay a {
  color: none;
}

/* line 11, ../sass/modules/_modal.scss */
.modal_content, .modal_content2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px 50px;
  text-align: center;
}
/* line 15, ../sass/modules/_modal.scss */
.modal_content strong, .modal_content2 strong {
  color: #d50d18;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
}
/* line 20, ../sass/modules/_modal.scss */
.modal_content p, .modal_content2 p {
  margin-top: 10px;
  font-size: 13px;
  font-size: 0.8125rem;
}
/* line 24, ../sass/modules/_modal.scss */
.modal_content a, .modal_content2 a {
  margin-top: 20px;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

/* line 30, ../sass/modules/_modal.scss */
.submit_report {
  display: block;
  background-color: rgba(213, 13, 24, 0.9);
  text-align: center;
}

/* line 3, ../sass/modules/_dialog-map.scss */
.gmap {
  width: 300px;
  height: 250px;
}
@media (min-width: 540px) {
  /* line 3, ../sass/modules/_dialog-map.scss */
  .gmap {
    width: 450px;
    height: 350px;
  }
}
@media (min-width: 768px) {
  /* line 3, ../sass/modules/_dialog-map.scss */
  .gmap {
    width: 600px;
    height: 500px;
  }
}

/* line 19, ../sass/layout/_event.scss */
#main_content h1 {
  width: 100%;
  margin-left: 0;
  padding-bottom: 30px;
  font-size: 25px;
  font-size: 1.5625rem;
  color: #393939;
  background-color: #fff;
  line-height: 1.5em;
  border-bottom: 3px solid #005194;
}
/* line 29, ../sass/layout/_event.scss */
#main_content .error {
  margin-top: 15px;
  color: #d50d18;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
}

/* line 38, ../sass/layout/_event.scss */
.social_buttons {
  margin-top: 30px;
  text-align: center;
}

/* line 43, ../sass/layout/_event.scss */
.body_container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  margin-top: 40px;
}
/* line 12, ../../../../../../home/okumachi/.gem/ruby/gems/susy-2.2.14/sass/susy/output/support/_clearfix.scss */
.body_container:after {
  content: " ";
  display: block;
  clear: both;
}
/* line 49, ../sass/layout/_event.scss */
.body_container > .left > div, .body_container > .left > section {
  border-top: 2px solid #005194;
  padding: 20px 0;
}
/* line 53, ../sass/layout/_event.scss */
.body_container > .left .label {
  text-align: center;
  padding-bottom: 10px;
  color: #a0a0a0;
}
/* line 57, ../sass/layout/_event.scss */
.body_container > .left .label > i, .body_container > .left .label > span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
/* line 61, ../sass/layout/_event.scss */
.body_container > .left i {
  margin-right: 5px;
}
/* line 65, ../sass/layout/_event.scss */
.body_container > .right {
  background-color: #f8f9fb;
}
/* line 67, ../sass/layout/_event.scss */
.body_container > .right > p {
  font-size: 14px;
  font-size: 0.875rem;
  background-color: #ededed;
  padding: 5px 10px;
}
/* line 72, ../sass/layout/_event.scss */
.body_container > .right table {
  width: 100%;
}
/* line 75, ../sass/layout/_event.scss */
.body_container > .right td, .body_container > .right th {
  padding: 0 10px;
  display: block;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}
/* line 82, ../sass/layout/_event.scss */
.body_container > .right td {
  font-size: 16px;
  font-size: 1rem;
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  word-break: break-all;
}
/* line 88, ../sass/layout/_event.scss */
.body_container > .right th {
  padding-top: 15px;
  vertical-align: middle;
  color: #005194;
  font-weight: bold;
}
/* line 94, ../sass/layout/_event.scss */
.body_container > .right .gmap {
  width: 100%;
  height: 200px;
}

/* line 101, ../sass/layout/_event.scss */
.event_datetime {
  overflow: hidden;
}
/* line 103, ../sass/layout/_event.scss */
.event_datetime > .left {
  text-align: center;
  border-right: 2px solid #005194;
  width: 48.57143%;
  float: left;
  margin-right: 2.85714%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 109, ../sass/layout/_event.scss */
.event_datetime > .right {
  text-align: center;
  width: 48.57143%;
  float: right;
  margin-right: 0;
}
/* line 113, ../sass/layout/_event.scss */
.event_datetime .value {
  font-size: 18px;
  font-size: 1.125rem;
}

/* line 119, ../sass/layout/_event.scss */
.event_location {
  text-align: center;
}
/* line 121, ../sass/layout/_event.scss */
.event_location #view_event_location {
  color: #005194;
  cursor: pointer;
}
/* line 125, ../sass/layout/_event.scss */
.event_location .value {
  font-size: 21px;
}

/* line 130, ../sass/layout/_event.scss */
.btn_report {
  margin: 20px auto;
  width: 240px;
}
/* line 133, ../sass/layout/_event.scss */
.btn_report i {
  margin-right: 3px;
  font-size: 18px;
  font-size: 1.125rem;
}
/* line 137, ../sass/layout/_event.scss */
.btn_report i, .btn_report span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

@media (min-width: 540px) {
  /* line 143, ../sass/layout/_event.scss */
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }

  /* line 147, ../sass/layout/_event.scss */
  .event_datetime .value {
    font-size: 21px;
    font-size: 1.3125rem;
  }

  /* line 152, ../sass/layout/_event.scss */
  .event_intro > div {
    margin: 0 auto;
    max-width: 90%;
  }

  /* line 159, ../sass/layout/_event.scss */
  .body_container > .right td, .body_container > .right th {
    display: table-cell;
    padding: 10px 20px;
    border-bottom: 1px solid white;
  }
  /* line 164, ../sass/layout/_event.scss */
  .body_container > .right th {
    width: 140px;
  }
  /* line 167, ../sass/layout/_event.scss */
  .body_container > .right td {
    width: auto;
  }
}
@media (min-width: 768px) {
  /* line 175, ../sass/layout/_event.scss */
  .body_container > .left {
    width: 40%;
    float: left;
    margin-right: 2.85714%;
  }
  /* line 178, ../sass/layout/_event.scss */
  .body_container > .right {
    width: 57.14286%;
    float: right;
    margin-right: 0;
  }

  /* line 183, ../sass/layout/_event.scss */
  .event_datetime .value {
    font-size: 20px;
    font-size: 1.25rem;
  }

  /* line 188, ../sass/layout/_event.scss */
  .event_intro > div {
    max-width: 100%;
  }
}
@media (min-width: 1000px) {
  /* line 195, ../sass/layout/_event.scss */
  .event_datetime .value {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
/* line 201, ../sass/layout/_event.scss */
.event_intro .event_eyecatch {
  margin-top: 20px;
  width: 425px;
  max-width: 100%;
  height: auto;
}

/* line 208, ../sass/layout/_event.scss */
img.profile_img {
  vertical-align: middle;
  width: 60px;
  height: 60px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  overflow: hidden;
  background-color: #ccc;
}
/* line 25, ../sass/base/_mixin.scss */
img.profile_img > img {
  width: 100%;
}
