﻿@charset "utf-8";
@import url("https://www.judo-ch.jp/seitaisrch/css/common.css");
@import url("https://www.homemate-research.com/css/research/search.css");
@import url("https://www.judo-ch.jp/seitaisrch/css/side.css");

body, button, input, select, textarea {
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3","Hiragino Sans", ヒラギノ角ゴシック, Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
}

* > #content {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

/* ---------------------------------------
 h1
---------------------------------------- */
.search > h1 {
  background: url(../image_cmn/ttl_bg.jpg) no-repeat 0 0;
}


/* ---------------------------------------
 検索タイトル
---------------------------------------- */
.srch > .srch_ttl {
  background: -webkit-linear-gradient(top, #96c047 0%, #6ea700 100%);
  background: linear-gradient(to bottom, #96c047 0%, #6ea700 100%);
}


/*----------------------------------------
 キーワード検索
------------------------------------------*/
.srch_box_key {
  border: #6ea700 solid 4px;
  background: -webkit-linear-gradient(top, #ffffff 0%, #d4e5b3 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d4e5b3 100%);
}


/* --------------------------------------------------

 検索条件
 
--------------------------------------------------- */

/*----------------------------------------
 パンくず
------------------------------------------*/
#siteroute{
  margin-bottom: 5px;
}

#siteroute li {
  float: left;
  margin: 0 11px 0 0;
  padding: 0;
}

#siteroute li:not([class]):last-child > a > span,
#siteroute li > a > span{
  font-size: 16px;
}

/*----------------------------------
 タイトルバー検索ボタン
 ----------------------------------*/
.srch > [class^="btn_ttl"] a {
  background-image: url(../search/image/lst_srch_s_g.gif);
}


