@charset "UTF-8";

.c-top_wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  margin-bottom: 31px;
  padding: 30px 0;
}
.hline01 {
  border-bottom: 2px solid #ff0000;
  padding-bottom: 20px;
  text-align: center;
}
.hline01 i {
  color: #ff0014;
  font-size: 50px;
}
.hline01 h1 {
  font-size: 26px;
  font-weight: bold;
  display: block;
  margin-top: 5px;
}
.hline02 {
  background-color: #ff0014;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 4px 20px;
  text-align: left;
}
.c-top_area {
  padding: 30px 30px 0;
}
.event_info {
  margin: 35px auto 0 auto;
  width: 700px;
}
.event_info_in {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  border: solid 2px #ff0214;
  border-radius: 5px;
}
.event_info dt {
  color: #ff0214;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.event_info dd {
  font-size: 18px;
  font-weight: bold;
}
.c-top_area h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.c-top_area ul {
  display: flex;
  justify-content: space-between;
}
.c-top_area ul li {
  width: 195px;
}
.c-top_area ul li a {
  border: 1px solid #ff0000;
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  display: block;
  padding: 8px 10px;
  text-align: center;
}
.c-top_area ul li.active a, .c-top_area ul li a:hover {
  background-color: #ff0000;
  color: #ffffff;
}

.event-art {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  margin-bottom: 21px;
}
.event-art_head {
  background-color: #ff0014;
  color: #ffffff;
  display: flex;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 20px 8px;
}
.is-list .event-art_head,
.event-art_head.event-detail_head {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  padding: 10px 10px 10px 20px;
}

.event-art_head .event-art_info {
  margin-left: 20px;
}
.event-art_head .event-art_info span{
  display: inline-block;
  background-color: #ffffff;
  color: #ff0014;
  font-size: 12px;
  font-weight: bold;
  min-width: 50px;
  margin-right: 12px;
  line-height: 1;
  padding: 4px 10px;
  text-align: center;
}
.is-list .event-art_head .event-art_info span,
.event-art_head.event-detail_head .event-art_info span {
  margin-right: 0;
  margin-left: 10px;
}
.event-art_feature {
  /*
  margin: 0 0 20px 0;
  */
  order: 1;
}
.event-art_feature span {
  color: #ff0014;
  border: 1px solid #ff0014;
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 4px 10px;
  text-align: center;
  margin-right: 12px;
}
.event-art_body {
  padding: 23px 30px 30px;
  text-align: left;
}
.is-list .event-art_body {
    padding-bottom: 10px;
}
.event-art_body:nth-child(n+3) {
    display: none;
}
.event-art_body h2, .event-art_body h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.event-art_content {
    display: flex;
    font-weight: bold;
    line-height: 1.4;
}
.event-art_content .event-art_img {
    margin-right: 22px;
    flex-shrink: 0;
}
.event-art_content .event-art_img img {
    border: 1px solid #cccccc;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.tbl-event {
  font-weight: bold;
  margin: 20px 0 14px;
  text-align: center;
  width: 100%;
}
.tbl-event-sp {
    display: none;
}
.tbl-event td {
  border: 1px solid #b3b3b3;
  border-top: none;
  font-size: 16px;
  padding: 6px 20px;
}
.tbl-event td.area {
    /*
    background: #f3f3f3;
    */
    color: #ff0014;
}
.tbl-event td .c-btn {
    margin-top: 9px;
    margin-bottom: 14px;
}
.tbl-event th {
  background-color: #000000;
  border: 1px solid #000000;
    border-right-color: #ffffff;
  border-bottom: none;
  border-top: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 20px 4px;
  text-align: center;
}
.tbl-event th:last-child {
    border-right-color: #000000;
}
.tbl-event td:nth-child(1) {
  width: 190px;
}
.tbl-event td:nth-child(2) {
  color: #4f4f4f;
  width: 330px;
}
.tbl-event td .date {
  color: #000000;
  font-size: 1.5em;
}
.tbl-event td.tbl-event-btn {
    padding-top: 20px;
    padding-bottom: 0;
    border: 0;
}

