@charset "UTF-8";
.contents .cont_search_item {
  padding: 20px;
  background: #f4f8e1;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 3px #9cb71e solid;
}
.contents .cont_search_item .searchbox {
  float: left;
  width: 25%;
}
.contents .cont_search_item .seachinner {
  position: relative;
  width: 95%;
}
.contents .cont_search_item .seachinner ul {
  position: absolute;
  top: 29px;
  left: 0;
}
.contents .cont_search_item .seachinner select {
  width: 100%;
}
.contents .cont_search_item p {
  margin: 0 0 5px 0;
}
.contents .cont_search_list {
  float: left;
  width: 33%;
  padding-bottom: 3px;
}
.contents .cont_search_map {
  float: right;
  width: 67%;
  min-height: 590px;
  padding-bottom: 23px;
}
.contents .cont_search_map .cont_search_map-inner {
  padding: 0 0 0 20px;
}
.contents .cont_event_view-outer {
  border: 1px solid #cccccc;
  border-top: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.contents .cont_event_view-inner {
  padding: 20px;
}
.contents .cont_event_entry {
  padding: 13px;
}
.contents .cont_btnopen {
  padding: 7px 10px 5px 10px;
  background: #f5f5f5;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  text-align: right;
}
.contents .cont_btnopen p {
  margin: 0;
}
.contents .cont_btnopen span {
  padding-left: 10px;
  background: url(/assets/img/common/icn_link_arrow_sapa_01.png) no-repeat left 50%;
  color: #0066cc;
}
.contents .event_view {
  width: 100%;
  display: block;
}
.contents .event_view .g_map {
  height: 590px;
}
.contents #map_canvas {
  width: 100%;
  height: 100%;
}
.contents .cont_evesrch_mv {
  position: relative;
}
.contents .cont_evesrch_msg {
  position: absolute;
  bottom: 10px;
  right: 10px;
  min-height: 70px;
  max-width: 350px;
  padding: 20px 25px;
  background: #ffffff;
  border-radius: 6px;
}
.contents .cont_evesrch_msg p {
  margin: 0;
}
.contents .cont_evesrch_msg p span {
  color: #9cb71e;
}

/*-------------------------現行サイト移植分ここから ----------------------------*/
.eventsearch .searchboxsapa {
  position: absolute;
  display: none;
}

.eventsearch .selectable {
  line-height: 25px;
  cursor: pointer;
  overflow: hidden;
  padding: 3px;
}

.eventsearch ul {
  margin: 0;
  padding: 0;
  height: 0;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}

#route2 {
  display: block;
}

.eventsearch li {
  width: 160px;
  height: 29px;
  line-height: 29px;
  border-top: #dddddd 1px solid;
  padding-left: 20px;
  background-color: #9cb71e;
  opacity: 0.9;
  cursor: pointer;
}

#event_select {
  line-height: 25px;
  cursor: pointer;
  overflow: hidden;
  padding: 3px;
}

#eventnamesearch li {
  width: 310px;
}

.cont_search_list-inner {
  position: relative;
}