/*----------------------------------------
 市区町村選択）area_box
------------------------------------------*/
* > [class^="area_city"] > [class^="btn_ttl"] {
  border: #85ca00 solid 1px;
  background: -webkit-linear-gradient(top, #a1da34 0%, #85ca00 100%);
  background: linear-gradient(to bottom, #a1da34 0%, #85ca00 100%);
}

* > [class^="area_city"] > [class^="btn_ttl"]:hover {
  border: #93d516 solid 1px;
  background: -webkit-linear-gradient(top, #aedf51 0%, #93d516 100%);
  background: linear-gradient(to bottom, #aedf51 0%, #93d516 100%);
}

* > [class^="area_city"] > [class^="btn_ttl"] a {
  background-image: url(../search/image/lst_srch_s_w_g.gif);
}


/* --------------------------------------------------

 検索結果
 
--------------------------------------------------- */
/*----------------------------------
 検索条件に戻る
 ----------------------------------*/
.srch.result > .btn_free a {
  background-image: url(../search/image/lst_srch_s_g.gif);
}


/*----------------------------------------
 page
------------------------------------------*/
ul.lst_page {
  float: right;
  margin: 2px 10px 0 1px;
}

ul.lst_page > li {
  float: left;
  padding: 0 5px 8px;
}

/*全施設一覧 次のページへ部分*/
.page_count {
  display: block;
  overflow: hidden;
  margin: 10px auto 15px auto;
  text-align: center;
/*  border-bottom: 3px double #555;*/
  padding-bottom: 8px;
}

.page_count:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE7 */
.page_count li {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 0 3px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  letter-spacing: 0.01em;
}

.page_count .select_page {
  background: #8584be;
  color: #fff;
}

.page_count li a {
  display: block;
  border: 1px solid #515074;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 0;
  background: #f9f9ff;
  color: #515074;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
  .page_count li a:not(:target) {
    height: 35px;
  }
}

.page_count li a:hover {
  background: #b0afd5;
  color: #fff;
  font-weight: 600;
}

.page_count li.p_back {
  border: none;
  border-right: 3px double #aaa;
  width: 90px;
  padding-right: 5px;
  margin-right: 10px;
  font-size: 15px;
  font-weight: normal;
  border-radius: 0;
  background: none;
  color: #999;
}

.page_count li.p_next {
  border: none;
  width: auto;
  border-left: 3px double #aaa;
  width: 90px;
  padding-left: 5px;
  margin-left: 10px;
  font-size: 15px;
  font-weight: normal;
  border-radius: 0px;
  background: none;
  color: #999;
}

.page_count li.p_back a,
.page_count li.p_next a {
  display: inline;
  width: 90px;
  background: none;
  color: #00f;
  border: none;
}

/* --------------------------------------------------

 有料会員追従バナー
 
--------------------------------------------------- */
.fixed_bosyu {
  background: #fff;
  bottom: 40px;
  border: #449f3b solid 2px;
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  padding: 0 0 28px;
  position: fixed;
  right: 40px;
  text-align: center;
  transition: opacity 0.6s linear;
  width: 230px;
  z-index: 888;
}
.fixed_bosyu button {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  height: 34px;
  outline: none;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: -17px;
  top: -16px;
  width: 34px;
}
.fixed_bosyu .bnr_bosyu_ttl {
  color: #fff;
  background: #449f3b;
  font-size: 16px;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  line-height: 1.375;
  letter-spacing: .03em;
  padding: 8px 0;
  width: 100%;
}
.fixed_bosyu .bnr_bosyu_text {
  color: #000;
  font-size: 15px;
  line-height: 1.4;
  margin: 14px 0;
}
.fixed_bosyu a {
  background: #e72e74;
  border-radius: 6px;
  box-shadow: 0px 4px 0px 0px rgba(146, 11, 62, 1);
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
  margin: 0 auto;
  position: relative;
  width: 180px;
}
.fixed_bosyu a:before {
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #fff;
  content: "";
  height: 0;
  right: 10px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 0;
}
/* hover */
.fixed_bosyu button:hover,
.fixed_bosyu a:hover {
  opacity: .7;
}

/* 下についたとき */
.fixed_bosyu.bottomfix {
  bottom: 210px;
}

.fixed_bosyu.appear.tabScroll {
  opacity: 1;
  pointer-events: auto;
}


/*----------------------------------------
 リスト
------------------------------------------*/

ul[class^="srch_fac"] {
  display: block;
  overflow: hidden;
  clear: both;
  width: 650px;
  list-style: none;
  margin: 8px auto 0px;
  padding: 0;
}

ul[class^="srch_fac_base"] > li {
  float: left;
  width: 318px;
  height: 100px;
  margin: 0 10px 10px 0;
  border: 1px solid #d2d2d2;
  background: #f5f5f5 url(../search/image/flower_s.jpg) no-repeat 10px 10px;
}

ul[class^="srch_fac_base"] > li:nth-child(2n) {
  margin: 0 0 10px 0;
}

ul[class^="srch_fac_base"] > li > dl {
  width: 273px;
  margin: 10px 10px 10px 35px;
}

ul[class^="srch_fac_base"] > li > dl > dt {
  margin: 0 0 5px;
  font-weight: 600;
}

ul[class^="srch_fac_base"] > li > dl > dd {
  position: relative;
  letter-spacing: 0;
  line-height: 120%;
}

ul[class^="srch_fac_base"] > li > dl > dd > p {
  width: 195px;
}


/* 20150218 リスト修正 */

.list_box {
  overflow: hidden;
  width: 640px;
  margin: 0 auto 10px;
}

.list_box ul.fa_infobox_s {
  overflow: hidden;
}

.list_box ul.fa_infobox_s li {
  clear: both;
  margin: 0 0 20px 0;
  display: block;
  overflow: hidden;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .list_box ul.fa_infobox_s li {
    line-height: 0.9;
  }
}

/* 施設名の横に[周辺の生活施設ボタン][周辺の賃貸物件ボタン]あり */
.list_box ul.fa_infobox_s li div.mod_area_info_box {
  align-items: center;
  -webkit-align-items: center;
  background: #f7ffe7;
  border: 1px solid #6aa002;
  border-left: 4px solid #6aa002;
  box-sizing: border-box;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 6px 6px 6px 15px;
  margin-bottom: 10px;
}

.list_box ul.fa_infobox_s li div.mod_area_info_box h3 {
  font-size: 16px;
  font-weight: 600;
  flex-grow: 2;
  -webkit-flex-grow: 2;
  line-height: 1.3;
}

.list_box ul.fa_infobox_s li div.mod_area_info_box .btn_area_info + .btn_area_info {
  padding-left: 5px;
}

.list_box ul.fa_infobox_s li table.fa_info {
  border-top: 1px solid #6aa002;
  border-left: 1px solid #6aa002;
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.list_box ul.fa_infobox_s li .fa_infobox_s table.fa_info {
  margin: 9px auto 8px;
}

.list_box ul.fa_infobox_s li .fa_infobox_s .right_box table.fa_info {
  width: 480px;
}

.list_box ul.fa_infobox_s li table.fa_info tr th {
  padding: 7px 0px;
  background: #f7ffe7;
  font-size: 14px;
  font-weight: 600;
  width: 25%;
  text-align: center;
  border-right: 1px solid #6aa002;
  border-bottom: 1px solid #6aa002;
  vertical-align: middle;
}

.list_box ul.fa_infobox_s li table.fa_info tr td {
  padding: 9px 8px 9px 12px;
  border-right: 1px solid #6aa002;
  border-bottom: 1px solid #6aa002;
  line-height: 1.4;
  width: 75%;
  vertical-align: middle;
}

 table.fa_info tr td a{
  font-weight: 600;
}

.list_box ul.fa_infobox_s li table.fa_info tr td p {
  line-height: 1.4;
}

/* 写真あり */
.list_box ul.fa_infobox_s li.photo .fa_img {
  border: 1px solid #6aa002;
  box-sizing: border-box;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  width: 150px;
  height: 120px;
  position: relative;
}

.list_box ul.fa_infobox_s li.photo p {
  width: 460px;
  margin-left: 160px;
}

.list_box ul.fa_infobox_s li.photo table.fa_info {
  width: 72%;
  margin-left: 170px;
  border: solid 2px #6aa002;
  min-height: 120px;
}

.ta_def_time{
  width: 585px !important;
  border: 1px solid #ffbdd2;
  margin-top: 10px;
  width: 100%;
  border: 2px solid #fdd98f;
  border-collapse: collapse !important;
  margin-right: auto;
  margin-left: auto;
}
html body .ta_def_time,
html body .ta_def_time th,
html body .ta_def_time td  {
  box-sizing: border-box;
  font-size: 13px;
  vertical-align: middle;
  line-height: 1.4;
  margin-top: 10px;
}
.ta_def_time th{
  text-align: center;
  font-weight: 600;
  vertical-align: middle;
}
.ta_def_time .row_title th{
  padding: 2px 0; 
  background-color: #fbedd2;
  box-sizing: border-box;
  font-weight: 600;
  border-right: 1px solid #fdd98f;
  border-bottom: 1px solid #fdd98f;
}
.ta_def_time .row_title th:first-child{
  width: 200px;
}
.row_dayweek th {
  padding: 2px 0 1px;
  font-weight: normal;
  width: auto;
  border-bottom: 1px solid #fdd98f;
}
.row_dayweek th:not(:last-child) {
  border-right: 1px solid #fdd98f;
}
.row_dayweek .sat {
  color: #4485df;
}
.row_dayweek .sun {
  color: #ff337d;
}
.row_time th{
  border-right: 1px solid #fdd98f;
  border-bottom: 1px solid #fdd98f;
  padding: 2px 5px;
}
.row_time:last-child th{
  border-bottom: 1px solid #ffd1d8;
}
.row_time td{
  border-right: 1px solid #fdd98f;
  border-bottom: 1px solid #fdd98f;
  font-size: 15px;
  padding: 2px;
}
.row_time:first-child td{
  border-bottom: 1px solid #fdd98f;
}
.ta_def_time span.circle{
  border: 1px solid #000;
  border-radius: 8px;
  display: block;
  height: 9px;
  margin: 5px auto;
  width: 9px;
}
.ta_def_time span.cross {
  color: #000;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
  transform: rotate(45deg);
}
.ta_def_time span.cross:before, .ta_def_time span.cross:after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
}
.ta_def_time span.cross:after {
  transform: rotate(90deg);
}
/*--------------------------
 おすすめ
--------------------------*/
ul[class^="srch_fac_pickup"] > li {
  width: 648px;
  margin: 0 0 15px;
  padding: 0px;
  border: 1px solid #f05566;
  background: #FFF;
}

ul[class^="srch_fac_pickup"] > li > dl {
  padding-bottom: 15px;
  position: relative;
  width: 648px;
}

ul[class^="srch_fac_pickup"] > li > dl > dt {
  background: #ffe5e8;
  position: relative;
  display: table;
  width: 100%;
  min-height: 45px;
  margin: 0 0 10px;
  padding: 0 10px;
  box-sizing: border-box;
}

ul[class^="srch_fac_pickup"] > li > dl > dt > .fa_name {
  display: table-cell;
  width: 100%;
  padding: 5px 5px 5px 35px;
  font-size: 18px;
  font-weight: 600;
  background: url(/search/image/dtl_new/ico-pickup-crown.png) no-repeat left center;
  background-size: 28px;
  vertical-align: middle;
}

ul[class^="srch_fac_pickup"] > li > dl > dt > .btn_area_info {
  display: table-cell;
  width: 92px;
  padding: 10px 0 10px 5px;
}

ul[class^="srch_fac_pickup"] > li > dl > dt > .btn_area_info img {
  vertical-align: bottom;
}

ul[class^="srch_fac_pickup"] > li > dl > dt > .btn_area_info:first-of-type {
  padding: 10px 5px;
}

ul[class^="srch_fac_pickup"] > li > dl > dt > .btn_area_info:nth-last-of-type(2) {
  padding: 10px 0;
}

ul[class^="srch_fac_pickup"] > li > dl > dd > .infobox > .area {
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  padding: 0;
  color: #262626;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

ul[class^="srch_fac_pickup"] > li > dl > dt.mod_area_info_box.plus_btn .area {
  top: auto;
  bottom: 2px;
}

ul[class^="srch_fac_pickup"] > li > dl > dd {
  clear: both;
  overflow: hidden;
  margin: 0 10px;
  width: 628px;
}

.srch_fac_pickup_n dd .photo {
  height: 120px;
  width: 150px;
  overflow: hidden;
}
.srch_fac_pickup_n dd .photo img{
  height: auto !important;
  min-height: 120px;
  object-fit: cover;
}


.srch_fac_pickup_n dd .photo img.lazy {
  visibility: hidden;
}

ul[class^="srch_fac_pickup"] > li > dl > dd > .infobox {
  position: relative;
  margin: 0 0 10px;
  padding: 0;
  line-height: 120%;
  clear: both;
  overflow: hidden;
}

ul[class^="srch_fac_pickup"] > li > dl > dd .lead,
* > .facility_lst .lead {
  clear: both;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.38;
  margin: 0 auto 10px;
  width: 463px;
}

ul[class^="srch_fac_pickup"] > li > dl > dd .txt {
  width: 260px;
  height: 35px;
}

ul[class^="srch_fac_pickup"] > li > dl > dd > .infobox > .addressbox {
  position: relative;
  margin: 22px 0 3px;
}

ul[class^="srch_fac_pickup"] > li > dl > dd > .infobox > .addressbox > .address {
  width: 325px;
}

ul[class^="srch_fac_pickup"] > li > dl > dd > .infobox > .addressbox > .address > span.prefcity {
  font-size: 16px;
  margin-right: 2px;
}

ul[class^="srch_fac_pickup"] > li > dl > dd > .infobox > .addressbox > .btn_map {
  position: absolute;
  top: 10px;
  right: 55px;
  background: #fff;
}

ul[class^="srch_fac_pickup"] > li > dl > dd > .infobox > .contact {
  clear: both;
  letter-spacing: 0em;
}

ul[class^="srch_fac_pickup"] > li > dl > dd > .infobox > .btn_dtl {
  position: absolute;
  top: 0px;
  right: 5px;
  background: #fff;
}

.linkicon{
  margin: -10px 5px 1em;
  text-align: right;
}

.linkicon a{
  padding: 1px 0px 0 12px;
  font-size: 13px;
  background: url(/image_cmn/research/mrk_siteroute.gif) no-repeat 0 center;
}

/* --------------------------------------------------

 おすすめ一覧ページ
 
--------------------------------------------------- */
#area-0.srch.recommend > .srch_ttl {
  background: #6486d8;
}

#area-1.srch.recommend > .srch_ttl {
  background: #14ab89;
}

#area-2.srch.recommend > .srch_ttl {
  background: #68a756;
}

#area-3.srch.recommend > .srch_ttl {
  background: #ceaa02;
}

#area-4.srch.recommend > .srch_ttl {
  background: #e7912b;
}

