/* スライド画像*/
.cd-hero-slider li:first-of-type {
  background-color: #2c343b;
  background-image: url(../img/top.jpg);
  height: 300px;
}
.cd-hero-slider {
    height: 300px!important;
}
.cd-hero-slider .cd-btn {
text-transform: none!important;
}
@media only screen and (min-width: 768px){
.cd-hero-slider {
    height: 0px!important;
}
.cd-hero-slider h1 {
    padding-top: 40px;
    font-weight: 600;
    color: #ffffff;
    font-size: 40px;
    text-shadow: 0px 1px 9px #3e3a39;
    margin-bottom: 10px;
    line-height: 35px!important;
}
.cd-hero-slider .cd-full-width, .cd-hero-slider .cd-half-width {
    padding-top: 70px;
}
}

.title{
    font-weight: bold;
    margin: 20px 10px 0px 10px;
    font-size: 18px;
    display: inline;
    }
@media screen and (min-width:600px) { 
.title{
    font-weight: bold;
    margin: 5px 10px 0px 10px;
    font-size: 18px;
    display: inline;
    }
    }
  
.item{
       margin-top: 10px;
       }
@media screen and (min-width:600px) { 
.item{
       margin-top: 0px;
       }
    }
.flex{
  /*max-width: 600px;*/
  margin: 0 auto;
}
}
img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:600px) { 
  .flex{
    display:flex;
    flex-wrap:nowrap;
    /*justify-content:space-between;*/
  }
  .item+.item{
    margin-left:0;
  }
}

.title2{
         font-weight: 600;
         margin-bottom: 10px!important;
         margin-left: 10px;
         border:1px solid #ccc;
         border-left:8px solid #ccc;
         padding:3px 3px 3px 10px;
         }
.title3{
         font-weight: 600;
         margin-bottom: 0px!important;
         margin-left: 15px;
         margin-top: 0px;
         }
.discription{
              margin-left: 20px;
              margin-top: 0px!important;
              margin-bottom: 10px!important;
              }
.swipe-inner{
   padding:3px;
   }
   
#local-nav {
    background-color: #152181;
    padding: 0px 3px!important;
}

#sec-case .case-block2 {
    margin-top: 0px!important;
}

#local-nav {
    background-color: #ccc;
    padding: 10px 0px;
}

/* 検索 */

input{
  display: none;
}
.bl_3daysSearchBlock{
  margin-bottom: 60px;
}
.bl_3daysSearchBlock_inner{
  width: 82.9%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.bl_3daysSearchBlock_ttl{
  text-align: center;
  margin: 55px 0;
}
.bl_3daysSearchBlock_ttl_main{
  font-size: 27px;
  color: #0073aa;
  margin-bottom: 15px;
  font-weight: bold;
}
.bl_3daysSearchBlock_ttl_sub{
  font-size: 16px;
  color: #0073aa;
  padding-top: 10px;
}
.el_searchResult{
  text-align: center;
  color: #0073aa;
}
.js_target{
  display: none;
}
.js_target.js_selected{
  display: block;
}
.bl_selectBlock label{
  display: inline;
}
.bl_selectBlock input{
}
.bl_selectBlock_check label .el_checkbox{
  position: relative;
  top: 3px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #0073aa;
}
.bl_selectBlock_check label .el_checkbox:after{
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
}
.bl_selectBlock_check input[type=checkbox]:checked + label .el_checkbox:after{
  background-color: #0073aa;
}
.el_searchResult{
  margin-bottom: 20px;
}
.bl_selectBlock{
  border: 1px solid #0073aa;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
  font-size: 14px;
  letter-spacing: 0.1em;
}
.bl_selectBlock_wrapper_wrapper{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
.bl_selectBlock_check label{
  cursor: pointer;
}
.bl_selectBlock_ttl{
  width: 185px;
  color: #0073aa;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}
@media screen and (max-width: 765px){
  .bl_selectBlock_ttl{
    width: 100%;
    margin-bottom: 20px;
  }
}
.bl_selectBlock_content{
  width: calc(100% - 185px);
}
@media screen and (max-width: 765px){
  .bl_selectBlock_content{
    width: 100%;
  }
}
.bl_searchResultBlock{
  font-size: 14px;
  border-top: 1px solid #bdbdbd;
}
.bl_searchResultBlock_item{
  padding: 20px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #bdbdbd;
}
.bl_searchResultBlock_item img{
   max-width: 80%;
   vertical-align: middle;
   margin-left: 0px;
   }
@media screen and (max-width: 765px){
.bl_searchResultBlock_item img{
   max-width: 100%;
   vertical-align: middle;
   margin: 0 auto;
   text-align: center;
   }
   }
.bl_selectBlock_check{
  display: inline-block;
  margin-right: 25px;
  display: inline-block;
  margin-bottom: 20px;
}
.bl_selectBlock_check:last-child{
  margin-right: 0;
}
.bl_selectBlock_release{
  text-align: center;
  color: #fff;
  background-color: #bdbdbd;
  padding: 15px 0;
}
.js_release{
  cursor: pointer;
}

.bl_selectBlock_release:hover{
background-color: #069;
}