  .col_detail{
/*    display: none;*/
  }
  .wrap_selectBox {
    width: 50%;
    margin: 0 auto;
}
.title_selectBox {
    text-align: left;
    padding-bottom: .5em;
}
form{
	margin-bottom:0;
}
  .selectBox {
  max-width: 720px;
    width: 100%;
    border: 0;
    vertical-align: middle;
    position: relative;
    text-align: left;
    margin-bottom: 80px;
}
.selectBox:before,.selectBox:after{
	content:none;
}
.selectBox select {
	position: relative;
    z-index: 10;
    padding: .5em 2.5em .5em .5em;
    border: 1px solid #eee;
    font-size: 15px;
}

.event_type_name {
    background-image: url(../_image/newsH4BG.png);
    background-position: center bottom;
    color: #fff;
    text-align: left;
    padding: .5em 1em;
    font-weight: bold;
}
.col_search_item {
    margin: 0 0 2px;
    display: flex;
    align-items: center;
}
.col_search_item.item_date {
    margin: 0 0 60px;
}
.col_search_item .search_title {
    width: 25%;
    padding: 1.3em 0;
    text-align: center;
    background-color: #f2f2f2;
    line-height: 1;
    font-weight:bold;
}
.col_search_item .search_item {
    padding: 0 35px;
    width: 75%;
}
.col_search_item .search_item .box_select {
    position:relative;
}
.box_select:before {
    position: absolute;
    top: 50%;
    right: calc(1em - 3px);
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #FFF;
    pointer-events: none;
    z-index: 1;
    transform:translate(0,-50%);
}
.box_select:after {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    width: 2em;
    content: '';
    border-radius: 2px;
    background: #042c64;
    z-index: 0;
}
.selectBox .col_search_item.item_shop input {
    width: 100%;
    border:1px solid #eee;
    padding: 5px;
}
.col_search_item .search_item input {
    border: 1px solid #eee;
    color: #666;
}
.col_search_date {
    margin-bottom: 20px;
}
.col_search_btn {
    display: flex;
    justify-content: center;
    color:#666;
}
input[type="date"] {
    font-size: 1rem;
    font-weight: normal;
    padding: 2px 1px;
}
.col_search_btn input[type="reset"], .col_search_btn button[type="submit"] {
	width:40%;
    border: 0;
    background-color: #042c64;
    color: #fff;
    padding: 15px 0;
    border-radius: 100px;
    font-size: 18px;
    font-weight: bold;
    margin: 0 10px;
}
.col_search_btn input[type="reset"]{
	border:1px solid #042c64;
	color:#042c64;
	background-color:#fff;
}
.col_search_btn button[type="submit"]{
/*	padding-left:3em;
	padding-right:3em;*/
}