#area-5.srch.recommend > .srch_ttl {
  background: #e27559;
}

#area-6.srch.recommend > .srch_ttl {
  background: #ea7694;
}

#area-7.srch.recommend > .srch_ttl {
  background: #8d7fca;
}
.area_btn_inactive {
  opacity: 0.5;
}

ul.area_btn_box {
  overflow: hidden;
  width: 661px;
  margin: -8px auto 25px;
  padding: 0 0 2px;
  border-radius: 5px;
  position: relative;
}

ul.area_btn_box > li {
  float: left;
  font-size: 17px;
  margin: 8px 4px 0px;
  padding: 0;
  border: none;
  border-radius: 4px;
  font-weight: 600;
  position: relative;
  width: auto;
}

ul.area_btn_box > li > a {
  display: block;
  width: 120px;
  padding: 9px 0 9px 33px;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

ul.area_btn_box > li.area_box_inactive {
  display: block;
  padding: 9px 0 9px 33px;
  border-radius: 4px;
  opacity: 0.5;
}

ul.area_btn_box > li > a:hover {
  opacity: 0.7;
}

ul.area_btn_box > li {
  text-align: left;
}

ul.area_btn_box > li:first-child,
ul.area_btn_box > li:nth-child(2),
ul.area_btn_box > li:nth-child(4n + 1),
ul.area_btn_box > li:nth-child(4n + 2) {
  width: auto;
}

ul.area_btn_box > li.nolink:first-child,
ul.area_btn_box > li.nolink:nth-child(2),
ul.area_btn_box > li.nolink:nth-child(4n + 1),
ul.area_btn_box > li.nolink:nth-child(4n + 2) {
  width: auto;
}

ul.area_btn_box > li:first-child{
  background: #e9effd;
}
ul.area_btn_box > li:first-child > a{
  border: 2px solid #6486d8;
  color: #426bcd;
  background: url(/image_cmn/research/arrow_hokkaidotohoku_anchor.png) no-repeat 8px 13px;
  background-size: 16px;
}
ul.area_btn_box > li:first-child.area_box_inactive {
  border: 2px solid #6486d8;
  width: 120px;
  color: #426bcd;
  background: url(/image_cmn/research/arrow_hokkaidotohoku_anchor.png) no-repeat 8px 13px #e9effd;
  background-size: 16px;
}

ul.area_btn_box > li:nth-child(2){
  background: #e4f9f4;
}
ul.area_btn_box > li:nth-child(2) > a{
  border: 2px solid #14ab89;
  color: #029372;
  background: url(/image_cmn/research/arrow_kanto_anchor.png) no-repeat 8px 13px;
  background-size: 16px;
}
ul.area_btn_box > li:nth-child(2).area_box_inactive {
  border: 2px solid #14ab89;
  width: 120px;
  color: #029372;
  background: url(/image_cmn/research/arrow_kanto_anchor.png) no-repeat 8px 13px #e4f9f4;
  background-size: 16px;
}

ul.area_btn_box > li:nth-child(3){
  background: #eef9eb;
}
ul.area_btn_box > li:nth-child(3) > a{
  border: 2px solid #68a756;
  color: #4f973a;
  background: url(/image_cmn/research/arrow_hokurikukoshinetsu_anchor.png) no-repeat 8px 13px;
  background-size: 16px;
}
ul.area_btn_box > li:nth-child(3).area_box_inactive {
  border: 2px solid #68a756;
  width: 120px;
  color: #4f973a;
  background: url(/image_cmn/research/arrow_hokurikukoshinetsu_anchor.png) no-repeat 8px 13px #eef9eb;
  background-size: 16px;
}

ul.area_btn_box > li:nth-child(4){
  background: #fbf7e3;
}
ul.area_btn_box > li:nth-child(4) > a{
  border: 2px solid #ceaa02;
  color: #bb9f01;
  background: url(/image_cmn/research/arrow_tokai_anchor.png) no-repeat 8px 13px;
  background-size: 16px;
}
ul.area_btn_box > li:nth-child(4).area_box_inactive {
  border: 2px solid #ceaa02;
  width: 120px;
  color: #bb9f01;
  background: url(/image_cmn/research/arrow_tokai_anchor.png) no-repeat 8px 13px #fbf7e3;
  background-size: 16px;
}

ul.area_btn_box > li:nth-child(5){
  background: #fdf2e4;
}
ul.area_btn_box > li:nth-child(5) > a{
  border: 2px solid #e7912b;
  color: #da7d0e;
  background: url(/image_cmn/research/arrow_kansai_anchor.png) no-repeat 8px 13px;
  background-size: 16px;
}
ul.area_btn_box > li:nth-child(5).area_box_inactive {
  border: 2px solid #e7912b;
  width: 120px;
  color: #da7d0e;
  background: url(/image_cmn/research/arrow_tokai_anchor.png) no-repeat 8px 13px #fdf2e4;
  background-size: 16px;
}

ul.area_btn_box > li:nth-child(6){
  background: #fef1ed;
}
ul.area_btn_box > li:nth-child(6) > a{
  border: 2px solid #e27559;
  color: #d96041;
  background: url(/image_cmn/research/arrow_chugoku_anchor.png) no-repeat 8px 13px;
  background-size: 16px;
}
ul.area_btn_box > li:nth-child(6).area_box_inactive {
  border: 2px solid #e27559;
  width: 120px;
  color: #d96041;
  background: url(/image_cmn/research/arrow_chugoku_anchor.png) no-repeat 8px 13px #fef1ed;
  background-size: 16px;
}

ul.area_btn_box > li:nth-child(7){
  background: #fef0f4;
}
ul.area_btn_box > li:nth-child(7) > a{
  border: 2px solid #ea7694;
  color: #df5c7e;
  background: url(/image_cmn/research/arrow_shikoku_anchor.png) no-repeat 8px 13px;
  background-size: 16px;
}
ul.area_btn_box > li:nth-child(7).area_box_inactive {
  border: 2px solid #ea7694;
  width: 120px;
  color: #df5c7e;
  background: url(/image_cmn/research/arrow_shikoku_anchor.png) no-repeat 8px 13px #fef0f4;
  background-size: 16px;
}

ul.area_btn_box > li:nth-child(8){
  background: #eeeafc;
}
ul.area_btn_box > li:nth-child(8) > a{
  border: 2px solid #8d7fca;
  color: #7563c4;
  background: url(/image_cmn/research/arrow_kyushuokinawa_anchor.png) no-repeat 8px 13px;
  background-size: 16px;
}
ul.area_btn_box > li:nth-child(8).area_box_inactive {
  border: 2px solid #8d7fca;
  width: 120px;
  color: #7563c4;
  background: url(/image_cmn/research/arrow_kyushuokinawa_anchor.png) no-repeat 8px 13px #eeeafc;
  background-size: 16px;
}

.prefecture_ttl{
  font-size: 17px;
  margin: 0 0 15px 0;
  padding: 12px 0 0 4px;
}
ul.prefecture_btn_box {
  display: flex;
  flex-wrap: wrap;
  margin: -8px auto 40px;
  overflow: hidden;
  padding: 0 0 2px;
  position: relative;
  width: 660px;
}

ul.prefecture_btn_box > li {
  float: left;
  margin: 8px 4px 0px;
  padding: 0;
  font-weight: 600;
  font-size: 17px;
  position: relative;
  text-align: center;
}

ul.prefecture_btn_box > li > a {
  display: block;
  width: 153px;
  padding: 4px 0;
  border-radius: 4px;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
}

ul.prefecture_btn_box > li > a:hover {
  opacity: 0.7;
}

#area-0 ul.prefecture_btn_box > li{
  background: #e9effd;
}
#area-0 ul.prefecture_btn_box > li > a,
#area-0 ul.prefecture_btn_box > li.prefecture_box_inactive {
  border: 2px solid #6486d8;
  color: #426bcd;
  background: url(/image_cmn/research/arrow_prefecture_hokkaidotohoku.png) no-repeat 10px center;
  background-size: 9px 13px;
}

