@charset "utf-8";

/* PC custom style */

#map h2{background:#0088BB;color:#fff;}
#medama{background:#fff;border:5px solid #EEE;}

#logo .logo_wrap .area_head{
  color:#00a0e9;
  background:#fff;
  border:1px solid #00a0e9;
}

.btn_menu ul{
  display:flex;
  justify-content: center;
  align-items: center;
}

.btn_menu ul li{
  width: 25%;
  margin: 0 10px;
}

.btn_menu ul li:nth-child(3n){
  margin-right: 10px;
}

.btn_menu ul li a{
  padding: 20px 14px;
  font-size: 100%;
}






/* PC custom style */


/* SP Custom Style */

@media only screen and (max-width:768px){

.bukken_up .sub .btn_form a{font-size: 18px;}

  .btn_menu ul{
    display: flex;
    flex-direction: column;
  }

  .btn_menu ul li{
    width: 100%;
    margin-bottom: 10px;
  }

}