.rule p {
    width: 780px;
    margin: 0 auto 24px;
    text-align: left;
}
.mov {
    width: 780px;
    margin: 0 auto;
}
a b {
    width: 50%;
    display: block;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background: #042c64;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px;
    text-decoration: none;
    padding: 10px 12px 9px;
}
h3 {
    width: 1016px;
    background-image: url("../_image/newsH3BG.png"), url("../_image/newsH3BG_BtmL.svg"), url("../_image/newsH3BG_BtmR.svg");
    background-repeat: no-repeat;
    background-position: center bottom 22px, left bottom, right bottom;
    background-size: 100% auto, 25px 22px, 25px 22px;
    margin: 0 0 0 -25px;
    padding: 4px 0 26px;
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
h3 strong {
    display: block;
    padding: 12px 0 12px;
    font-size: 26px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news h4 {
    width: 794px;
    background: none;
    background-image: url("../_image/newsH4BG.png");
    background-position: center bottom;
    margin: 40px auto 24px;
    padding: 8px 12px 6px;
    border-radius: 12px;
    font-size: 22px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.rule i {
    display: inline-block;
    background: #ededed;
    margin: 12px auto 36px;
    padding: 12px;
    font-style: normal;
}

.searrchList {
  margin: 0 auto 48px;
}

.searrchList dl {
  display: table;
  flex-wrap: wrap;
  width: 794px;
    margin: 0 auto 1px;
    background: #FFF;
}
.searrchList dl dt {
  display: table-cell;
    background:#f2f2f2;
    width: 26%;
    font-size: 16px;
    margin: 0 auto 1px;
    padding: 10px 24px;
    border: none;
    text-align: center;
}
.searrchList dl dd {
  display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 70%;
    margin: 0 auto 1px;
    padding: 10px 12px 10px;
}

.searrchList dl dd a {
   display: inline-block;
   margin: 0;
   padding: 0 1em 0 0;
   color: #134791;
   text-decoration: underline;
}

.searrchList dl dd span {
  display: inline-block;
  margin: 0;
  padding: 0 1em 0 0;
 
}

a.btn_reset{
	display: block;
    width: fit-content;
    margin-left: calc((100% - 720px) / 2);
    border: 1px solid #000;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 30px;
    color: #134791;
}


dl.cnt {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
    margin: 0 auto;
    padding: 0;
    background: #FFF;
}

dl.cnt dt {
    background:none;
    width: 30%;
    font-size: 16px;
    margin: 0 ;
    padding: 6px 12px;
    font-weight: normal;
    border-bottom: 1px solid #eee;
}
dl.cnt dd {
    text-align: left;
    width: 70%;
    margin: 0 ;
    padding:  6px  12px;
    font-weight: normal;
    line-height: 1.8em;
    border-bottom: 1px solid #eee;

}





.more_info {
  display: inline-block;
  background: #fff;
  padding: 1px 12px 1px 24px;
  font-size: 14px;
  margin-left: 10px;
  position: relative;
}
.more_info:before {
    content: "\25BC";
    color: #aaa;
    margin-right: .3em;
    font-size: .7em;
    display: block;
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translate(-50%, -50%);
}
.more_info:hover {
    cursor: pointer;
}







.event_table {
  width: 720px;
  margin: 0 auto 24px;
}
.event_table li {
    border: 1px solid #aaa;
    margin-bottom: 30px;
}
.event_table li .shop,.event_table li .address,.event_table li .tel {
    text-align: left;
}
.event_table li .shop {
    padding: .5em 20px;
    font-size:1.1rem;
    font-weight: bold;
}
.event_table li .shop .shop_name {
    color: #07e;
}
.event_table li .shop .shop_name:hover {
    cursor:pointer;
    text-decoration:underline;
}
.event_table li .shop a {
    display: inline-block;
    margin-left: 1em;
    padding: .2em 1em;
    font-size: .8rem;
    border-radius: 100px;
    background-color: #042c64;
    color: #fff;
}
.event_table li .shop a:hover {
    background-color: #07e;
    color: #fff;
}
.event_table li .address {
    padding: .1em 20px;
}

.event_table li .address a {
    background-color: #042c64;
    padding: 0 1em;
    border-radius: 100px;
    color: #fff;
    margin-left: .6em;
}
.event_table li .address a:hover {
	background-color:#07e;
}
.event_table li .tel {
    padding: .1em 20px .6em;
}
.event_table li .col_outline {
    display: flex;
    background-color: #eee;
    padding: 0.7em 20px;
    align-items: center;
}
.event_table li .col_outline .open_date {
    margin-right: 1em;
    font-weight: bold;
}
.event_table li .col_outline .capacity {
    background-color: #666;
    color: #fff;
    padding: .3em;
    font-size: .8em;
}
.event_table li .col_outline .more_info {
    margin-left: auto;
    border-radius: 100px;
}
.event_table li .col_outline .more_info:hover {
    background-color: #666;
    color: #fff;
}
.event_table li .col_detail {
    display: none;
}
.event_table li .col_detail table {
    width: 100%;
}

.event_table th {
    background-image: url("../_image/newsH4BG.png");
    background-position: center bottom;
    margin: 0;
    padding: 8px 12px 6px;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

.event_table td {
 border: 1px solid #ededed;
  padding: 12px;
}

.event_table td:nth-of-type(1) {
  background:#ddd;
  width: 20%;
  padding: 12px;
  vertical-align: middle;
}
.event_table td:nth-of-type(2) {
  text-align: left;
  padding: 0;
    padding: 12px;

}
.event_table td.day{
  padding: 0;
}

.event_table2 {
  width: 100%;
  margin: 0;
}

.event_table2 td {
  border: none;
  background: #FFF;

}

.event_table2 td:nth-of-type(1) {
  background:#f2f2f2;
  width: 20%;
  border-bottom:  1px solid #fff;
  padding: 12px;
  vertical-align: middle;

}
.event_table2 td:nth-of-type(2) {
  text-align: left;
  padding: 0;
  border-bottom:  1px solid #ededed;
  padding: 12px;

}


.event_table2 tr.none {

}
.event_table2 tr.none:last-child td {
    border: none;
}


.infoTxt {
    width: 920px;
    background: #ededed;
    margin: 0 auto 24px;
    padding: 12px 36px;
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    border-radius: 16px;
  }
  /*引用内見出し*/
  .infoTxt b {
    display: block;
    font-size: 18px;
    text-align: center;
    color: #f04447;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
  }
    /*引用内見出し*/
    .infoTxt em {
        color: #f04447;
       font-style: normal;
      }










/*-------------------------------------------------------SP用ページ用設定*/
@media screen and (max-width: 667px) {

.wrap_selectBox{
	width:80%;
}
  .selectBox {
    width: 100%;
    padding: 5px 15px;
    vertical-align: middle;
    position: relative;
    text-align: left;
}
a.btn_reset {
    margin: 20px auto;
}
  article{
    width: 98%;
    margin: 0 auto;
  }
.rule p {
    width: 96%;
    margin: 0 auto 24px;
    text-align: left;
}
.mov {
    width: 96%;
    margin: 0 auto;
}

h3 {
  width:calc(100% + 20px);
  background-image: url("../_image/newsH3BG.png"), url("../_image/newsH3BG_BtmL.svg"), url("../_image/newsH3BG_BtmR.svg");
  background-repeat: no-repeat;
  background-position: center bottom 9px, left bottom, right bottom;
  background-size: 100% auto, 10px auto, 10px auto;
  margin: 0 0 0 -10px;
  padding: 2px 10px 12px;
  font-size: 18px;
  color: #FFF;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

h3 strong {
  display: block;
  padding: 12px;
  font-size: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.news h4 {
    width: 96%;
    background: none;
    background-image: url("../_image/newsH4BG.png");
    background-position: center bottom;
    margin: 20px auto 12px;
    padding: 8px 12px 6px;
    border-radius: 12px;
    font-size: 18px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
a b {
    width: 80%;
    display: block;
    font-size: 15px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    background: #042c64;
    text-align: center;
    margin: 0 auto;
    border-radius: 0px;
    text-decoration: none;
    padding: 10px 12px 9px;
}

.col_search_btn {
    display: block;
}
.col_search_btn input[type="reset"], .col_search_btn button[type="submit"] {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
}
.searrchList {
  margin: 0 auto 24px;
}
.searrchList dl {
  display: table;
  width: 98%;
    margin: 0 auto 1px;
    background: #FFF;
    height: auto;
    min-height: 1em;
}
.searrchList dl dt {
  display: table-cell;

    background:#f2f2f2;
    width: 30%;
    font-size: 16px;
    margin: 0 0 1px;
    padding: 10px 24px;
    border: none;
    vertical-align: middle;
    text-align: center;

}
.searrchList dl dd {
    display: table-cell;
    width: 70%;
    margin: 0 auto 1px;
    padding: 10px 12px 10px;
    text-align: left;


}

.searrchList dl dd a {
   display: inline-block;
   margin: 0;
   padding: 0 1em 0 0;
   color: #134791;
   text-decoration: underline;
}


.event_table {
  width: 98%;
  margin: 0 auto 12px;
}
.event_table th {
    background-image: url("../_image/newsH4BG.png");
    background-position: center bottom;
    margin: 0;
    padding: 8px 12px 6px;
    font-size: 14px;
    color: #FFF;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}

.event_table td {
 border: 1px solid #ededed;
  padding: 12px;
}

.event_table td:nth-of-type(1) {
  background:#f2f2f2;
  width: 30%;
  padding: 12px;
  vertical-align: middle;

}
.event_table td:nth-of-type(2) {
  text-align: left;
  padding: 0;
    padding: 12px;

}
.event_table td.day{
  padding: 0;
}
.event_table li .address a {
    display: block;
    width: fit-content;
    margin: .5em 0;
}
/*.event_table2 {
  width: 100%;
  margin: 0;
}

.event_table2 td {
  border: none;
  background: #FFF;

}

.event_table2 td:nth-of-type(1) {
  background:#f2f2f2;
  width: 30%;
  border-bottom:  1px solid #ededed;
  padding: 12px;
  vertical-align: middle;

}
.event_table2 td:nth-of-type(2) {
  text-align: left;
  padding: 0;
  border-bottom:  1px solid #ededed;
  padding: 12px;

}


.event_table2 tr.none {

}
.event_table2 tr.none td {

  border:none;

}*/

    .infoTxt {
        width: 96%;
        background: #ededed;
        margin: 12px auto 30px;
        padding: 12px 12px;
        font-size: 14px;
        line-height: 1.8;
        text-align: left;
        border-radius: 16px;
      }

}