.pagination {
  margin-top: 80px;
}
.pagination ul {
  display: flex;
  justify-content: center;
}
.pagination ul li a{
  color: #ff0000;
  font-size: 14px;
  font-weight: bold;
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li a.current {
  background-color: #ff0000;
  color: #ffffff;
}

.event-detail_wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  margin: 17px 0 28px;
  padding: 30px 30px 30px;
  text-align: left;
}
.event-detail_wrap h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 18px;
}
.event-detail_wrap .event-detail_content {
  display: flex;
}
.event-detail_wrap .event-detail_img {
  margin-right: 27px;
  width: 286px;
}
.event-detail_wrap .event-detail_img img {
  width: 100%;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #cccccc;
}
.event-detail_wrap .event-detail_txt {
  font-size: 12px;
  padding-top: 20px;
  text-align: left;
}
.event-detail_wrap .event-detail_txt a {
  text-decoration: underline;
}
@media screen and (min-width: 896px) {
.event-detail_wrap .event-detail_txt a:hover {
  text-decoration: none;
}
}
.event-detail-btn {
    width: 220px;
    margin: 20px auto 0 auto;
}
.event-detail-btn .c-btn.c-btn-secondary {
    margin-bottom: 0;
}
.event-detail_info {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(141,  140, 135, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  padding: 0;
  position: relative;
  z-index: 10;
    margin-bottom: 30px;
}
.event-detail_info.is-ver2 {
  border: 1px solid #ff0014;
}
.event-detail_info:before {
  content: "";
  background-color: #f6f6f6;
  position: absolute;
  left: 2px;
  top: 2px;
  bottom: 2px;
  width: 80px;
  z-index: -1;
}
.event-detail_info table {
  width: 100%;
}
.event-detail_info table tr:not(:last-child) th, .event-detail_info table tr:not(:last-child) td {
  border-bottom: 1px solid #d2d2d3;
}
.event-detail_info table th{
  color: #ff0014;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 30px 10px;
  width: 72px;
}
.event-detail_info table th i {
  font-size: 16px;
}
.event-detail_info table th span {
  display: block;
}
.event-detail_info table td {
  font-size: 12px;
  font-weight: bold;
  padding: 30px 25px;
  text-align: left;
}
.event-detail_info table tr:first-child td {
  font-size: 16px;
}

.event-detail_btn .c-btn {
    margin-bottom: 30px;
}

.event-detail_map .map {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(141,  140, 135, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  padding: 2px;
  height: 300px;
}
.event-detail_map .map iframe{
  height: 100%;
  width: 100%;
}

.form-wrap {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(141,  140, 135, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
  border-top: 4px solid #ff0000;
  margin-top: 56px;
  padding: 60px 0 40px;
}
.form-wrap h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 44px;
}
.form-wrap_bottom {
  border-top: 1px solid #d2d2d3;
  padding-top: 30px;
}
.form-wrap_bottom.is-sect {
  border-top: 0;
}
.form-wrap_bottom .c-btn-tertiary {
    margin: 0;
    /*
    height: 50px;
    */
    max-width: 300px;
    width: 100%;
}
.form-wrap_bottom .c-btn-tertiary.is-ver2 {
    max-width: 240px;
}
.form-wrap dl {
  display: flex;
  justify-content: center;
  color: #ff0014;
  font-size: 12px;
  margin-bottom: 36px;
}
.form-wrap dl dt {
  font-weight: bold;
  margin-right: 20px;
}
.form-wrap .message-txt {
  color: #4f4f4f;
  font-size: 12px;
  margin-bottom: 38px;
  text-align: center;
  line-height: 2.2;
}
.tbl-form {
  margin: 0 auto 20px auto;
  max-width: 756px;
  width: 100%;
    table-layout: fixed;
}
.tbl-form tr.is-mix {
  background: #f3f3f3;
}
.tbl-form th, .tbl-form td {
  padding: 15px 0;
  font-size: 12px;
}
.tbl-form th {
  font-weight: bold;
  position: relative;
  width: 215px;
}
.tbl-form tr.is-mix th {
  padding: 15px 15px;
}
.tbl-form th span {
  position: absolute;
}
.tbl-form td {
  padding-left: 35px;
  text-align: left;
}
.tbl-form tr.is-mix td {
  padding: 15px 15px 15px 35px;
}
.tbl-form .form-control {
  border: 1px solid #d2d2d3;
  height: 40px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 19px;
  width: 100%;
}
.tbl-form .form-control-textarea {
  border: 1px solid #d2d2d3;
  height: 100px;
  font-size: 12px;
  font-weight: bold;
  padding: 5px 19px;
  width: 100%;
}
.tbl-form select.form-control {
    background-color: #ffffff;
  max-width: 300px;
    color: #000;
    -moz-appearance:none;
    -webkit-appearance:none;
    appearance:none;
    background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 99%;
    padding: 0px;
    text-indent:19px;
}


.tbl-form .form-control::-webkit-input-placeholder {
  color: #c0c0c0;
}
.tbl-form .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #c0c0c0;
}
.tbl-form .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #c0c0c0;
}
.tbl-form .form-control:-moz-placeholder { /* Firefox 18- */
  color: #c0c0c0;
}
.form-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tbl-form tr.is-mix .form-group {
  margin: 0 0 20px 0;
}
.tbl-form tr.is-mix .form-group:last-child {
  margin: 0 0 0 0;
}
.form-group.col2 .form-control{
  width: 240px;
}
.form-group.col3 .form-control{
  width: 140px;
}
.form-group .line {
  background-color: #d2d2d3;
  height: 1px;
  margin: 0 5px;
  width: 12px;
}
.tbl-form td ul {
    overflow: hidden;
}
.tbl-form td ul li {
  margin: 20px 0 0 0;
  /*margin-bottom: 20px;*/
  /*float :left;*/
}
.tbl-form td ul li:nth-child(1) ,
.tbl-form td ul li:nth-child(2) {
  margin: 0 0 0 0;
}
.tbl-form td ul li:nth-child(2n) {
  width: 53%;
  /*float: right;*/
}
.tbl-form td ul li:nth-child(2n+1) {
  width: 47%;
}

