@charset "UTF-8";

body {
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -ms-font-family: "メイリオ" !important;
}

img {
  max-width: 100%;
  width: auto;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block;
  }
}

.kv {
  width: 100%;
  background: url(../images/kv.jpg) no-repeat;
  background-size: cover;
  padding-bottom: calc(100%*500/1500);
  overflow: hidden;
  position: relative;
  min-height: 450px;
}
.kv_inner {
  position: absolute;
  max-width: 1500px;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
}
.kv-text {
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 70%, transparent 100%);
  width: 50%;
  max-width: 768px;
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  top: 50px;
  right: 30px;
}
.kv-text p span {
  display: block;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 10px;
}
.kv img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px){
  .kv {
    background: none;
    padding: 0;
  }
  .kv_inner, .kv-text {
    position: static;
  }

  .kv-text {
    width: 100%;
    background: #fff;
    height: auto;
  }
  .kv-text p span {
    font-size: 18px;
  }
}

/*******************  *******************/
.search {
  background-color: #F0F4F3;
  padding-bottom: 20px;
}
.search > span:first-child {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  background-color: #044a28;
  padding: 15px;

}
.sec {
  width: 100%;
  max-width: 1000px;
  margin: 20px auto;
  padding: 30px;
  box-shadow: 0 0 5px rgba(0,0,0,.1);
  background: right bottom no-repeat #fff;
  background-size: contain;
}
@media screen and (min-width: 768px) {
  .sec.search_genre {
    background-image: url(../images/bg_genre.jpg);
  }
  .sec.search_consultation {
    background-image: url(../images/bg_consult.jpg);
  }
}

.sec h2 {
  text-align: left;
  font-size: 30px;
  color: #044a28;
  border-bottom: solid 1px #044a28;
  margin: 20px 0 40px 110px;
  padding-bottom: 10px;
  position: relative;
  /* height: 100px; */
  /* padding-top: 50px; */
}
.sec h2::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -20px;
  left: -110px;
  background: left center no-repeat;
}
.sec.search_area h2::before {
  background-image: url(../images/icon_area.png) ;
}
.sec.search_genre h2::before {
  background-image: url(../images/icon_genre.png) ;
}
.sec.search_contract h2::before {
  background-image: url(../images/icon_contract.png) ;
}
.sec.search_consultation h2::before {
  background-image: url(../images/icon_consult.png) ;
}

@media screen and (max-width: 767px) {
  .search {
    padding: 0 10px 20px;
  }
  .search > span:first-child {
    font-size: 20px;
    padding: 15px 10px;
    box-sizing: content-box;
    margin: 0 -10px
  }
  .sec {
    padding: 30px 10px;
  }
  .sec h2 {
    font-size: 20px;
    margin: 10px 0 40px 70px;
  }
  .sec h2::before {
    width: 60px;
    height: 60px;
    left: -70px;
    top: -10px;
    background-size: contain;
  }
}
@media screen and (max-width: 360px) {
  .search > span:first-child {
    font-size: 16px;
  }
}

/******************* エリアから探す *******************/
.search_area > div {
  position: relative;
  max-width: 800px;
  margin: auto;
}
.freeWordObj {
  float: right;
  width: 49%;
  overflow: hidden;
   position: absolute;
 top: 50px;
  z-index: 100;
}
.freeWordObj .freeWordInput {
  float: left;
  width: calc(100% - 60px);
}
.freeWordObj .freeWordInput input {
  width: 100%;
  height: 58px;
  border: 1px solid #999;
  text-indent: 1em;
  font-size: 14px;
}
.freeWordObj form {
  width: 100%;
  overflow: hidden;
}
.freeWordObj form .submit_wrap {
  width: 60px;
  float: right;
  position: relative;
  height: 58px;
}
.freeWordObj form .submit_wrap input {
  height: 100%;
  width: 100%;
  outline: none;
  background: url(../images/icon_search.png) no-repeat center #4B7C65;
  border-style: none;
  position: relative;
  cursor: pointer;
  transition: .3s;
}
.freeWordObj form .submit_wrap input:hover {
  opacity: .7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
@media screen and (max-width: 400px) {
  ::placeholder {
    font-size: 11px;
    font-size: 3.4vw;
  }
}
/*******************  *******************/

div.bottom_contents {
  max-width: 1000px;
  margin: 50px auto;
}

/*******************  *******************/

/*btn 設定*/
.btn_box .btn_entry {
  width: 100%;
  max-width: 680px;
  padding: 0 10px;
  margin: 0 auto;
}
.btn_box .btn_entry a {
  display: block;
  position: relative;
  height: 70px;
  line-height: 70px;
  font-size: 26px;
  font-weight: bold;
  background: #EE6D00;
  text-align: center;
  color: #fff !important;
}
.btn_box .btn_entry a:hover {
  background-color: #C6010B;
  text-decoration: none !important;
}
.btn_box .btn_entry a:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 45%;
}
.btn_box .btn_entry a span {
  position: relative;
  display: block;
}