#area-1 ul.prefecture_btn_box > li{
  background: #e4f9f4;
}

#area-1 ul.prefecture_btn_box > li > a,
#area-1 ul.prefecture_btn_box > li.prefecture_box_inactive {
  border: 2px solid #14ab89;
  color: #029372;
  background: url(/image_cmn/research/arrow_prefecture_kanto.png) no-repeat 10px center;
  background-size: 9px 13px;
}

#area-2 ul.prefecture_btn_box > li{
  background: #eef9eb;
}

#area-2 ul.prefecture_btn_box > li > a,
#area-2 ul.prefecture_btn_box > li.prefecture_box_inactive {
  border: 2px solid #68a756;
  color: #4f973a;
  background: url(/image_cmn/research/arrow_prefecture_hokurikukoshinetsu.png) no-repeat 10px center;
  background-size: 9px 13px;
}

#area-3 ul.prefecture_btn_box > li{
  background: #fbf7e3;
}

#area-3 ul.prefecture_btn_box > li > a,
#area-3 ul.prefecture_btn_box > li.prefecture_box_inactive {
  border: 2px solid #ceaa02;
  color: #bb9f01;
  background: url(/image_cmn/research/arrow_prefecture_tokai.png) no-repeat 10px center;
  background-size: 9px 13px;
}

