/* around */
#around_detail{
  margin-top: 60px;
}
#around_detail .navi{
  display: flex;
  justify-content: space-between;
  max-width: 780px;
  margin: auto;
}
#around_detail .navi li{
  width: 24%;
  max-width: 180px;
}
#around_detail .navi li a{
  background: url(../img/common/icon_arrow_brown2.png) no-repeat right 10px center #9c8254;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  display: block;
}
.ie #around_detail .navi li a{
    line-height: 57px;
}
#around_detail .navi li.current a{
  background: url(../img/common/icon_arrow_navy.png) no-repeat right 10px center #132860;
}
#around_detail .whitebox{
  background: #fff;
  padding: 100px 30px;
  margin-top: 100px;
  border-radius: 10px;
  position: relative;
}
#around_detail .whitebox::before{
  content: '';
  position: absolute;
  top: -65px;
  left: 0;
  right: 0;
  margin: auto;
  width: 115px;
  height: 115px;
  background: url(../img/around/gourmet_icon.png) no-repeat center center /contain;
}
#around_detail.tourism .whitebox::before{
  background-image: url(../img/around/tourism_icon.png);
}
#around_detail.stay .whitebox::before{
  background-image: url(../img/around/stay_icon.png);
}
#around_detail.culture .whitebox::before{
  background-image: url(../img/around/culture_icon.png);
}
#around_detail .box{
  max-width: 780px;
  margin: 0 auto;
  padding-bottom: 40px;
}
#around_detail.stay .box{
  max-width: 920px;
}
#around_detail .box+.box{
  padding-top: 40px;
  border-top: 1px solid #dcdcdc;
}
#around_detail .box:last-of-type{
  padding-bottom: 0;
}
#around_detail .box .fleximg{
  display: flex;
  justify-content: space-between;
}
#around_detail .box .fleximg > *{
  flex: 1;
}
#around_detail .box .fleximg iframe{
  width: 100%;
  height: 100%;
}
#around_detail .box .img{
  text-align: center;
}
#around_detail .box .ttl{
  font-size: 3rem;
  color: #132860;
  font-weight: bold;
  text-align: center;
  margin: 40px 0 30px;
}
#around_detail .box .ttl:first-child{
  margin-top: 0;
}
#around_detail .box .txt{
  font-size: 1.6rem;
  line-height: 1.875;
}
#around_detail .box .txt2{
  font-size: 1.6rem;
  line-height: 1.875;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
}
#around_detail .box .btn{
  width: 390px;
  margin: 30px auto 0;
}
#around_detail .box .btn a{
  font-size: 1.6rem;
  position: relative;
}
#around_detail .box .btn a::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_blank_brown.png) no-repeat center center /contain;
}

@media screen and (max-width: 768px) {
  #around_detail{
    margin-top: 30px;
  }
  #around_detail .navi{
    flex-wrap: wrap;
  }
  #around_detail .navi li{
    width: 49%;
    max-width: 49%;
  }
  #around_detail .navi li:nth-child(n+3){
    margin-top: 2%;
  }
  #around_detail .navi li a{
    font-size: 1.8rem;
  }
  #around_detail .whitebox{
    padding: 50px 15px;
    margin-top: 80px;
  }
  #around_detail .whitebox::before{
    top: -35px;
    width: 70px;
    height: 70px;
  }
  #around_detail .box{
    padding-bottom:30px;
  }
  #around_detail .box+.box{
    padding-top:30px;
  }
  #around_detail .box .fleximg{
    display: block;
    justify-content: space-between;
  }
  #around_detail .box .fleximg .map{
    height: 60vw;
  }
  #around_detail .box .ttl{
    font-size: 2.2rem;
    color: #132860;
    font-weight: bold;
    text-align: center;
    margin: 20px 0 15px;
  }
  #around_detail .box .txt{
    font-size: 1.6rem;
    line-height: 1.875;
  }
  #around_detail .box .txt2{
    text-align: left;
    margin-bottom: 15px;
  }
  #around_detail .box .btn{
    width: 100%;
    margin: 15px auto 0;
  }
}