.result-slider {
    /*max-height: 268px;*/
  }
  .btn.small-contact {
    border: 0 none;
    border-radius: 35px;
    padding: 5px 25px;
    margin-left: 10px;
    outline: 0 none;
    text-align: center;
    background: #cc8b86;
    color: #fff;
  }
  .btn.small-contact:hover, .btn.small-contact:focus {
    background: #d6716a;
  }
  .check-all, .contact-all {
    display: inline-block;
    padding: 0 15px;
  }
  .favorite-contact {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
  }
  .swiper-slide img {
    width: 100%;
  }
  
  
  /* The Modal (background) */
  .modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 150; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
      position: relative;
      background-color: #fefefe;
      margin: auto;
      padding: 0;
      border: 1px solid #888;
      max-width: 700px;
      width:100%;
      overflow: auto;
      max-height: 600px;
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
      -webkit-animation-name: animatetop;
      -webkit-animation-duration: 0.4s;
      animation-name: animatetop;
      animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
      from {top:-300px; opacity:0}
      to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
      from {top:-300px; opacity:0}
      to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .modal-close {
      color: #005780;
      float: right;
      font-size: 28px;
      font-weight: bold;
  }
  
  .modal-close:hover,
  .modal-close:focus {
      color: #000;
      text-decoration: none;
      cursor: pointer;
  }
  
  .modal-header
  {
      padding: 2px 16px;
      color: #005780;
  }
  
  .modal-body {padding: 2px 16px;}
  
  .modal-footer {
      padding: 10px 0 20px 0;
  }
  
  .area-guide__wrapper {
      margin-top: 60px;
  }
  
  .area-guide h1 {
      font-weight: 500;
      font-size: 20px;
      line-height: 1.3;
      text-align: center;
  }
  
  .area-guide h2 {
    font-size: 20px;
    font-weight: 400;
    border-left: 4px solid #0b7bad;
    margin-bottom: 20px;
    padding: 0 0 0 10px;
    line-height: 1.3;
  }
  
  .area-guide h3 {
    position: relative;
    line-height: 1.4;
    padding:0.3em 1.1em;
    display: inline-block;
  }
  
  .area-guide h3:before, .area-guide h3:after { 
    content:'';
    width: 15px;
    height: 25px;
    position: absolute;
    display: inline-block;
  }
  
  .area-guide h3:before {
    border-left: solid 1px #0b7bad;
    border-top: solid 1px #0b7bad;
    top:0;
    left: 0;
  }
  
  .area-guide h3:after {
    border-right: solid 1px #0b7bad;
    border-bottom: solid 1px #0b7bad;
    bottom:0;
    right: 0;
  }
  
  .area-guide section {
    margin: 30px 0 60px;
    max-width: 847px;
  }
  
  .area-guide .photo {
    max-width: 100%;
    display: block;
    margin: 20px 0 20px;
    height: auto;
  }
  
  /* 吹き出し本体 */
  .balloon{
    position: relative;
    padding: 20px;
    border-color:#fefefe;
    background-color:#f8f8f4;
    border-radius: 10px;         /* 角丸を指定 */
    margin:15px;
    margin-top:0;
    margin-bottom:30px;
  }
  .balloon .report-item{
      background-color:#ffffff;
      padding-left:0;
      padding-right:0;
  }
  .balloon .report-inner{
      border:none;
      margin:0;
  }
  .balloon .report-item.featured-report .report-info .report-title{
      width:100%;
  }
  .result-item .bukken-title{
      color:#00a0e9;
      font-weight:bold;
      font-size: 16px;
      display:block;
      margin-bottom:17px;
  }
  
  /* beforeで三角を表現 */
  .balloon::before{
    content: '';
    position: absolute;
    left: 20px;
    top: -15px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f8f8f4;
    border-left: 15px solid transparent;
  }
  .balloon::before::before{
    content: '';
    position: absolute;
    left: 20px;
    top: -16px;
    display: block;
    width: 0;
    height: 0;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #aaaaaa;
    border-left: 15px solid transparent;
  }