#area-4 ul.prefecture_btn_box > li{
  background: #fdf2e4;
}

#area-4 ul.prefecture_btn_box > li > a,
#area-4 ul.prefecture_btn_box > li.prefecture_box_inactive {
  border: 2px solid #e7912b;
  color: #da7d0e;
  background: url(/image_cmn/research/arrow_prefecture_kansai.png) no-repeat 10px center;
  background-size: 9px 13px;
}

#area-5 ul.prefecture_btn_box > li{
  background: #fef1ed;
}

#area-5 ul.prefecture_btn_box > li > a,
#area-5 ul.prefecture_btn_box > li.prefecture_box_inactive {
  border: 2px solid #e27559;
  color: #d96041;
  background: url(/image_cmn/research/arrow_prefecture_chugoku.png) no-repeat 10px center;
  background-size: 9px 13px;
}

#area-6 ul.prefecture_btn_box > li{
  background: #fef0f4;
}

#area-6 ul.prefecture_btn_box > li > a,
#area-6 ul.prefecture_btn_box > li.prefecture_box_inactive {
  border: 2px solid #ea7694;
  color: #df5c7e;
  background: url(/image_cmn/research/arrow_prefecture_shikoku.png) no-repeat 10px center;
  background-size: 9px 13px;
}

#area-7 ul.prefecture_btn_box > li{
  background: #eeeafc;
}

#area-7 ul.prefecture_btn_box > li > a,
#area-7 ul.prefecture_btn_box > li.prefecture_box_inactive {
    border: 2px solid #8d7fca;
    color: #7563c4;
    background: url(/image_cmn/research/arrow_prefecture_kyushuokinawa.png) no-repeat 10px center;
    background-size: 9px 13px;
}

ul.prefecture_btn_box > li.prefecture_box_inactive {
    display: block;
    width: 153px;
    padding: 4px 0;
    border-radius: 4px;
    opacity: 0.5;
}

/* ---------------------------------------------------------------
 地図から生活施設検索 エリアバナー
---------------------------------------------------------------- */
.bnr_maps_area {
  margin: 20px auto;
  text-align: center;
}

.bnr_maps_area img {
  vertical-align: bottom;
}

.bnr_maps_area a:hover img {
  opacity: 0.7;
}

@media (min-width: 768px) and (max-width: 991px) {
  .bnr_maps_area a:hover img {
    opacity: 1;
  }
}


/* ---------------------------------------------------------------
 全国から一覧で見る
---------------------------------------------------------------- */
ul#zeniki {
  padding: 4px 0 0;
  font-size: 16px;
  background: transparent;
}

ul#zeniki li {
  width: 700px;
  display: block;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 0;
  background: url(../image/light.png) no-repeat 5px 3px;
  text-indent: 25px;
  text-align: left;
}


/*--------------------------
 おすすめ整体院 20150619デザイン変更分
--------------------------*/
ul.srch_fac_pickup_n > li > dl > dd p {
  line-height: 1.3;
}

ul.srch_fac_pickup_n > li > dl > dd > .area {
  font-size: 13px;
  background: url(../search/image/list_home02.jpg) no-repeat 0 3px;
}

ul.srch_fac_pickup_n > li > dl > dd .photo {
  float: left;
  margin: 0 10px 0 0;
  border: 1px solid #f05566;
  width: 150px;
}

ul.srch_fac_pickup_n > li > dl > dd > .infobox > .lead {
  width: 325px;
  line-height: 1.38;
  margin: 11px 0px 0;
  font-weight: 400;
  font-size: 16px;
}

ul.srch_fac_pickup_n > li > dl > dd > .infobox > .addressbox {
  position: static;
  width: 325px;
  line-height: 1.4;
  margin: 15px 0 0 3px;
  font-size: 13px;
}

ul.srch_fac_pickup_n > li > dl > dd > .infobox > .addressbox > .btn_map {
  position: absolute;
  top: 49px;
  right: 0;
  background: #fff;
}

ul.srch_fac_pickup_n > li > dl > dd > .infobox > .tel {
  margin: 1px 0 0 3px;
  width: 301px;
  font-size: 13px;
}

ul.srch_fac_pickup_n > li > dl > dd > .infobox > .tel.call {
  background: url("https://www.homemate-research.com/search/image_cmn/ico_tel_call.png") no-repeat left center;
  background-size: 20px 20px;
  font-weight: 600;
  margin: 8px 0 0 0;
  padding: 0 0 0 24px;
}
ul.srch_fac_pickup_n > li > dl > dd > .infobox > .area {
  font-weight: 600;
  position: absolute;
  right: 0;

}
ul.srch_fac_pickup_n > li > dl > dd > .infobox > .fax {
  margin: 1px 0 0 3px;
  width: 352px;
  font-size: 13px;
}

ul.srch_fac_pickup_n > li > dl > dd > .infobox > .btn_dtl {
  position: absolute;
  top: 10px;
  right: 0;
  background: #fff;
}


/* ----------------------------
 ポイント5倍表示
------------------------------ */
.info_pointup {
  width: 660px;
  margin: 20px auto;
  box-sizing: border-box;
  background: #fffdf6;
  border: 1px solid #f08609;

}

.info_pointup:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.info_pointup .lead {
  float: left;
  width: 360px;
  margin: 18px 10px;
  padding: 0 0 0 40px;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: -0.05em;
  background: url(/search/image/dtl_new/ico-pickup-crown.png) no-repeat 0 center;
  background-size: 34px;
  box-sizing: border-box;
  min-height: 34px;
}