.cont_search_list-inner .event {
  background: #FFF;
  margin-bottom: 15px;
  cursor: pointer;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.cont_search_list-inner .event h3 {
  font-weight: bold;
  margin-top: 0;
  font-size: 114%;
}

.cont_search_list-inner .event h3 a {
  color: #333333;
  text-decoration: none;
  font-weight: bold;
}

.cont_search_list-inner .date {
  color: #e68319;
  display: block;
  overflow: hidden;
  margin: 3px 0;
  font-weight: bold;
}

.cont_search_list-inner .event .event_r {
  overflow: hidden;
}

.cont_search_list-inner .event img {
  max-width: 83px;
  margin-right: 10px;
  margin-bottom: 5px;
  float: left;
  display: block;
}

.cont_search_list-inner .hide_event_r {
  display: none;
  clear: both;
  background: #f5f5f5;
}

.cont_search_list-inner .hide_event_r .areast {
  display: block;
  clear: both;
  padding: 15px 0 0 15px;
}

.cont_search_list-inner .listsul {
  margin: 0 0 10px 0;
  padding: 0 10px 0 15px;
  color: #e68319;
}

.cont_search_list-inner .listsul li {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cont_search_list-inner .listsul li:after {
  content: " / ";
}

.cont_search_list-inner .hide_event_r a {
  display: block;
  overflow: hidden;
  margin: 0 15px;
  padding-bottom: 10px;
}

.cont_search_list-inner .hide_event_r .checkbtn {
  width: 231px;
  height: 37px;
  margin-top: 5px;
  margin-bottom: 0;
}

.cont_search_list-inner .hide_event_r .checkbtn:hover {
  margin-top: 3px;
  opacity: 0.8;
}

.event_view .g_map .roadname {
  font-size: 14px;
  color: #666666;
  line-height: 17px;
}

.event_view .g_map .areaname {
  font-size: 16px;
  color: #e68319;
  font-weight: bold;
}

.event_view .g_map .borders {
  width: 340px;
  height: 1px;
  display: block;
  overflow: hidden;
  margin: 5px 0;
}

.event_view .g_map .thumb {
  width: 47px;
  height: auto;
  float: left;
  margin-right: 5px;
}

.event_view .g_map .infowin {
  /*width: 340px;*/
  margin-bottom: 5px;
}

.event_view .g_map .info_texts {
  /*width: 285px;
  float: left;*/
  font-size: 10px;
  color: #333;
}

.event_view .g_map .info_texts .titlink {
  line-height: 9px;
  color: #0066cc;
}

.event_view .g_map .info_texts .titlink:hover {
  color: #0066cc;
  text-decoration: underline;
}

.event_view .g_map a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

.event_view .g_map a:hover {
  color: #e68319;
}

.event_view .g_map .date {
  font-size: 10px;
  color: #e68319;
}

.event_view .g_map .updown {
  line-height: 160%;
}

.event_view .g_map .updown a {
  text-decoration: underline;
  color: #999;
  font-weight: normal;
  font-size: 12px;
}

.event_view .g_map .updown a:hover {
  color: #333;
}

#wrapper:after,
.event_area:after,
.eventsearch
.eventsearch .inner:after,
#lists .event:after,
#lists .event .event_inner:after,
#lists .event .event_r:after,
.event_view .g_map .infowin:after {
  content: "";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
}

/*-------------------------　現行サイト移植分ここまで ----------------------------*/
@media screen and (max-width: 990px) {
  .contents .cont_evesrch_msg {
    max-width: 400px;
    min-height: 40px;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 930px) {
  .contents .cont_search_item #eventnamesearch {
    margin-bottom: 20px;
  }
  .contents .cont_search_item #areasearch {
    margin-bottom: 20px;
  }
  .contents .cont_search_item .searchbox {
    float: left;
    width: 50%;
  }
  .contents .cont_search_item #areasearch .seachinner, .contents .cont_search_item #sapa .seachinner {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .contents .cont_search_item #eventnamesearch,
  .contents .cont_search_item #areasearch,
  .contents .cont_search_item #routesearch {
    margin-bottom: 10px;
  }
  .contents .cont_search_item .searchbox {
    float: none;
    width: 100%;
  }
  .contents .cont_search_item .seachinner {
    width: 100%;
  }
  .contents .cont_search_list {
    float: none;
    width: 100%;
  }
  .contents .cont_search_map {
    float: none;
    width: 100%;
    min-height: 250px;
  }
  .contents .cont_search_map .cont_search_map-inner {
    padding: 0;
  }
  .contents .cont_search_map .cont_search_map-inner .g_map {
    width: 100% !important;
    height: 250px;
  }
  .contents .cont_evesrch_mv {
    margin-bottom: 10px;
  }
  .contents .cont_evesrch_mv img {
    margin-bottom: 10px;
  }
  .contents .cont_evesrch_msg {
    position: relative;
    top: 0;
    left: 0;
    max-width: 100%;
    padding: 0;
    background: none;
    border-radius: 0;
  }
  .contents .cont_evesrch_msg p span {
    color: #333333;
  }
}
/*---------------------追加分szk20140521----------------------*/
#sapa {
  display: none;
}

#sapa .selectable {
  display: none;
}

#sapa .selectable.selected {
  display: inline;
}

.event_view .g_map .infowrap {
  width: 350px;
}

#noevent {
  font-weight: bold;
  margin-top: 0;
  font-size: 114%;
}

@media screen and (max-width: 640px) {
  .eventsearch select {
    font-size: 16px;
  }

  .event_view .g_map .infowrap {
    width: auto;
  }

  .event_view .g_map .thumb {
    width: 40px;
    height: 40px;
  }

  .event_view .g_map .info_texts {
    margin-left: 42px;
    float: none;
  }
}