.tbl-form td ul li.is-lng:nth-child(2n),
.tbl-form td ul li.is-lng:nth-child(2n+1) {
  width: 100%;
}

.tbl-form td ul li.is-lst {
  width: 47%;
  margin: 10px 0 0 0;
}
.tbl-form td ul li.is-lst:nth-child(3n) {
  width: 53%;
  /*float: right;*/
}

.tbl-form td ul li .custom-checkbox {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.tbl-form td ul li .custom-checkbox span {
    margin-right: 0;
}
.tbl-form td ul li:nth-child(2n) .custom-checkbox-txt {
    width: calc(100% - 30px);
}
.tbl-form td ul li:nth-child(2n+1) .custom-checkbox-txt {
    width: calc(100% - 30px);
}

#event .side-wrap-icon .btn-side .c-btn {
    width: 100%;
}
#event .side-wrap-icon .icon-side i {
    font-size: 20px;
    color: #ff0000;
}

#event .c-bread_wrap li a {
    color: #ff0000;
}

#event .tbl-form th span {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 7px;
    font-size: 10px;
    background-color: #ff0014;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#event .tbl-form td .event-2col_pt {
    padding: 8px 8px 0 8px;
}

#event .tbl-form td ul.event-2col {
/*
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: block;
*/
    display: -webkit-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit--flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.formPrivacy_wrap {
  width: 550px;
  margin: 0 auto 30px auto;
}
.formPrivacy_wrap h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 25px;
}
.formPrivacy_in {
  border: 1px solid #d2d2d3;
  padding: 10px;
  height: 200px;
  overflow-y: scroll;
  margin: 0 0 30px 0;
}
.formPrivacy-txt {
  font-size: 12px;
  line-height: 1.6;
}
.formPrivacy_in .formPrivacy-txt {
  text-align: left;
}
.formPrivacy-txt span {
  font-weight: bold;
}
.formPrivacy-txt a {
  text-decoration: underline;
}
.formPrivacy-txt a:hover {
  text-decoration: none;
}
.fb-checkbox .custom-checkbox {
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 12px;
}
.fb-checkbox {
  margin-bottom: 30px;
}
.endDay_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.endDay_in {
  order: 2;
  display: flex;
  align-items: center;
  color: #ff0014;
  font-size: 14px;
  text-align: right;
}
.endDay_in dt {
  font-weight: bold;
  margin-right: 20px;
}
.endDay_in dd {
  font-size: 16px;
}
.formBtn_wrap {
  width: 470px;
  margin: 0 auto;
}
.formBtn_wrap .ac_btn_wrap {
  float: right;
}
.formBtn_wrap .ac_btn_wrap:last-child {
  float: left;
}
.event-ltsubtl {
  font-weight: bold;
  margin: 0 0 8px 0;
}
.event-attenttext p {
  text-align: left;
  text-indent: -1em;
  font-size: 13px;
  margin: 0 0 10px 1em;
}
.event-attenttext p.is-rd {
  color: #ff0000;
}
.formBtmInp_wrap {
    margin: 0 auto 40px auto;
    padding: 10px 0 40px 0;
    border-bottom: 1px solid #d2d2d3;
    width: 550px;
}
.formBtmInp-ttl {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    position: relative;
    z-index: 0;
    margin: 0 0 30px 0;
}
.formBtmInp-ttl:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 2px;
    background: #ff0014;
    margin: -1px 0 0 0;
}
.formBtmInp-ttl .is-bg {
    background: #ffffff;
    display: inline-block;
    padding: 0 10px;
}
.formBtmInp-ttl .is-chk {
    background-color: #ffffff;
    border: 1px solid #b3b3b3;
    height: 18px;
    width: 18px;
    margin: -2px 4px 0 4px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.formBtmInp-ttl .is-chk:after {
    content: "";
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    height: 3px;
    width: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 3px;
    top: 4px;
}
.formBtmInp_wrap ul li {
    margin: 0 0 20px 0;
    /*
    padding: 0 0 0 55px;
    */
    position: relative;
    font-size: 12px;
    text-align: left;
}
.formBtmInp_wrap ul li:last-child {
    margin: 0 0 0 0;
}
.formBtmInp_wrap ul li .is-his {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 7px;
    font-size: 10px;
    background-color: #ff0014;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 9;
    font-weight: bold;
}
.formBtmInp_wrap ul li .is-nini {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 7px;
    font-size: 10px;
    background-color: #00ad4d;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    top: 2px;
    left: 0;
    z-index: 9;
    font-weight: bold;
}
.formBtmInp_wrap ul li .custom-checkbox {
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.formBtmInp_wrap ul li .custom-checkbox span {
    margin-right: 0;
}
.formBtmInp_wrap ul li .custom-checkbox-txt {
    width: calc(100% - 30px);
    line-height: 1.8;
}
.event-ex-txt {
    border: 1px solid #ff0000;
    padding: 10px 0;
    text-align: center;
    color: #ff0000;
    margin: 0 0 20px 0;
    font-weight: bold;
}
@media screen and (max-width: 896px) {
    /*
    #event .c-bread_wrap {
        display: none;
    }
    */
    #event.search .c-bread_wrap .is-list ul {
        padding-bottom: 0;
    }

    .c-top_wrap {
        background-color: #f5f3e9;
        box-shadow: none;
        padding: 0;
        margin-bottom: 15px;
    }
    .hline01 {
        border-bottom: none;
        padding: 16px 0 15px;
    }
    .hline01 i {
        font-size: 36px;
    }
    .hline01 span {
        font-size: 18px;
    }
    .c-top_area h3 {
        font-size: 14px;
    }
    .c-top_area ul li a {
            font-size: 16px;
    }
    .c-top_area {
        background-color: #ffffff;
        -webkit-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
        -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
        box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
        padding: 15px 15px 5px;
    }
    .event_info {
      width: 100%;
      margin: 0 0 30px;
      padding: 0 20px;
      box-sizing: border-box;
    }
    .event_info dt {
      font-size: 18px;
    }
    .event_info dd {
      font-size: 15px;
      text-align: left;
    }
    .c-top_area ul {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 -7px;
    }
    .c-top_area ul li {
        margin-bottom: 10px;
        padding: 0 5px;
        width: 50%;
    }
    .event-art {
        margin-bottom: 0;
    }
    /*
    .event-art .event-art_head .event-art_info, .tbl-event,
    .event-art_txt {
        display: none;
    }
    */
    .tbl-event {
        display: none;
    }
    .is-list .event-art_head p span {
         margin: 0;
         line-height: 1;
    }
    .event-art_feature {
    /*
         margin: 0 0 10px 0;
    */
        order: 2;
    }
    .is-list .event-art_body h2 {
        font-size: 18px;
        line-height: 1.4;
        margin: 0 0 10px 0;
    }
    .is-list .event-art_txt {
        font-size: 14px;
    }
    .tbl-event-sp {
        display: block;
        font-size: 15px;
        width: 100%;
    }
    .tbl-event-sp table {
        border-right: 1px solid #d2d2d3;
        border-bottom: 1px solid #d2d2d3;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .tbl-event-sp th {
        width: 90px;
        background: #f3f3f3;
        color: #ff0014;
        vertical-align: middle;
        text-align: center;
        border-left: 1px solid #d2d2d3;
        border-top: 1px solid #d2d2d3;
        font-weight: bold;
    }
    .tbl-event-sp td {
        border-left: 1px solid #d2d2d3;
        border-top: 1px solid #d2d2d3;
        padding: 10px 5px 10px 15px;
    }
    .tbl-event-sp td .date {
        font-size: 18px;
    }
    .event-art_body.event-art_body-big {
        display: flex;
        -webkit-flex-flow: column;
        flex-flow: column;
        text-align: center;
        padding: 18px 15px 22px;
    }
    .is-list .event-art_body.event-art_body-big {
        text-align: left;
        padding-bottom: 0;
    }
    .event-art_body.event-art_body-big .big-img {
        order: -1;
        margin-bottom: 14px;
    }
    .event-art_body.event-art_body-big .event-art_info {
        -webkit-justify-content: center;
        justify-content: center;
    }
    .event-art_body:nth-child(n+3) {
        display: block;
        padding: 17px 25px 22px;
    }
    .event-art_body {
        border-bottom: 1px solid #e1dfd5;
        font-weight: bold;
        font-size: 18px;
        padding: 15px 30px 22px;
    }
    .event-art_body:last-child {
        border-top: 2px solid #e5e3d9;
        border-bottom: 3px solid #efede3;
    }
    .event-art_body h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .event-art_info {
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        /*margin-bottom: 7px;*/
    }
    .event-art_info span {
        display: inline-block;
        border: 1px solid #ff0014;
        background-color: #ffffff;
        color: #ff0014;
        font-size: 12px;
        font-weight: bold;
        min-width: 35px;
        margin-right: 10px;
        line-height: 1;
        margin-bottom: 8px;
        padding: 4px 5px 3px;
        text-align: center;
    }
    .event-art_info span:last-child {
        margin-right: 0;
    }
    .event-art_info span.address {
        background-color: #ff0014;
        color: #ffffff;
        font-size: 15px;
        min-width: 58px;
    }
    .is-list .event-art_content {
        margin: 0 0 10px 0;
    }
    .event-art_content .event-art_img {
        margin-right: 18px;
        max-width: 200px;
        width: 30%;
    }
    .event-art_content .event-art_img img {
        width: 100%;
    }

    .aside__sp {
        margin-top: 46px;
    }
    .aside__sp.is-ver2 {
        margin-top: 20px;
    }
    .aside__sp.is-ver3 {
        margin-top: 35px;
    }
    .aside__sp .side-wrap-icon {
        margin: 0;
    }
    .aside__sp.is-ver3 .side-wrap-icon {
        padding: 20px 20px 20px;
    }
    .aside__sp.is-ver2 .side-wrap-icon {
        margin: 0 15px 20px;
    }
    .aside__sp.is-ver2 .side-wrap-icon:last-child {
        margin: 0 15px 20px;
    }
    .pagination {
        margin-top: 18px;
    }
    .form-wrap {
        border: none;
        margin: 15px auto 0;
        padding: 18px 15px 15px;
        width: calc(100% - 30px);
    }
    .form-wrap h3 {
        border-bottom: 2px solid #ff0014;
        margin-bottom: 14px;
        padding-bottom: 17px;
    }
    .form-wrap .message-txt {
        color: #000000;
        font-size: 14px;
        text-align: left;
    }
    .tbl-form {
      margin: 0;
    }
    .tbl-form tr.is-mix {
        margin-bottom: 19px;
        display: inline-block;
    }
    .tbl-form th, .tbl-form td {
        float: left;
        font-size: 14px;
        padding: 0;
        width: 100%;
    }
    .tbl-form th {
        margin-bottom: 10px;
    }
    .tbl-form tr.is-mix th {
        padding: 15px 10px 0 10px;
    }
    .tbl-form td {
        margin-bottom: 19px;
    }
    .tbl-form tr.is-mix td {
        padding: 0 10px 15px 10px;
        margin-bottom: 0;
    }
    .tbl-form .form-control {
        padding: 5px 14px;
    }
    .tbl-form tr.is-mix .form-group {
        margin: 0 0 15px 0;
    }
    .form-group.col2 .form-control {
        width: 48%;
    }
    .form-group.col2.is-ver2 .form-control {
        width: 100%;
    }
    .form-group.col3 .form-control {
        width: 28.57%;
    }
    .form-group .line {
        background-color: #000000;
        width: 10px;
    }
    .tbl-form td ul li:nth-child(2n) ,
    .tbl-form td ul li:nth-child(2n+1) {
        width: 100%;
    }
    .tbl-form td ul li.is-lst {
      width: 100%;
      margin: 10px 0 0 0;
    }
    .tbl-form td ul li.is-lst:nth-child(3n) {
        width: 100%;
    }
    .tbl-form td ul li:nth-child(2n) .custom-checkbox-txt {
        width: calc(100% - 28px);
    }
    .tbl-form td ul li:nth-child(2n+1) .custom-checkbox-txt {
        width: calc(100% - 28px);
    }
    .tbl-form select.form-control {
        max-width: 100%;
        text-indent:10px;
    }
    .tbl-form td ul li {
        margin-top: 10px;
    }
    .tbl-form td ul li:nth-child(2) {
        margin-top: 10px;
    }
    /*
    .tbl-form td ul li:last-child {
        margin-bottom: 0;
    }
    */
    .event-detail_info {
        padding: 0;
    }
    .event-detail_info:before {
        display: none;
    }
    .event-detail_info table th {
        font-size: 12px;
        padding: 13px 12px 13px 15px;
        padding-bottom: 13px;
        width: 75px;
    }
    .event-detail_info table th i {
        font-size: 24px;
    }
    .event-detail_info table tr:first-child td {
        font-size: 16px;
    }
    .event-detail_info table td {
        font-size: 14px;
        padding: 13px 15px 13px 0;
    }
    .event-detail_wrap {
        margin: 0;
        padding: 15px;
    }
    .event-detail_head .event-art_info {
        margin: 0 0 0 13px;;
    }
    .event-detail_head .event-art_info span:not(.address) {
        display: none;
    }
    .event-detail_head .event-art_info span.address {
        background-color: #ffffff;
        color: #ff0014;
        font-size: 13px;
        margin-bottom: 0;
    }
    .event-detail_wrap {
        border-bottom: 1px solid #d2d2d3;
    }
    .event-detail_wrap h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .event-detail_wrap .event-detail_content {
        flex-flow: column;
    }
    .event-detail_wrap .event-detail_txt {
        font-size: 14px;
        order: -2;
        margin-bottom: 14px;
        padding: 0;
    }
    .event-detail-btn {
        width: auto;
        margin: 20px 0 20px 0;
    }
    .event-detail_wrap .event-detail_img {
        margin: 0;
        width: 100%;
    }
    .form-wrap_bottom {
        border-top: none;
    }
    .form-wrap_bottom .c-btn-tertiary {
        font-size: 14px;
        min-width: 0;
        max-width: 300px;
    }
    .form-wrap dl {
        display: block;
        font-size: 14px;
    }
    .form-wrap dl dt {
        margin-right: 0;
        margin-bottom: 6px;
    }

    #event .side-wrap-icon .btn-side_flex {
        flex-wrap: wrap;
    }
    #event .side-wrap-icon .btn-side .c-btn {
        width: 49%;
        font-size: 12px;
        margin: 10px 0 0 0 !important;
    }
    #event .side-wrap-icon .btn-side .c-btn:nth-child(1) ,
    #event .side-wrap-icon .btn-side .c-btn:nth-child(2) {
        margin: 0 0 0 0 !important;
    }

    #event .tbl-form th span {
        position: static;
        transform: none;
        margin-left: 10px;
    }
    #event .form-wrap .message-txt {
        margin-bottom: 15px;
    }

    #event .event-detail_info table tr:first-child td,
    #event .event-detail_info table tr:first-child th {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #event .form-wrap h3 {
        margin-right: -15px;
        margin-left: -15px;
    }

    #event .tbl-form td ul.event-2col {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    #event .form-wrap_bottom .c-btn.c-btn-tertiary {
        max-width: 100%;
    }
    /*eventList_wrap*/
    .eventList_in {
        margin: 0 0 8px 0;
    }
    .eventList_in:last-child {
        margin: 0 0 0 0;
    }
    .eventList_ttl {
        background: #ff0014;
        padding: 10px 10px 10px 15px;
    }
    .eventList-ttl {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-align: left;
    }
    .eventListSp_wrap {
        background: #ffffff;
        -webkit-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
        -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
        box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
        border-bottom: 1px solid #dfddd3;
    }
    .eventListSp_wrap:last-child {
        -webkit-box-shadow: 0;
        -ms-box-shadow: 0;
        box-shadow: 0;
        border-bottom: 0;
    }
    .eventListSp_wrap a {
        display: block;
        padding: 15px 0 0 0;
        text-decoration: none;
    }
    .eventListSp-img {
        padding: 0 15px 15px 15px;
    }
    .eventListSp-img img {
        width: 100%;
        max-width: 345px;
        text-align: center;
    }
    .eventListSp_in {
        padding: 0 15px 15px 15px;
        background: url(../images/common/arrow.png) no-repeat right 15px center;
    }
    .eventListSp-ttl {
        text-align: center;
        font-weight: bold;
        font-size: 18px;
        margin: 0 0 8px 0;
    }
    .eventList_wrap.is-all .eventListSp-ttl {
        font-size: 18px;
    }
    .eventListSp-ttl:last-child {
        margin: 0 0 0 0;
    }
    .eventListSp_label {
        margin: 0 0 15px 0;
        text-align: center;
        letter-spacing: -.40em;
    }
    .eventListSp-area {
        display: inline-block;
        letter-spacing: 0.1em;
        vertical-align: middle;
        text-align: center;
        background: #ff0000;
        padding: 5px 0;
        width: 58px;
        line-height: 1;
        color: #ffffff;
        font-weight: bold;
        font-size: 15px;
    }
    .eventListSp_label ul {
        display: inline-block;
        letter-spacing: -.40em;
        vertical-align: middle;
        margin: 0 0 0 15px;
    }
    .eventListSp_label ul:first-child {
        margin: 0 0 0 0;
    }
    .eventListSp_label ul li {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: middle;
        margin: 0 10px 0 0;
        text-align: center;
        padding: 3px 5px;
        line-height: 1;
        color: #ff0000;
        font-weight: bold;
        font-size: 12px;
        border: 1px solid #ff0000;
    }
    .eventListSp_label ul li:last-child {
        margin: 0 0 0 0;
    }
    .eventListSp-days {
        font-size: 16px;
        line-height: 1.3;
        font-weight: bold;
    }
    .eventListSp-days span {
        font-size: 26px;
    }
    .eventList_wrap.is-all .eventListSp-days span {
        font-size: 18px;
    }
    .eventListSp-name {
        font-size: 20px;
        line-height: 1.3;
        font-weight: bold;
    }
    .eventListDet_wrap {
        background: #ffffff;
        -webkit-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
        -ms-box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
        box-shadow: 0 0 10px 0 rgba(141, 140, 135, 0.1);
        border-bottom: 1px solid #dfddd3;
    }
    .eventListDet_wrap:last-child {
        -webkit-box-shadow: 0;
        -ms-box-shadow: 0;
        box-shadow: 0;
        border-bottom: 0;
    }
    .eventListDet_wrap a {
        display: block;
        padding: 15px 15px 15px 15px;
        text-decoration: none;
        background: url(../images/common/arrow.png) no-repeat right 15px center;
    }
    .eventListDet-ttl {
        text-align: left;
        font-weight: bold;
        font-size: 18px;
        margin: 0 0 10px 0;
        line-height: 1.4;
    }
    .eventListDet-ttl:last-child {
        margin: 0 0 0 0;
    }
    .eventListDet_ct {
        display: table;
        width: 100%;
    }
    .eventListDet-img {
        display: table-cell;
        vertical-align: top;
        text-align: center;
        width: 100px;
        padding: 0 10px 0 0;
    }
    .eventListDet-img img {
        max-width: 100px;
        max-height: 200px;
        text-align: center;
        border: 1px solid #cccccc;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .eventListDet_label {
        display: table-cell;
        vertical-align: top;
        text-align: center;
    }
    .eventListDet-area {
        text-align: center;
        background: #ff0000;
        padding: 5px 0;
        width: 58px;
        line-height: 1;
        color: #ffffff;
        font-weight: bold;
        font-size: 15px;
        margin: 0 0 10px 0;
    }
    .eventListDet_label ul {
        letter-spacing: -.40em;
        margin: 0 0 10px 0;
        text-align: left;
    }
    .eventListDet_label ul:last-child {
        margin: 0 0 0 0;
    }
    .eventListDet_label ul li {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: middle;
        margin: 0 10px 0 0;
        text-align: center;
        padding: 3px 5px;
        line-height: 1;
        color: #ff0000;
        font-weight: bold;
        font-size: 12px;
        border: 1px solid #ff0000;
    }
    .eventListDet_label ul li:last-child {
        margin: 0 0 0 0;
    }
    .eventListDet-days {
        font-size: 16px;
        line-height: 1.3;
        font-weight: bold;
        text-align: left;
        margin: 0 0 3px 0;
        font-feature-settings: "palt";
    }
    .eventListDet-days span {
        font-size: 21px;
    }
    .eventList_wrap.is-all .eventListDet-days span {
        font-size: 18px;
    }
    .eventListDet-name {
        font-size: 20px;
        line-height: 1.3;
        font-weight: bold;
        text-align: left;
    }
    .eventListDet-txt {
        font-size: 18px;
        line-height: 1.3;
        font-weight: bold;
        text-align: left;
    }
    .formPrivacy_wrap {
      width: auto;
      margin: 0 0 30px 0;
    }
  .formPrivacy_in {
    height: 150px;
    margin: 0 0 20px 0;
  }
  .formPrivacy-txt {
    font-size: 12px;
    text-align: left;
  }
  .formPrivacy-txt a:hover {
    text-decoration: underline;
  }
  .formPrivacy_wrap h3 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 25px;
  }
  .endDay_wrap {
    display: block;
    margin-bottom: 10px;
  }
  .endDay_in {
    order: 1;
    display: block;
    color: #ff0014;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
  }
  .endDay_in dt {
    font-weight: bold;
    margin-right: 0;
  }
  .endDay_in dd {
    font-size: 13px;
  }
  .formBtn_wrap {
    width: auto;
  }
  .formBtn_wrap .ac_btn_wrap {
    float: none;
  }
  .formBtn_wrap .ac_btn_wrap:last-child {
    float: none;
    margin: 15px 0 0 0;
  }

  #event .tbl-form td .event-2col_pt {
      padding: 8px 8px 8px 8px;
  }
  .event-2col-textarea {
      padding: 8px 0 0 0;
  }
  .formBtmInp_wrap {
      margin: 0 0 30px 0;
      padding: 0 0 30px 0;
      width: auto;
  }
  .formBtmInp-ttl {
      font-size: 13px;
      text-align: left;
      margin: 0 0 20px 0;
      border: 1px solid #ff0014;
      padding: 10px;
      line-height: 1.8;
  }
  .formBtmInp-ttl:before {
      display: none;
  }
  .formBtmInp-ttl .is-bg {
      background: #ffffff;
      display: inline-block;
      padding: 0 0;
  }
  .formBtmInp_wrap ul li {
      margin: 0 0 20px 0;
      /*
      padding: 0 0 0 55px;
      */
      position: relative;
      font-size: 12px;
      text-align: left;
  }
  .formBtmInp_wrap ul li:last-child {
      margin: 0 0 0 0;
  }
  .formBtmInp_wrap ul li .is-his {
      display: inline-block;
      padding: 2px 8px;
      border-radius: 7px;
      font-size: 10px;
      background-color: #ff0014;
      line-height: 1;
      color: #ffffff;
      position: absolute;
      top: 2px;
      left: 0;
      z-index: 9;
      font-weight: bold;
  }
  .formBtmInp_wrap ul li .is-nini {
      display: inline-block;
      padding: 2px 8px;
      border-radius: 7px;
      font-size: 10px;
      background-color: #00ad4d;
      line-height: 1;
      color: #ffffff;
      position: absolute;
      top: 2px;
      left: 0;
      z-index: 9;
      font-weight: bold;
  }
  .formBtmInp_wrap ul li .custom-checkbox {
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between;
  }
  .formBtmInp_wrap ul li .custom-checkbox span {
      margin-right: 0;
  }
  .formBtmInp_wrap ul li .custom-checkbox-txt {
      width: calc(100% - 30px);
  }
    .event-ex-txt {
        padding: 5px 0;
        margin: 0 0 20px 0;
        font-size: 14px;
    }
}

@media screen and (max-width: 374px) {
    .event-art_content .event-art_img {
        width: 45%;
    }
    .event-art_content ._time {
        display: block;
    }
    .eventListDet-days {
        font-size: 14px;
    }
    .eventListDet-days span {
        font-size: 22px;
    }
    .eventListDet-name {
        font-size: 16px;
    }
    .eventListDet-txt {
        font-size: 16px;
    }
    .eventList_wrap.is-all .eventListDet-txt {
        font-size: 16px;
    }

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .event-art_head {
        padding: 13px 20px 10px;
    }
    .event-art_head .event-art_info span {
        padding: 6px 10px 2px;
        display: inline-block;
    }
    .c-top_area ul li a {
        padding: 10px 10px 4px;
    }
}