.info_pointup.ico_s .lead {
  width: 355px;
  margin: 16px 0 16px 18px;
  padding: 0 0 0 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 600;
  background: url(/search/image/dtl_new/ico-pickup-crown.png) no-repeat 0 center;
  background-size: 34px;
}

.info_pointup .lead .red {
  padding: 0 0 0 2px;
  color: #f00;
}

.info_pointup .btn_lnk_getpoint {
  float: right;
  margin: 17px 12px 17px 0;
}

.info_pointup.ico_s .btn_lnk_getpoint {
  float: right;
  margin: 16px 16px 0 0;
}

.info_pointup .btn_lnk_getpoint a {
  display: block;
}

.info_pointup .btn_lnk_getpoint img {
  vertical-align: middle;
}


/* ----------------------------
 おすすめ検索リストのタイトル
------------------------------ */
#main.rcm ul[class^="srch_fac_pickup"] > li > dl > dt {
  margin: 0 0 10px;
  padding: 0 10px 0;
  font-size: 16px;
  font-weight: 600;
}

#main.rcm ul[class^="srch_fac_pickup"] > li > dl > dd > .area {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 0;
  padding: 0 0 0 18px;
  color: #262626;
  font-size: 13px;
  background: url(../search/image/list_home02.png) no-repeat 0 2px;
  background-size: 12px 11px;
}

ul[class^="srch_fac_pickup"] table.fa_info {
  border: solid 2px #f05566;
  width: 466px;
  border-collapse: collapse;
  font-size: 15px;
}
ul[class^="srch_fac_pickup"] table.fa_info tr th {
  padding: 7px 0px;
  background: #fdeef0;
  font-size: 14px;
  font-weight: 600;
  width: 25%;
  text-align: center;
  text-indent: .25em;
  border-right: 1px solid #f05566;
  border-bottom: 1px solid #f05566;
  vertical-align: middle;
  line-height: 45px;
}
/* tableが3行の時は高さ低く */
ul[class^="srch_fac_pickup"] table.fa_info tr:first-child:nth-last-child(3) th,
ul[class^="srch_fac_pickup"] table.fa_info tr:nth-of-type(2):nth-last-child(2) th,
ul[class^="srch_fac_pickup"] table.fa_info tr:nth-of-type(3):last-child th {
  line-height: 1.4;
}
ul[class^="srch_fac_pickup"] table.fa_info tr:first-child:nth-last-child(3) th {
  line-height: 1.4;
}
ul[class^="srch_fac_pickup"] table.fa_info tr td {
  padding: 8px 8px 8px 12px;
  border-right: 1px solid #f05566;
  border-bottom: 0;
  line-height: 1.4;
  width: 75%;
  vertical-align: middle;
}
ul[class^="srch_fac_pickup"] .btn_pickup {
  display: flex;
  justify-content: center;
  width: calc( 472px + 30px );
  margin: 10px auto 0;
}
ul[class^="srch_fac_pickup"] .btn_pickup li{
  padding-left: 5px;
  padding-right: 5px;
}


/* ----------------------------
 地図から生活施設検索ボタン
------------------------------ */
.btn_map_srch {
  margin: 15px auto;
  text-align: center;
}

.btn_map_srch a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .btn_map_srch a:hover {
    opacity: 1;
  }
}


/*----------------------------
 近隣エリアの生活施設追加 2018012 #13187
----------------------------*/
.near_area_cate {
  width: 650px;
  margin: 30px auto 20px;
  padding: 0;
}

.near_area_cate h2 {
  background: #D8F1DB;
  color: #009512;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 0 15px;
  padding: 6px 10px 5px 26px;
}

.near_area_cate .area_list {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding: 0 15px 0 22px;
}

.near_area_cate .area_list li {
  background-color: #e1658d;
  border-radius: 5px;
  border-bottom: solid 3px #d64d74;
  box-sizing: border-box;
  font-size: 14px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 5px 10px;
}

.near_area_cate .area_list li:hover {
  background-color: #f17ca2;
}

.near_area_cate .area_list li a {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0 15px;
}

.pref_txt {
  font-weight: normal;
  font-size: 14px;
}

/* 県の一覧に市区町村一覧 */
.near_area_cate + .near_area_cate{
  margin-top: 0;
}
.pref_info{
  margin: 0 auto 0 18px;
  display: flex;
  flex-wrap: wrap;
  width: 600px;
}
.pref_info li{
  width: 25%;
  text-align: left;
  position: relative;
  font-size: 15px;
  padding-left: 20px;
  margin: 0 0 9px 0;
  box-sizing: border-box;
  letter-spacing: normal;
}
.pref_info li:before{
  content: '';
  position: absolute;
  top: 4px;
  left: 6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  border-color: transparent transparent transparent #f2618c;
}
.pref_info li a{
 font-weight: 600;
}
.pref_info + .pref_info{
  border-top: solid 1px #f2618d;
  margin-top: 8px;
  padding-top: 15px;
}

/* 区 */
.pref_info.li_town + .pref_info {
  border-color: #f4ccd6;
  padding-top: 12px;
  margin-top: 2px;
}
.pref_info.li_town li:first-child{
  width: 100%;
  letter-spacing: .1em;
  margin-bottom: 6px;
}
.pref_info.li_town li:not(:first-child) {
  width: calc( 20% - 1em);
  margin-left: 1em;
  font-size: 14px;
}
.pref_info.li_town li:not(:first-child):before {
  border-width: 5px 0 5px 6px;
}

/*----------------------------------------------------------------
	施設写真／動画コンテストバナー
----------------------------------------------------------------*/
figure.bnr_campmcon_category_top {
  clear: both;
  margin: 0 auto;
  padding: 12px 0 20px;
  text-align: center;
  width: 600px;
}

figure.bnr_campmcon_category_top img {
  margin: 0 0 7px;
}
figure.bnr_campmcon_category_top figcaption.txt_m {
  font-size: 15px;
}

/*----------------------------------------------------------------
	県一覧から市区町村削除（区のスタイル追加）
----------------------------------------------------------------*/