/*btn 設定*/
.btn_box {
  max-width: 1000px;
  margin: 10px auto 0;
  width: 96%;
}
.btn_box .box_inner {
  overflow: hidden;
  margin-left: -20px;
}
.btn_box .box_inner li {
  float: left;
  width: 33.33%;
  margin-bottom: 20px;
  padding: 0 0 0 20px;
  color: #044a28;
}
.btn_box .box_inner li a {
  display: block;
  position: relative;
  height: 70px;
  line-height: 70px;
  font-size: 18px;
  font-weight: bold;
  background: #044a28;
  text-align: center;
  color: #fff !important;
}
.btn_box .box_inner li a.onlinetel {
  padding: 10px 0;
  line-height: 1.4;
}
.btn_box .box_inner li span.text {
  display: block;
  margin-top: 10px;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  letter-spacing: .05em;
}
.btn_box .box_inner li a:hover {
  background-color: #009944;
  text-decoration: none !important;
}
.btn_box .box_inner li a:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 5%;
  top: 45%;
}


.pageTopBtn {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto;
  background: none;
  margin-left: 500px;
}
.pageTopBtn.fixed {
  position: fixed;
  bottom: 20px;
}
.pageTopBtn a {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: #044a28;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  border-radius: 8px;
  padding-top: 35px;
}
.pageTopBtn a:hover {
  background-color: #009944;
}
.pageTopBtn a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 25px;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 15px solid #fff;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-sizing: border-box;
}


@media (max-width: 767px){
  .btn_box .box_inner{
    margin-left: -10px;
  }
  .btn_box .box_inner li{
    width: 50%;
    padding: 0 0 0 10px;
    margin-bottom: 10px;
  }
  .btn_box .box_inner li a.onlinetel {
    padding: 5px 0;
  }
  .freeWordObj{
    float: none;
    width: 96%;
    margin: 0 auto 20px;
    position: static;
  }
  .pageTopBtn a {
    width: 50px;
    height: 50px;
    padding-top: 20px;
    font-size: 10px;
  }
  .pageTopBtn a::before {
    width: 15px;
    height: 5px;
    border-top: 10px solid transparent;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    border-bottom: 10px solid #fff;
    top: -5px;
  }
  .btn_box .btn_entry a ,
  .btn_box .box_inner li a {
    height: 60px;
    line-height: 60px;
  }
}

@media (max-width: 480px){
  .btn_box{
    width: 100%;
} 
  .btn_box .box_inner{
    margin-left: 0;
  }
  .btn_box .box_inner li{
    width: 100%;
    padding: 0;
    float: none;
    margin: 0 auto 15px;
  } 
  .btn_box .btn_entry a {
    font-size: 18px;
  }
}

#bottomContent {
  padding-bottom: 100px;
}
#areaLink div.area table a {
  color:  #000 !important;
}
#main .content {
  background: url(../images/bg.jpg) left bottom no-repeat #fff;
  background-size: contain;
}

#main .space {
  padding-bottom: 80px;
}

@media screen and (max-width: 1200px) {
  div.pageTopBtn {
    left: auto;
    right: 10px;
    margin: auto;
    /* position: fixed;  場合による*/
  }
}

@media screen and (max-width: 767px) {
  #areaLink div.area table {
    margin: 0 auto 20px;
  }
  #bottomContent {
    padding-bottom: 150px;
  } 
}

/* map改修 */
#mapObj.js_textmode area, p.head a, ul.miniArea {
 cursor: auto !important;
}


