/*
Theme Name: beanz-theme-child
Theme URI: http://beanz.pw/
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: beanz Builder Team
Author URI: http://beanz.pw/
template: beanz-theme
*/

/* Add your custom styles here... */ 

body{
font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
font-weight: 500;
}

input[type="text"] {
    width: 100%;
}




#sec_service {
  padding: 0px 62px;
}
#service_detail {
  position: relative;
  margin-top: 20px;
}
#service_detail div {
  position: relative;
  float: left;
  display: block;
  text-align: center;
  width: 50%;
  padding: 10px 0px;
}
#service_detail a {
  display: block;
  position: relative;
  width: 97%;
  margin: 0px auto;
}
#service_detail a img {
  position: relative;
  width: 100%;
}
#service_detail a .service_detail_inner {
  position: absolute;
  display: table;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 310px;
  background-color: rgba(0,0,0,0);
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
#service_detail a .service_detail_inner:hover {
  background-color: rgba(0,0,0,0.4);
}



.service_detail_inner dl {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.service_detail_inner dl dt {
  position: relative;
  color: #FFFFFF;
  font-family: 'bebas_neueregular', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
.service_detail_inner dl dd {
  position: relative;
  color: #FFFFFF;
  font-family: 'bebas_neueregular', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  line-height: 2;
}



/* ↓↓under construction↓↓ */
#service_detail a.constructing {
  cursor: default;
}
#service_detail a.constructing dl dt {
  color: #666666;
}
#service_detail a.constructing dl dd {
  color: #666666;
}
#service_detail a.constructing .service_detail_inner {
  cursor: default;
  background-color: rgba(0,0,0,0.85) !important;
}
#service_detail a.constructing .service_detail_inner:hover {
  background-color: rgba(0,0,0,0.85) !important;
}
/* ↑↑under construction↑↑ */

h2.fl-post-carousel-title a {
font-size:16px;
}


.midashi_h3 a{
color:#fff;
font-size:12px;
}
.midashi_h3 a:hover{
color:#fff;
}