* > ul[class^="srch_li"].area_ward {
  background: #f7ffe7;
  border: solid 1px #e3f1c7;
  padding: 10px 10px 8px;
  width: auto;
  box-sizing: border-box;
}
* > ul[class^="srch_li"].area_ward a{
  font-size: 15px !important;
}
* > .link_listall_prf{
  border-bottom: 1px solid #7DD347;
  padding-bottom: 10px;
}
* > ul[class^="srch_li"]{
  padding: 0;
}
* > ul[class^="srch_li"] > li{
  background-position: left center;
}
* > ul[class^="srch_li"] a{
  font-size: 15px;
  letter-spacing: .02em;
}
* > ul[class^="srch_li_3"] > li:nth-child(3n){
  margin-right: 0;
}
* > .link_listall{
  margin-left: 5px;
}
* > .link_listall a,
* > .link_listall.link_listall_prf a{
  font-size: 15px;
}
* > .link_listall.link_listall_prf a{
  font-weight: 600;
}
* > [class^="area_city"] {
  margin: 0 0 10px;
}
* > .srch_count, .link_listall .count{
  color: #000;
  margin: 0;
}

/* section直下のulは区なので区のリスト*/
section > ul[class^="srch_li"]{
  width: 100%;
  margin:  0 0;
  border-top: 1px solid #7DD347;
  padding-top: 10px;
}
section > ul[class^="srch_li_3"] > li{
  width: 212px;
}

.srch > .srch_ttl {
  text-align: left;
}

* > .facility_lst {
  margin: 0 auto;
  width: 658px;
}

* > .facility_lst .fa_li {
  border: 1px solid #ffbb31;
  padding-bottom: 10px;
  border-top-width: 3px;
}

* > .facility_lst .fa_li .fa_inner {
  padding: 0;
}

.mod_ttl {
  align-items: center;
  background: #ffe5b0;
  display: flex;
  justify-content: space-between;
  margin: 0 0 10px;
  min-height: 45px;
  padding: 0 10px;
  position: relative;
  width: 100%;
}

.fa_box {
  display: flex;
  padding: 0 10px 10px;
}

* > .facility_lst .fa_li .fa_ttl {
  border-bottom: 0;
  padding: 2px 0 2px 0;
}

* > .facility_lst .fa_li .fa_ttl::before {
  background: #f2618d;
  bottom: 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 15px;
}

* > .facility_lst .fa_li .fa_ttl .fa_name {
    display: table-cell;
    width: 100%;
    padding: 5px 5px 5px 35px;
    font-size: 16px;
    font-weight: 600;
    background: url(/search/image/dtl_new/ico-pickup-crown.png) no-repeat left center;
    background-size: 28px;
    line-height: 1.4;
    vertical-align: middle;
}

* > .facility_lst .fa_li .fa_ttl::before,
* > .facility_lst .fa_li .fa_ttl::after {
  display: none;
}

* > .facility_lst .fa_li .fa_img {
  margin: 0 7px 0 0;
}

* > .facility_lst.renew919 .fa_li .evaluate_area {
  border: 1px solid #ffbb31;
}

* > .facility_lst.renew919 .fa_li .evaluate_area .user_up li {
  border-right: 1px solid #ffbb31;
}

* > .facility_lst .btn_pickup {
  display: flex;
  justify-content: center;
  width: calc( 472px + 30px );
  margin: 0 auto 0;
}

* > .facility_lst .btn_pickup li{
  padding-left: 5px;
  padding-right: 5px;
}

* > .facility_lst.renew919 .btn_pickup li img {
  display: inline-block;
  height: 27px;
  object-fit: contain;
  width: auto;
}

* > [class^="area_city"] {
  width: 615px;
}

* > .joken_area #pref_box .place_li_in li {
    width: 170px;
}

#js_srch_50on_box.joken_area > ul.li_area > li > dl {
    position: inherit;
}

* > .joken_inner > .joken_area > div.keyword input[type="text"] {
  padding: 2px 5px;
}

#js_srch_50on_box.joken_area > ul.li_area > li > dl > dd > ul {
  padding: 5px 0px;
  font-size: 18px;
}

/* ---------------------------------------
 google広告表示 mod_ad_area
---------------------------------------- */
.ad_bnrbox {
  border-top: 4px solid #30adb8;
  display: flex;
  flex-flow: row wrap;
  float: none;
  justify-content: center;
  margin: 21px auto 15px;
  padding: 40px 0 0;
  width: 646px;
}

.ad_bnrbox .ad_box {
  display: inline-block;
  margin: 0 auto;
  padding: 0 8px;
  vertical-align: top;
}

.box_side .ad_box{
  margin-bottom: 15px;
}

/*--------------------------------
	ページ送り＆ページジャンプ
--------------------------------*/
#content.flclear {
  overflow: visible;
}

#content.flclear:after {
  content: "";
  display: table;
  clear: both;
}

.page_skip {
  position: relative;
  margin: 10px auto 15px;
  text-align: center;
  letter-spacing: 0;
  text-align: center;
}

.page_skip_ul {
  position: relative;
  right: 75px;
}

.page_skip_ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.page_nav_ul {
  position: relative;
  right: 75px;
}

.page_nav_ul li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.page_nav_ul02 li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.page_count_box {
  width: 34px;
  height: 34px;
  line-height: 34px;
  margin: 0 2px;
  padding: 0;
  border: 1px solid #1d558d;
  font-size: 15px;
  border-radius: 2px;
  letter-spacing: 0;
  background: #4250dc;
  color: #fff;
}

.page_count_box a {
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  font-size: 15px;
  letter-spacing: 0.01em;
  background: #fff;
  color: #4250dc;
}

.page_count_box a:hover {
  background: #4250dc;
  color: #fff;
  font-weight: 600;
}

.page_count_ellipsis {
  line-height: 34px;
}

.p_toback,
.p_tonext {
  width: 95px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  color: #1d558d;
  font-size: 15px;
  line-height: 34px;
}

.p_toback {
  padding-right: 10px;
  background: url(/image_cmn/bg_back.png) no-repeat 92px 12px;
}

.p_tonext {
  padding-left: 10px;
  background: url(/image_cmn/bg_next.png) no-repeat 9px 12px;
}

.p_toback a:hover {
  display: block;
  width: 95px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  margin-right: -10px;
  padding-right: 10px;
  background: url(/image_cmn/bg_back_ov.png) no-repeat 92px 12px #4250dc;
}

.p_tonext a:hover {
  display: block;
  width: 95px;
  color: #fff;
  font-weight: 600;
  line-height: 34px;
  margin-left: -10px;
  padding-left: 10px;
  background: url(/image_cmn/bg_next_ov.png) no-repeat 9px 12px #4250dc;
}

.p_toback_gr {
  padding-right: 10px;
  width: 95px;
  border-radius: 2px;
  background: url(/image_cmn/bg_back_gr.png) no-repeat 92px 12px #ccc;
  color: #8E8E8E;
  font-size: 15px;
  line-height: 36px;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.p_tonext_gr {
  padding-left: 10px;
  width: 95px;
  border-radius: 2px;
  background: url(/image_cmn/bg_next_gr.png) no-repeat 9px 12px #ccc;
  color: #8E8E8E;
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
  line-height: 36px;
  font-size: 15px;
}

.page_select {
  position: absolute;
  margin-left: 1px;
}

.page_select_ttl {
  position: relative;
  padding-left: 2px;
  display: block;
  width: 146px;
  background: url("https://www.homemate-research.com/image_cmn/bg_select_bottom.png") no-repeat right center;
  color: #1d558d;
  font-size: 15px;
  text-align: left;
  line-height: 34px;
  cursor: pointer;
}

.page_select_ttl span {
  display: block;
  position: relative;
  width: 137px;
  padding-left: 8px;
  border: 1px solid #1d558d;
  border-radius: 2px;
  color: #1d558d;
  font-size: 15px;
  text-align: left;
  line-height: 34px;
  cursor: pointer;
}

.page_select_ttl_hover {
  background: url("https://www.homemate-research.com/image_cmn/bg_select_bottom_on.png")#fff no-repeat right center;
  color: #1d558d;
}

.page_select_ttl_hover span {
  border-radius: 2px 2px 0 0 / 2px 2px 0 0;
  border-bottom: 1px dotted #1d558d;
}

.page_select_menu {
  position: relative;
  left: 2px;
  width: 145px;
  max-height: 195px;
  overflow-y: scroll;
  overflow-x: hidden;
  line-height: 34px;
  border-left: 1px solid #1d558d;
  border-right: 1px solid #1d558d;
  border-bottom: 1px solid #1d558d;
  color: #1d558d;
  font-size: 15px;
  text-align: left;
  z-index: 1000;
}

.page_select_menu ul {
  width: 145px;
  text-indent: 10px;
}

.page_select_menu li {
  background: #fff;
  border-bottom: 1px dotted #1d558d;
}

.page_select_menu li.first_list {
  margin-left: -10px;
}

.page_select_menu .li_last {
  border-bottom: none;
  margin-left: -9px;
  padding-left: 9px;
}

.page_select_menu a {
  display: block;
  width: 140px;
}

.page_select_menu a:hover {
  background: #FFE6EB;
}

.page_select_menu::-webkit-scrollbar {
  width: 12px;
}

.page_select_menu::-webkit-scrollbar-track {
  background: rgba(200, 200, 200, 1);
}

.page_select_menu::-webkit-scrollbar-thumb {
  background: rgba(200, 230, 255, 1);
}

.page_select_menu::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(200, 230, 255, 1);
}

#mypage_ad_foot {
  margin: 20px auto 15px;
}

.btm_illust img {
  margin: 20px auto!important;
}

.header_btm {
  margin: 5px 0;
  display: inline-block;
  width: 1000px;
}

.header_btm #siteroute {
  float: left;
  width: 750px !important;
  margin-left: 15px !important;
}

.btn_pre {
  float: right;
  width: 204px;
}

/* facility pink */
* > .facility_lst .fa_li_pink .fa_inner {
  padding: 10px 10px 0 10px;
}
* > .facility_lst .fa_li_pink .fa_img {
  margin-right: 0;
}
* > .facility_lst .fa_li_pink .fa_ttl .fa_name {
  background: none;
  padding: 2px 0;
}
* > .facility_lst .fa_li.fa_li_pink .fa_ttl {
  background: none;
  margin-bottom: -1px;
  padding: 0 0 0 20px;
  position: relative;
}
* > .facility_lst .fa_li.fa_li_pink .fa_ttl::before {
  background: #f2618d;
  bottom: 0;
  border-radius: 50%;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 6px;
  width: 15px;
}
* > .facility_lst .fa_li.fa_li_pink .fa_ttl .fa_name::after {
  border: 4px solid transparent;
  border-left: 5px solid #fff;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 7px;
  left: 6px;
  position: absolute;
  top: 9px;
  width: 6px;
}
* > .facility_lst .fa_li.fa_li_pink {
  border: 1px solid #f05566;
  border-top-width: 3px;
}
* > .facility_lst.renew919 .fa_li.fa_li_pink .evaluate_area {
  border: 1px solid #f05566;
  margin-top: 0;
}
* > .facility_lst.renew919 .fa_li.fa_li_pink .evaluate_area .user_up li {
  border-right: 1px solid #f05566;
}
* > .facility_lst.renew919 .fa_li.fa_li_pink .evaluate_area .user_up .no_border {
  border-right: 0;
}
/* common */
.srchbtn_box_list_up {
  margin: 3px auto 0;
}
* > #content {
  width: 1000px;
}
* > #content #main {
  width: 670px;
}
* > .list_count .count_area {
  font-size: 17px;
  letter-spacing: 0;
}
* > .list_count .count_area span {
  font-size: 20px;
}
* > .list_count .count_ttl {
  padding: 9px 15px 7px 30px;
}
* > .top_lead {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 13px;
  padding: 0 20px;
  width: 630px;
}
.totalcount {
  padding: 0.7em 1.5em;
}
.rank_list._access {
  margin: 18px auto 0;
}
* > .facility_lst .fa_li .fa_area {
  margin: 2px 0;
}
* > .facility_lst.renew919 .fa_li .evaluate_area {
  margin-top: 10px;
}
* > .facility_lst .fa_li.fa_li_pink .fa_address {
  margin-bottom: 0;
  line-height: 1.4;
}
* > .facility_lst .fa_li.fa_li_pink .mod_area_info_box.plus_btn {
  margin-top: 0;
}
* > .facility_lst .fa_li.fa_li_pink .fa_pr {
  margin-top: 8px;
  padding-bottom: 6px;
}

#side {
  margin-top: 18px;
}

p.area_count {
  margin: 2px 0px 15px 10px;
}

.srch {
  margin-left: 10px;
}

.linkicon {
  margin: -5px -3px 1.5em;
}

* > [class^="area_city"] {
    margin: 0;
}

* > .srh_joken3 .joken_inner {
    margin: 0 5px 15px;
}

.tel.call a img:hover {
  opacity: .7;
}