@charset "utf-8";
/*-----------------------------------------
 新しいお部屋探しのご提案 #rent_pr_search
-------------------------------------------*/
#rent_pr_search {
  border: 2px solid #eb82ac;
  margin: 62px auto 0;
  width: 920px;
}

#rent_pr_search .rent_pr {
  background: url("/search/image/dtl_new/rent-pr-bg.png") repeat 0 0;
  background-size: 7px;
  border: 2px solid #ffd2e4;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  letter-spacing: 0.05em;
  justify-content: center;
  padding-bottom: 28px;
  position: relative;
}

.rent_pr_search_v2 #rent_pr_search {
  width: 800px;
}

#rent_pr_search .rent_pr_ttl {
  background: #db3b3b;
  color: #fff;
  display: inline-block;
  height: 52px;
  padding: 0 15px;
  position: absolute;
  left: 50%;
  margin: 0;
  text-align: center;
  top: -35px;
  transform: translateX(-50%);
  width: 100%;
  max-width: max-content;
}

#rent_pr_search .rent_pr_ttl:before,
#rent_pr_search .rent_pr_ttl:after {
  content: '';
  height: 58px;
  position: absolute;
  top: 0;
  width: 70px;
}

#rent_pr_search .rent_pr_ttl:before {
  background: url("/search/image/dtl_new/rent-pr-ttl-cate_l.png") no-repeat center center / contain;
  left: -65px;
}

#rent_pr_search .rent_pr_ttl:after {
  background: url("/search/image/dtl_new/rent-pr-ttl-cate_r.png") no-repeat center center / contain;
  right: -65px;
}

#rent_pr_search .rent_pr_ttl h2 {
  font-size: 22px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝体", "游明朝", "Yu Mincho", YuMincho, "ＭＳ Ｐ明朝", "HG明朝E", "ryo-display-plusn", serif;
  font-weight: 600;
  line-height: 52px;
  padding: 0;
  margin: 0;
  min-width: 380px;
  width: 100%;
}

#rent_pr_search .rent_pr_inner {
  font-size: 15px;
  line-height: 1.15;
  margin-right: 35px;
  margin-top: 70px;
  text-align: left;
  width: 282px;
}

#rent_pr_search .rent_pr_inner p {
  letter-spacing: 0.04em;
  line-height: 1.6 !important;
  margin: 0;
}

#rent_pr_search .rent_pr_inner p:last-of-type {
  display: inline;
}

#rent_pr_search .rent_arrow::before,
#modal_rent_pr_more .rent_arrow::before {
  border: 5px solid transparent;
  border-left: 7px solid #fff;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 0;
  margin-left: 5px;
  width: 0;
}

#modal_rent_pr_more .rent_arrow::before {
  border-width: 3px;
  border-left-width: 5px solid #fff;
}

#rent_pr_search p .rent_arrow::before,
#modal_rent_pr_more p .rent_arrow::before {
  border-width: 5px;
  border-left: 7px solid #000;
}

/* さらに読む */
#rent_pr_search .rent_pr_inner .btn_read_more {
  display: none;
  margin-left: 15px;
  vertical-align: text-bottom;
}

.show_more #rent_pr_search .rent_pr_inner .btn_read_more {
  display: inline;
}

#rent_pr_search .rent_pr_inner .btn_read_more a {
  background: #ad7a20;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  height: 37px;
  line-height: 28px;
  margin: 0;
  outline: 1px solid #ad7a20;
  padding: 4px 20px 4px 9px;
  position: relative;
  text-align: center;
  transition: none !important;
  width: 125px;
}

#rent_pr_search .rent_pr_inner .btn_read_more a::after {
  border: 4px solid transparent;
  border-left: 6px solid #fff;
  box-sizing: border-box;
  bottom: 0;
  content: "";
  height: 8px;
  margin: auto;
  position: absolute;
  right: 1px;
  top: 0;
  vertical-align: middle;
  width: 6px;
}

#rent_pr_search .rent_pr_inner .btn_read_more a:hover {
  opacity: 0.7;
}

/* イラスト */
#rent_pr_search .chart {
  margin-top: 37px;
}

#rent_pr_search .chart ol {
  background: url("/search/image/dtl_new/rent-pr-illust-dtl.png") no-repeat 0 0;
  background-size: 100%;
  height: 313px;
  margin: 0;
  padding: 0;
  position: relative;
  width: 358px;
}

#rent_pr_search .chart li {
  border-radius: 50%;
  box-sizing: border-box;
  font-weight: 600;
  height: 170px;
  position: absolute;
  width: 151px;
  z-index: 2;
}

#rent_pr_search .chart li a {
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  height: 151px;
  letter-spacing: 0;
  line-height: 1.3;
  padding: 72px 0 0;
  position: relative;
  text-align: center;
  width: 151px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #rent_pr_search .chart li a {
    font-weight: 600;
  }
}

#rent_pr_search .chart li a::before {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 27px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 8px;
  right: 0;
  width: 27px;
}

#rent_pr_search .chart li a:hover {
  opacity: 1;
}

#rent_pr_search .chart li a:hover::after {
  background: rgba(255, 255, 255, 0.20);
  border-radius: 50%;
  content: "";
  height: 170px;
  left: 0;
  position: absolute;
  top: 0;
  width: 170px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  #rent_pr_search .chart li a:hover::after {
    content: none;
  }
}

#rent_pr_search .chart li span#rent_cate_name {
  display: inline;
  white-space: wrap !important;
}
#rent_pr_search .chart li span:not(#rent_cate_name) {
  display: inline-block;
  white-space: nowrap;
}

#rent_pr_search .chart li .btn {
  background: #ffe96d;
  border: none;
  box-shadow: 0px 1px 2px 1px rgba(68, 68, 68, 0.4);
  box-sizing: border-box;
  border-radius: 12px;
  color: #000;
  display: block;
  font-weight: 600;
  height: 24px;
  line-height: 25px;
  letter-spacing: 0.3em;
  margin: 5px auto;
  padding: 0 7px 0 0;
  position: relative;
  text-align: center;
  text-indent: 0.4em;
  text-shadow: none;
  width: 60px;
}

#rent_pr_search .chart li .btn::after {
  border: 4px solid transparent;
  border-left: 4px solid #f00;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 7px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
}

/* 現在地から検索 */
[class*="btn_gps"] {
  bottom: 23px;
  display: none;
  position: absolute;
}

[class*="btn_gps"] a {
  display: block;
}

/*ファーストビューの画像位置変更*/
.btn_gps_r {
  right: 23px;
}

.btn_gps_l {
  left: 23px;
}

.btn_gps_top {
  bottom: inherit;
  top: 23px;
}

.btn_gps_l.btn_srh_t {
  bottom: 85px;
  left: 45px;
}
.btn_gps_l.btn_srh_l_t {
  bottom: 187px;
  left: 10px;
}
.btn_gps_l.btn_srh_r_t {
  bottom: 197px;
  left: 52px;
}
.btn_gps_l.btn_srh_r_t2 {
  bottom: 169px;
  left: 118px;
}
.btn_gps_l.btn_srh_r_t3 {
  bottom: 152px;
  left: 164px;
}
.btn_gps_l.btn_srh_b {
  bottom: inherit;
  left: 10px;
  top: 187px;
}
.btn_gps_l.btn_srh_b_l {
  bottom: 10px;
  left: 20px;
}
.btn_gps_l.btn_srh_r {
  bottom: 118px;
  left: 181px;
}
.btn_gps_r.btn_srh_t {
  bottom: 187px;
  right: 10px;
}
.btn_gps_r.btn_srh_l {
  bottom: 10px;
  right: 192px;
}
.btn_gps_r.btn_srh_l_b {
  bottom: 89px;
  right: 182px;
}
.btn_gps_r.btn_srh_l.doctor {
  right: 186px;
}
.btn_gps_r.btn_srh_t.castle {
  bottom: 245px;
}
.btn_gps_r.btn_srh_t.religious_building {
  bottom: 226px;
  right: 132px;
}
.btn_gps_l.btn_srh_studypeer {
  bottom: 200px;
}

.btn_gps_mapresearch {
  left: 23px;
}

.btn_gps_mapresearch_r {
  right: 23px;
}

.btn_gps_mapresearch_l_2 {
  left: 203px;
}

.btn_gps_mapresearch_r_2 {
  right: 203px;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) {
  [class*="btn_gps"] {
    display: block;
  }
}

#rent_pr_search .chart li:nth-child(1) {
  left: -2px;
  margin: auto;
  right: 0;
  z-index: 5;
  height: 186px;
  width: 186px;
}

#rent_pr_search .chart li:nth-child(1) a {
  padding-top: 75px;
  font-size: 15px;
  letter-spacing: -.025em;
  height: 186px;
  width: 186px;
  text-shadow:
  
  0px  0px 2px #2a902a,  0px  0px 2px #2a902a,
  0px  0px 2px #2a902a,  0px  0px 2px #2a902a,
  2px  2px 1px #2a902a, -2px  2px 1px #2a902a,
  2px -2px 1px #2a902a, -2px -2px 1px #2a902a,
  2px  0px 1px #2a902a,  0px  2px 1px #2a902a,
  -2px  0px 1px #2a902a,  0px -2px 1px #2a902a,
  2px  2px 1px #2a902a, -2px  2px 1px #2a902a,
  2px -2px 1px #2a902a, -2px -2px 1px #2a902a,
  2px  0px 1px #2a902a,  0px  2px 1px #2a902a,
  -2px  0px 1px #2a902a,  0px -2px 1px #2a902a;
}

#rent_pr_search .chart li:nth-child(1) a:hover::after {
  height: 186px;
  width: 186px;
}

#rent_pr_search .chart li:nth-child(1) a .rent_arrow::before {
  border-left: 7px solid #fff;
}

#rent_pr_search .chart li:nth-child(1) span.btn:not(#rent_cate_name) {
  display: block;
  font-size: 16px;
  height: 1.8em;
  line-height: 1.8;
  border-radius: 50px;
  line-height: 1.8;
}

#rent_pr_search .chart li:nth-child(1) span.min {
  font-size: 14px;
}
#rent_pr_search .chart li:nth-child(1) span.big {
  font-size: 17px;
}

/* こだわりから検索 */
#rent_pr_search .chart li:nth-child(2) {
  right: 2px;
  top: 135px;
}

#rent_pr_search .chart li:nth-child(2) a {
  text-shadow:
  0px  0px 2px #f85e81,  0px  0px 2px #f85e81,
  0px  0px 2px #f85e81,  0px  0px 2px #f85e81,
  2px  2px 1px #f85e81, -2px  2px 1px #f85e81,
  2px -2px 1px #f85e81, -2px -2px 1px #f85e81,
  2px  0px 1px #f85e81,  0px  2px 1px #f85e81,
  -2px  0px 1px #f85e81,  0px -2px 1px #f85e81,
  2px  2px 1px #f85e81, -2px  2px 1px #f85e81,
  2px -2px 1px #f85e81, -2px -2px 1px #f85e81,
  2px  0px 1px #f85e81,  0px  2px 1px #f85e81,
  -2px  0px 1px #f85e81,  0px -2px 1px #f85e81;
  }

/* 希望の地域・家賃・間取りからお部屋を探す */
#rent_pr_search .chart li:nth-child(3) {
  left: 2px;
  top: 135px;
}

#rent_pr_search .chart li:nth-child(3) a {
  text-shadow: 
  0px  0px 2px #2e75b8,  0px  0px 2px #2e75b8,
  0px  0px 2px #2e75b8,  0px  0px 2px #2e75b8,
  2px  2px 1px #2e75b8, -2px  2px 1px #2e75b8,
  2px -2px 1px #2e75b8, -2px -2px 1px #2e75b8,
  2px  0px 1px #2e75b8,  0px  2px 1px #2e75b8,
  -2px  0px 1px #2e75b8,  0px -2px 1px #2e75b8,
  2px  2px 1px #2e75b8, -2px  2px 1px #2e75b8,
  2px -2px 1px #2e75b8, -2px -2px 1px #2e75b8,
  2px  0px 1px #2e75b8,  0px  2px 1px #2e75b8,
  -2px  0px 1px #2e75b8,  0px -2px 1px #2e75b8;
}

/* グレー no_link */
#rent_pr_search .chart ol .no_link {
  z-index: 1;
}

#rent_pr_search .chart ol .no_link a {
  pointer-events: none;
  pointer-events: none;
  text-shadow:
  0px 0px 2px #edffed,
  3px 3px 1px #edffed,
  -3px 3px 0px #edffed, 
  3px -3px 1px #edffed,
  -3px -3px 0px #edffed,
  3px 0px 1px #edffed,
  0px 3px 0px #edffed,
  -3px 0px 1px #edffed,
  0px -3px 0px #edffed;
}

#rent_pr_search .chart ol .no_link a .rent_arrow::before {
  border-left: 7px solid #2ca359;
}

#rent_pr_search .chart ol .no_link .cap {
  font-size: 11px;
  display: inline-block !important;
}

/* 現在地から検索がnonacticveのとき gr_01 */
#rent_pr_search .chart .gr_01 {
  background: url("/search/image/dtl_new/rent-pr-illust-top.png") no-repeat 0 0;
  background-size: 100%;
}

#rent_pr_search .chart .gr_01 li:nth-child(1) a {
  color: #2ca359;
  font-weight: 600;
  padding-top: 78px;
}

/*-- さらに読む モーダル --*/
.modal-wrap .js-modal_content.modal_rent_pr_more {
  width: auto;
}

.js-modal_content.modal_rent_pr_more {
  background: none;
  border: none;
  display: none;
  position: absolute;
  z-index: 103;
}

.modal_rent_pr_more dl {
  background: #fff;
  border: 2px solid #dd9e47;
  border-radius: 8px;
  padding: 40px 45px 30px;
  position: relative;
  width: 860px;
}

.modal_rent_pr_more dt {
  display: inline-block;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: -15px;
}
.modal_rent_pr_more dt img {
  height: 40px;
  width: auto;
}

.modal_rent_pr_more dd {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  word-break: normal;
}

.modal_rent_pr_more .img_box {
  height: 220px;
  margin-top: 15px;
  width: 320px;
}

.modal_rent_pr_more .img_box.illust {
  background: url("/search/image/dtl_new/rent-pr-modal-illust-bg.png") no-repeat 0 0;
  background-size: 320px 220px;
  margin-top: 0;
  position: relative;
}

.modal_rent_pr_more .img_box.illust li {
  color: #fff;
  font-size: 10px;
  letter-spacing: 0;
  line-height: 1.4;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(152, 152, 152, 0.65);
  width: 120px;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .modal_rent_pr_more .img_box.illust li {
    font-weight: 600;
  }
}

.modal_rent_pr_more .img_box.illust li:nth-child(1) {
  left: 100px;
  top: 82px;
}

.modal_rent_pr_more .img_box.illust .adj_text {
  letter-spacing: -0.03em;
}

.modal_rent_pr_more .img_box.illust li:nth-child(2) {
  left: 180px;
  top: 170px;
}

.modal_rent_pr_more .img_box.illust li:nth-child(3) {
  font-feature-settings: "palt"1;
  left: 22px;
  top: 170px;
}

.modal_rent_pr_more .text_box:nth-of-type(n+2) {
  margin-top: 10px;
}

.modal_rent_pr_more .text_box p {
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 1.7;
  margin: 0;
  text-align: left;
  width: 425px;
}

.modal_rent_pr_more .text_box:first-of-type p:nth-child(2) {
  margin-top: 15px;
}

.modal_rent_pr_more .btn_box {
  background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: none;
  display: block;
  height: auto;
  margin: 10px auto 0;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
  width: 128px;
}

.modal_rent_pr_more .btn_box .close {
  background: #ad7a20;
  border: 1px solid #fff;
  box-sizing: border-box;
  color: #fff;
  display: block;
  float: none;
  font-size: 14px;
  font-weight: 600;
  height: 28px;
  line-height: 28px;
  margin: 1px;
  opacity: 1;
  outline: 1px solid #ad7a20;
  padding: 0 14px 0 0;
  position: relative;
  border-radius: 0;
  text-align: center;
  text-indent: 10px;
  text-shadow: none;
  touch-action: auto;
  width: 128px;
}

.modal_rent_pr_more .btn_box .close::before {
  background: #fff;
  border-radius: 0;
  bottom: auto;
  content: "";
  display: block;
  height: 2px;
  left: auto;
  position: absolute;
  right: 6px;
  top: 50%;
  transform: rotate(45deg);
  width: 12px;
}

.modal_rent_pr_more .btn_box .close::after {
  background: #fff;
  content: "";
  display: block;
  position: absolute;
  right: 6px;
  top: 50%;
  width: 12px;
  height: 2px;
  transform: rotate(135deg);
}

.modal_rent_pr_more .btn_box .close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.modal_rent_pr_more .btn_box::before,
.modal_rent_pr_more .btn_box::after {
  border: none;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 0;
  left: 0;
  margin: auto;
  position: relative;
  top: 0;
  width: 0;
  z-index: 0;
}

/*-- 希望の地域・家賃・間取りからお部屋を探す モーダル --*/
.js-modal_content.modal_rent_pr_area {
  background: #fff;
  border: 5px solid #ff90b0;
  border-radius: 10px;
  color: #333;
  display: none;
  position: relative;
  width: 800px;
}

.modal_rent_pr_area .area_list_wrap > dt {
  background: #ff90b0;
  font-size: 23px;
  font-weight: 600;
  height: 45px;
  letter-spacing: 0;
  line-height: 45px;
  position: relative;
  text-align: left;
  text-indent: 45px;
}

.modal_rent_pr_area .area_list_wrap > dt::before {
  background: url("/search/image/dtl_new/rent-pr-modal-area-ico-srh.png") no-repeat 0 0;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 20px;
  left: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}

.modal_rent_pr_area .area_list_wrap > dd {
  background: url("/search/image/dtl_new/rent-pr-modal-area-img-map.png") no-repeat top 60px right 10px;
  background-size: 465px 457px;
  padding: 18px 20px 10px;
}

.modal_rent_pr_area .area_list > dt {
  color: #ea4f7b;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 24px;
  position: relative;
  text-align: center;
}

.modal_rent_pr_area .area_list > dt::before,
.modal_rent_pr_area .area_list > dt::after {
  background: url("/search/image/dtl_new/rent-pr-modal-area-bg-ttl.png") repeat-x 0 0;
  background-size: 18px 20px;
  bottom: 0;
  content: "";
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 250px;
}

.modal_rent_pr_area .area_list > dt::before {
  left: 0;
}

.modal_rent_pr_area .area_list > dt::after {
  right: 0;
}

.modal_rent_pr_area .area_list p {
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  margin-top: 20px;
  text-align: left;
}

.modal_rent_pr_area .area_list dl {
  align-items: center;
  border-bottom: 1px solid #d7be9b;
  box-sizing: border-box;
  display: flex;
  height: 55px;
  flex-wrap: nowrap;
}

.modal_rent_pr_area .area_list dl:last-child {
  border-bottom: none;
}

.modal_rent_pr_area .area_list dl dt {
  font-feature-settings: "palt"1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding-right: 10px;
  text-align: center;
  width: 97px;
}

.modal_rent_pr_area .area_list dl dd {
  flex-grow: 1;
}

.modal_rent_pr_area .area_list dl ul {
  display: flex;
  flex-wrap: nowrap;
}

.modal_rent_pr_area .area_list dl ul li {
  background: #fff;
  border-radius: 5px;
  height: 34px;
  margin-right: 8px;
  text-align: center;
  width: 65px;
}

.modal_rent_pr_area .area_list dl ul li:last-child {
  margin-right: 0;
}

.modal_rent_pr_area .area_list dl ul li a {
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0px 2px 0px 0px rgba(102, 102, 102, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  height: 34px;
  letter-spacing: 0.3em;
  line-height: 30px;
  text-indent: 0.3em;
  width: 65px;
}

.modal_rent_pr_area .area_list dl ul .adjust a {
  letter-spacing: 0.05em;
  text-indent: 0;
}

.modal_rent_pr_area .area_list dl ul li a:hover {
  opacity: 0.7;
}

.modal_rent_pr_area .area_list .area_01 li a {
  background: #384fc1;
}

.modal_rent_pr_area .area_list .area_02 li a {
  background: #29a2a7;
}

.modal_rent_pr_area .area_list .area_03 li a {
  background: #08915c;
}

.modal_rent_pr_area .area_list .area_04 li a {
  background: #608c00;
}

.modal_rent_pr_area .area_list .area_05 li a {
  background: #e47b00;
}

.modal_rent_pr_area .area_list .area_06 li a {
  background: #d95593;
}

.modal_rent_pr_area .area_list .area_07 li a {
  background: #d24855;
}

.modal_rent_pr_area .btn_box {
  background: #fff;
  border-radius: 17px;
  height: 34px;
  position: absolute;
  right: 15px;
  top: 3px;
  width: 100px;
}

.modal_rent_pr_area .btn_box::before,
.modal_rent_pr_area .btn_box::after {
  border: 1px solid #fff;
  bottom: 0;
  content: "";
  height: 10px;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
}

.modal_rent_pr_area .btn_box::before {
  transform: rotate(45deg);
}

.modal_rent_pr_area .btn_box::after {
  transform: rotate(135deg);
}

.modal_rent_pr_area .btn_box .close {
  background: #fff;
  border: 2px solid #986b30;
  box-shadow: 0px 1px 2px 1px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 18px;
  color: #9a6c41;
  font-size: 16px;
  font-weight: 600;
  height: 34px;
  letter-spacing: 0;
  line-height: 30px;
  position: relative;
  text-align: center;
  text-indent: 25px;
  width: 100px;
}

.modal_rent_pr_area .btn_box .close::before {
  background: #aa7c45;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 16px;
  left: 11px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 1;
}

.modal_rent_pr_area .btn_box .close:hover {
  cursor: pointer;
  opacity: 0.8;
}

/*-- 現在地周辺の賃貸物件を検索 rent_around_search --*/
#rent_around_search {
  margin: 23px auto 0;
  width: 600px;
}

#rent_around_search a {
  display: inline-block;
}

/*--------------------------------------------------
 関連サイト バナーボックス aside.bnrbox_related_sites
----------------------------------------------------*/
/*-- 基本ボックス --*/
.bnrbox_related_sites {
  background: #f9efdd;
  border: 1px solid #b7af9f;
  margin: 50px auto 0;
  width: 740px;
}
.bnrbox_related_sites.bnrbox_related_sites_v2 {
  width: auto;
}

/*-- 複数バナーリストが入る場合 --*/
.bnrbox_related_sites.w1000 {
  width: 1000px;
}

.bnrbox_related_sites > .inner {
  border: 1px dashed #86745d;
  margin: 4px;
  padding: 25px 20px 20px;
  position: relative;
}

.bnrbox_related_sites > .inner:before {
  background: url("/search/image_cmn/img-box-deco-l.png") no-repeat 0 0, url("/search/image_cmn/img-box-deco-r.png") no-repeat right 0;
  background-size: 18px auto, 18px auto;
  content: "";
  display: block;
  height: 18px;
  margin: 0 auto;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  z-index: 2;
}

.bnrbox_related_sites > .inner:after {
  background: url("/search/image_cmn/img-box-deco-l.png") no-repeat 0 0, url("/search/image_cmn/img-box-deco-r.png") no-repeat right 0;
  background-size: 18px auto, 18px auto;
  bottom: -1px;
  content: "";
  display: block;
  height: 18px;
  margin: 0 auto;
  position: absolute;
  left: -1px;
  right: -1px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  z-index: 2;
}

/*-- タイトル --*/
.ttl_bnrbox_related_sites {
  left: 50%;
  margin: 0;
  padding: 0;
  position: absolute;
  top: -24px;
  transform: translate(-50%, 0);
  z-index: 1;
}

/*-- キャプション設定 --*/
.bnrbox_related_sites .cap {
  color: #333;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.3;
  margin: 5px 0 0;
  text-align: center;
}

/*-- シングルバナー --*/
.bnr_single {
  margin: 15px auto 0;
  text-align: center;
}

.bnr_single a,
.bnr a {
  display: inline-block;
}

.bnrbox_related_sites > .inner .bnr_single img {
  height: auto;
  width: 560px;
}

.bnr_single a:hover img,
.bnr a:hover img {
  opacity: 0.8;
}

.top .company_box_list + .bnr_single {
  margin-top: 30px;
}

/*-- iPad --*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .bnr_single a:hover img,
  .bnr a:hover img {
    opacity: 1;
  }
}

/*-- 複数バナーリスト --*/
.bnr_lst {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 0 auto;
}

.bnr_single + .bnr_lst {
  margin-top: 5px;
}

.bnr_lst.col3 .bnr {
  margin: 15px auto 0;
  width: 300px;
}

.bnr_lst .bnr .cap {
  text-align: left;
}


/* ---------------------------------------
投稿ユーザー募集  cmn_user_box
---------------------------------------- */

/*  cmn_user_box  */
.cmn_user_box {
  display: inline-block;
  margin-top: 25px;
  width:100%;
}
.cmn_user_box.submit_user_box,
.cmn_user_box.submit_user_box .submit_user_info {
  width: 670px;
}
.cmn_user_box.submit_user_box h2 {
  display: flex;
  font-size: 100%;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.cmn_user_box .submit_user_info {
  display: inline-block;
  width:100%;
  border:#ea6c3d 3px solid;
  border-top:none;
  text-align:center;
  box-sizing: border-box;
}
.cmn_user_box .submit_user_info p.lead {
  font-size: 17px;
  line-height:1.4;
  margin:9px auto 0;
  text-align:left;
  width: 580px;
}
.cmn_user_box .submit_user_info h4 {
  margin-bottom:30px;
}
.cmn_user_box .submit_user_info ul {
  width: 610px;
  margin:0 auto 10px;
}
.cmn_user_box .submit_user_info li {
  width: 610px;
  display: inline-block;
  box-sizing: border-box;
}
.cmn_user_box .submit_user_info li:first-of-type {
  margin-bottom:10px;
}
.cmn_user_box .submit_user_info dl {
  width: 560px;
  margin: 0 auto;
}
.cmn_user_box .submit_user_info dt {
  margin: 10px auto 5px;
}
.cmn_user_box .submit_user_info dd {
  margin: 0 auto 20px;
}
.cmn_user_box .submit_user_info dd:last-child {
  margin: 0 auto;
}
.cmn_user_box .submit_user_info figure a {
  display: block;
}
.cmn_user_box .submit_user_info figcaption {
  margin-bottom:5px;
  font-size:16px;
}
/*  navi_bnr_box  */
.navi_bnr_box {
  width:100%;
  margin-top: 30px;
  text-align:center;
}
.navi_bnr_box figure {
  margin-bottom: 20px;
}
.navi_bnr_box figure a {
  display: inline-block;
}
.navi_bnr_box figcaption {
  font-size:16px;
  margin-top:5px;
}

/* ---------------------------------------
お知らせ（告知）汎用  site_announce
---------------------------------------- */
.site_announce {
  box-sizing: border-box;
  margin: 35px auto 0;
  padding: 0;
  text-align: center;
  width: 700px;
}

.ttl_announce {
  background: #fc713b;
  border-radius: 0.625em 0.625em 0 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.25em;
  font-weight: 600;
  margin: 0;
  padding: 0.25em;
  position: relative;
  text-align: center;
  vertical-align: middle;
}

.ttl_announce .in {
  border: solid 1px rgba(255, 255, 255, 0.7);
  border-radius: 0.5em 0.5em 0 0;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  margin: 0;
  padding: 0.5em 0;
}

.ttl_announce .ico {
  display: inline-block;
  padding: 5px 0 5px 30px;
}

.ttl_announce .ico.mainte {
  background: url("/search/image_cmn/ico-mainte.png") no-repeat left center;
  background-size: 24px 24px;
}

.leadbox strong {
  background: linear-gradient(transparent 60%, #ffffba 40%);
}

.site_announce .leadbox {
  background: #fff8f5;
  border: 2px solid #fc713b;
  border-top: none;
  border-radius: 0 0 0.625em 0.625em;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 1em 2.5em;
  text-align: left;
}

.site_announce .leadbox .lead {
  font-feature-settings: "palt"1;
  -webkit-font-feature-settings: 'palt'1;
  font-size: 15px;
  line-height: 1.4;
}

.site_announce .leadbox .lead + .lead {
  padding-top: 0.5em;
}

.att {
  font-size: 15px;
  line-height: 1.4;
  margin: 0.5em auto 0;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

/* ---------------------------------------
 東建　公式サイトバナーエリア　mod_officialbnr
---------------------------------------- */
.mod_slick_inner a,
.post_slick_inner a {
  display: block;
}

/*----------------------------------------
アンカーナビゲーション #13172 #nav_anchor
-----------------------------------------*/
.nav_anchor_box {
  position: absolute;
  top: 140px;
  /*基本*/
  right: 20px;
  width: 264px;
  z-index: 12;
}

#cmn_header + * .nav_anchor_box {
  top: 16px;
}

.ttl_nav_anchor {
  align-items: center;
  -webkit-align-items: center;
  background: #b77e03;
  border-radius: 3px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .75);
  color: #fff;
  cursor: pointer;
  display: flex;
  display: -webkit-flex;
  font-size: 17px;
  font-weight: 600;
  justify-content: center;
  -webkit-justify-content: center;
  letter-spacing: .08em;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  z-index: 12;
}

.ttl_nav_anchor::before {
  background: url("/search/image_cmn/ico-interview-menu.png") no-repeat 0 0/ cover;
  content: "";
  display: inline-block;
  height: 18px;
  margin-right: 18px;
  width: 18px;
}

.ttl_nav_anchor::after {
  background: url("/search/image_cmn/ico-tgl-arrow.png") no-repeat 0 0/ cover;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 18px;
  width: 13px;
}

.ttl_nav_anchor:hover {
  background:  #bb9d69;
}

.ttl_nav_anchor.op::after {
  transform: rotate(180deg);
}

.nav_anchor_inner {
  background: #cfb78a;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  display: none;
  margin-top: 25px;
  padding: 15px 10px;
  position: relative;
  z-index: 12;
}

.nav_anchor_inner::before {
  position: absolute;
  content: "";
  top: -30px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #cfb78a;
}

.ttl_nav_anchor.op + .nav_anchor_inner {
  animation: fadeIn 1s ease 0s 1 alternate;
  display: block;
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.nav_anchor_inner ul {
  background: #fff;
  border-radius: 5px;
  margin: 0 auto 15px;
  padding: 0 10px;
}

.nav_anchor_inner li {
  background: url("/search/image_cmn/ico-pagelnk.png") no-repeat center left /16px;
  border-bottom: 1px solid #cfb78a;
}

.nav_anchor_inner li:last-child {
  border-bottom: none;
}

.nav_anchor_inner a {
  color: #333;
  display: block;
  font-weight: 600;
  line-height: 1.2em;
  padding-top: 13px;
  padding-bottom: 12px;
  padding-left: 1.5em;
}

.nav_anchor_inner a:hover {
  color: #f00;
}

.close_anchor_box {
  margin: 0 auto;
}

.close_anchor_box a {
  align-items: center;
  -webkit-align-items: center;
  background: -webkit-linear-gradient(top, #a8834a 0%, #a17b43 47%, #99713b 50%, #8d622e 100%);
  background: linear-gradient(to bottom, #a8834a 0%, #a17b43 47%, #99713b 50%, #8d622e 100%);
  border-radius: 5px;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.75);
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  letter-spacing: .3em;
  line-height: 40px;
  margin: 0 auto;
  text-align: center;
  text-indent: 0;
  width: calc(100% / 1.8);
}

.close_anchor_box a::after {
  background: url("/search/image_cmn/ico-tgl-arrow.png") no-repeat 0 0/ cover;
  content: "";
  display: inline-block;
  height: 8px;
  margin-left: 5px;
  transform: rotate(180deg);
  width: 13px;
}

.close_anchor_box a:hover {
  background: -webkit-linear-gradient(top, #bb9d69 0%, #b2915e 47%, #ae8b58 50%, #a57f4c 100%);
  background: linear-gradient(to bottom, #bb9d69 0%, #b2915e 47%, #ae8b58 50%, #a57f4c 100%);
  color: #fff;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

  .ttl_nav_anchor:hover,
  .close_anchor_box a:hover {
    background: -webkit-linear-gradient(top, #a8834a 0%, #a17b43 47%, #99713b 50%, #8d622e 100%);
    background: linear-gradient(to bottom, #a8834a 0%, #a17b43 47%, #99713b 50%, #8d622e 100%);
  }

}

/* ---------------------------------------------------------
 リード文のもっと見る read_section　細かい設定は各カテTOP
--------------------------------------------------------- */
.read_section {
  margin-left: auto;
  margin-right: auto;
}

.read_section .read_section_hidden {
  display: none;
}

.read_section p a,
.read_section p a:visited {
  color: #0d4cb4;
}
.read_section p a:hover {
  color: #ea2020;
}

.read_section .btn_more {
  margin-top: 10px;
  text-align: right;
}
.read_section .btn_more a {
  border-radius: 3px;
  display: inline-block;
  min-width: 142px;
  padding: 1px;
  transition: all .2s;
}
.read_section .btn_more a .txt_inner {
  border-radius: 2px;
  color: #fff;
  display: block;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 3px 24px 3px 12px;
  position: relative;
  text-align: center;
}
.read_section .btn_more a .txt_inner:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #fff;
  content: '';
  position: absolute;
  right: 12px;
  top: 47%;
  transform: translateY(-50%);
}
.read_section .btn_more a.active .txt_inner:before {
  border-bottom: 9px solid #fff;
  border-top: transparent;
}

/* ---------------------------------------------------------
 お気に入り登録情報 mod_merit
--------------------------------------------------------- */
.mod_merit {
  display: none;
  margin: 35px auto;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  width: 810px;
}

.box_ttl_merit {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 25px 0 55px;
  width: 812px;
  height: 41px;
  margin: 0 0 0 -1px;
  border: 1px solid #f75586;
  background: #f75586;
}

.box_ttl_merit h2.h_ttl {
  margin: 0;
}

.box_ttl_merit h2.h_ttl img{
  vertical-align: inherit;
}

.mod_merit .mod_merit_inner {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 10px 15px !important;
  background: #f6eee0;
  outline: 1px solid #f75586;
  border: 1px solid #f75586;
}

.mod_merit .box_merit_read {
  margin: 5px auto 0;
}

.mod_merit p {
  font-feature-settings: "palt";
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.mod_merit p.comment {
  color: #fff;
  font-size: 15px;
  letter-spacing: normal;
}

.mod_merit p.comment span {
  padding-right: 1rem;
}

.mod_merit p.comment a{
  color: #fff;
  text-decoration: solid;
}

.mod_merit p a {
  color: #0152c2;
  display: inline-block;
  font-weight: 600;
  width: auto;
}

.mod_merit p a:hover {
  color: #f00;
}

.nav_box_merit ul{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto 10px;
  width: 83%;
}

.nav_box_merit li {
  min-width: 200px;
  border-radius: 8px;
  background: #f75586;
  border: 2px solid #df3064;
  border-bottom: none;
  box-shadow: 0 4px 0 0 #550c0c;
}

.nav_box_merit li.btn_regist {
  background: #5ba2d1 ;
  border: 2px solid #1d6ca2;
  border-bottom: none;
  box-shadow: 0 4px 0 0 #14496d;
}

.nav_box_merit li.btn_fav_login {
  background: #19ab7b;
  border: 2px solid #46822b;
  border-bottom: none;
  box-shadow: 0 4px 0 0 #2b5617;
}

.nav_box_merit li a {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 42px;
  padding: 10px 5px;
  color: #fff;
  border-radius: 4px;
  box-shadow: inset 0px 0px 0 1px rgba(255,255,255,.5);
  font-size: 16px;
  font-weight: 600;
}

.nav_box_merit li:hover {
  opacity: 0.8;
}

/* モーダル */
.modal-wrap .js_modal_content.modal_merit {
  background: none;
  border: none;
  width: auto;
}

.modal_merit .modal_merit_inner {
  background: #f8f7ea url("/search/image/dtl_new/merit-modal-bg.png") no-repeat left 0 bottom -40px;
  border: 4px solid #e46e98;
  border-radius: 5px;
  margin-bottom: 15px;
  padding: 20px 0 15px;
  position: relative;
  text-align: center;
  width: 910px;
}

.modal_merit .modal_merit_inner dl ul {
  display: flex;
  justify-content: space-evenly;
  margin: 10px auto 20px;
  width: 750px;
}

.modal_merit .modal_merit_inner dl ul li {
  background: #fff;
  border: 1px solid #a99e96;
  border-radius: 7px;
  box-shadow: 0 0 4px 1px rgba(30, 0, 0, 0.45);
  box-sizing: border-box;
  font-size: 15px;
  padding: 15px 0;
  position: relative;
  width: 340px;
}

.modal_merit .modal_merit_inner dl ul li:first-child img:first-of-type {
  left: 0;
  position: absolute;
  top: -1px;
}

.modal_merit .modal_merit_inner dl ul li:nth-child(2) img {
  position: relative;
  top: 0;
}

.modal_merit .modal_merit_inner dl ul li span {
  display: inline-block;
  letter-spacing: 0.05em;
  line-height: 1.4;
  padding: 15px 15px 0 25px;
  text-align: left;
}

.modal_merit .modal_merit_inner dl ul li span span {
  font-weight: 600;
  padding: 0;
}

.modal_merit .modal_merit_inner .modal_merit_login a {
  display: inline-block;
  position: relative;
}

.modal_merit .modal_merit_inner .modal_merit_login a:hover {
  opacity: 0.8;
}

.modal_merit .btn_gps_l {
  background: #fff;
  display: block;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  width: 150px;
}

.modal_merit .btn_box {
  margin: 0 auto;
  text-align: center;
  background: no-repeat;
  box-shadow: none;
  border: none;
}

.modal_merit .btn_box .close {
  float: none;
  opacity: 1;
  padding: 0;
}

.modal_merit .btn_box button:hover img {
  opacity: 0.8;
}

/* ---------------------------------------
 お気に入り登録情報 ログイン後 _favorite
---------------------------------------- */
#js-loading-post_favorite {
  padding: 30px 0;
  text-align: center;
}

.box_content_fav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#content_fav_lst.box_content_fav.sng {
  flex-wrap: nowrap;
}

/* ドクターマップ（幅狭）のとき、お気に入り1件の場合 */
.post_favorite_nw .box_content_fav .lst_fav {
  width: 360px;
}
.post_favorite_nw #content_fav_lst.sng .lst_nav_howto,
.post_favorite_nw .box_content_fav .lst_nav_howto li {
  width: 250px;
}
.post_favorite_nw .box_content_fav .lst_nav_howto li a,
.post_favorite_nw .box_content_fav .lst_nav_howto li span {
  font-size: 13px;
}

.box_content_fav .lst_fav {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin: 0 auto;
  width: 788px;
}

.box_content_fav .lst_fav li {
  margin: 0 12px 0 0;
  width: calc(100% / 2.025);
  border: 1px solid #2b6288;
  background: #fff;
}

#content_fav_lst.sng .lst_fav li {
  width: 490px;
}

.box_content_fav .lst_fav li:last-child {
  margin: 0;
}

.box_content_fav .lst_fav a {
  display: block;
  padding: 1px;
  text-align: left;
  /*clearfix*/
  clear: both;
  overflow: hidden;
  color: #1825ce;;
}

.box_content_fav .lst_fav a:hover {
  opacity: .7;
}

.box_content_fav .lst_fav .thumb {
  display: block;
  width: 150px;
  height: 77px;
  float: left;
}

#content_fav_lst.sng .lst_fav .thumb {
  width: 200px;
}

.box_content_fav .lst_fav .cap {
  display: block;
  overflow: hidden;
  width: calc(100% - 150px);
  margin: 8px 0 0;
  padding: 0 0 0 13px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;

}

#content_fav_lst.sng .lst_fav .cap {
  width: calc(100% - 200px);
}

.box_content_fav .lst_fav .cap.add {
  margin: 0;
}

.box_content_fav .lst_fav .cap span {
  display: block;
  color: #000;
  font-weight: 100;
  font-size: 16px;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box_content_fav .box_nav_howto_fav {
  margin: 10px auto 0;
}

#content_fav_lst.sng .box_nav_howto_fav {
  margin: 0;
}

.box_content_fav .lst_nav_howto {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 570px;
  margin: 0 auto;
}

#content_fav_lst.sng .lst_nav_howto {
  width: 275px;
}

.box_content_fav .lst_nav_howto li{
  position: relative;
  width: 280px;
  height: 33px;
  margin: 0 5px 0 0;
  padding: 0;
  border-radius: 5px;
  background-repeat: no-repeat;
  font-size: 15px;
  letter-spacing: 0;
  text-align: center;
  line-height: 30px;
}

#content_fav_lst.sng .lst_nav_howto li{
  margin: 0;
}

.box_content_fav .lst_nav_howto li span::after,
.box_content_fav .lst_nav_howto li a::after{
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
  border-style: solid;
  border-width: 5px 0 5px 7px;
  border-color: transparent transparent transparent #fff;
}

.box_content_fav .lst_nav_howto li:last-child {
  margin: 0;
}

.box_content_fav .lst_nav_howto li a,
.box_content_fav .lst_nav_howto li span {
  position: relative;
  display: block;
  color: #fff;
  line-height: inherit;
}

.box_content_fav .lst_nav_howto li.btn_fav_howto{
  cursor: pointer;
  background-image: url("/search/image/dtl_new/ico-info-favorite.png");
  background-color: #732429;
  background-size: 18px auto;
  background-position: 5px center;
  border: 2px solid #aa3b42;
  box-sizing: border-box;
  text-indent: 5px;
}

.box_content_fav .lst_nav_howto li.btn_fav_howto:hover{
  background-color: #b76062;
}


.box_content_fav .lst_nav_howto li.btn_fav_howto span::after{
  transform: rotate(90deg);
}

.box_content_fav .lst_nav_howto li.btn_fav_howto span.on::after{
  transform: rotate(-90deg);
}

.box_content_fav .lst_nav_howto li.btn_fav_all{
  background: #257a00;
  border: 2px solid #6cb24e;
}

.box_content_fav .lst_nav_howto li.btn_fav_all:hover{
  background-color:  #54cd5e;
}

#content_fav_lst.sng .lst_nav_howto li.btn_fav_all {
  order: -1;
}

#content_fav_lst.sng .lst_nav_howto li.btn_fav_howto {
  order: 0;
  margin: 10px 0 0;
}

.mod_merit .lead_area {
  margin: 5px auto 0;
  text-align: left;
  width: 98%;
}

.mod_merit .lead_area dl {
  display: flex;
  margin: 10px auto 0;
  font-size: 15px;
  font-feature-settings: "palt";
}

.mod_merit .lead_area dt {
  background: #b91111;
  border-radius: 5px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin-right: 15px;
  min-width: 82px;
  position: relative;
  text-align: center;
}

.mod_merit .lead_area dt::after {
  border: 4px solid transparent;
  border-left: 6px solid #b91111;
  box-sizing: border-box;
  bottom: 0;
  content: "";
  height: 7px;
  margin: auto;
  right: -10px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 6px;
}

.mod_merit .lead_area dd {
  letter-spacing: 0;
}

.mod_merit .lead_area dd span {
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  height: 27px;
  line-height: 27px;
  margin: 0 3px;
  padding: 0 5px;
  text-align: center;
}

.mod_merit .lead_area .entry dd span {
  background: #68b12e;
}

.mod_merit .lead_area .read dd span {
  background: #e45a8a;
}


/* -----------------------------------------
  新しいお部屋探し物件モーダル #13741
----------------------------------------- */
/*-- 共通 --*/

#modal_rent_pr_floor.modal_rent_area {
  border: 5px solid #ff90b0;
  border-radius: 10px;
  box-sizing: border-box;
  display: none;
  padding: 0;
  position: relative;
  width: 800px;
}

#modal_rent_pr_floor .ttl_modal_rent {
  background: #ff90b0;
  font-size: 23px;
  font-weight: 600;
  height: 45px;
  line-height: 45px;
  margin: 0;
  position: relative;
  text-align: left;
  text-indent: 45px;
}

#modal_rent_pr_floor .ttl_modal_rent::before {
  background: url("/search/image/dtl_new/rent-pr-modal-area-ico-srh.png") no-repeat 0 0;
  background-size: cover;
  bottom: 0;
  content: "";
  height: 20px;
  left: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}

#modal_rent_pr_floor .box_modal_rent {
  background: #fff;
  box-sizing: border-box;
  padding: 18px 0 10px;
}

#modal_rent_pr_floor .box_modal_rent.pr {
  background: url("/search/image/dtl_new/rent-pr-modal-area-img-map.png") #fff no-repeat top 60px right 10px;
  background-size: 465px 457px;
  border-radius: 0 0 5px 5px;
}

#modal_rent_pr_floor .ttl_area_list {
  color: #ea4f7b;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: .05em;
  line-height: 24px;
  margin: 0 20px;
  position: relative;
  text-align: center;
}

#modal_rent_pr_floor .ttl_area_list::before,
#modal_rent_pr_floor .ttl_area_list::after {
  background: url("/search/image/dtl_new/rent-pr-modal-area-bg-ttl.png") repeat-x 0 0;
  background-size: 18px 20px;
  bottom: 0;
  content: "";
  height: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 250px;
}

#modal_rent_pr_floor .ttl_area_list::before {
  left: 0;
}

#modal_rent_pr_floor .ttl_area_list::after {
  right: 0;
}

#modal_rent_pr_floor .box_area_list_read {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
}

#modal_rent_pr_floor .area_list_read {
  font-size: 15px;
  letter-spacing: .05em;
  margin: 20px 0;
  text-align: left;
}

#modal_rent_pr_floor .area_list_count {
  font-size: 16px;
}

#modal_rent_pr_floor .area_list_count strong {
  margin-left: 20px;
}

#modal_rent_pr_floor .btn_clear_count {
  background: #aa7c45;
  border: 2px solid #986b30;
  border-radius: 18px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  height: 34px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 100px;
}

#modal_rent_pr_floor .btn_clear_count:hover {
  background: #d5a46a;
}

#modal_rent_pr_floor.modal_rent_area .btn_box {
  background: #fff;
  border-radius: 17px;
  height: 34px;
  position: absolute;
  right: 15px;
  top: 3px;
  width: 100px;
}

#modal_rent_pr_floor.modal_rent_area .btn_box::before,
#modal_rent_pr_floor.modal_rent_area .btn_box::after {
  border: 1px solid #fff;
  bottom: 0;
  box-sizing: border-box;
  content: "";
  height: 10px;
  left: 20px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 2;
}

#modal_rent_pr_floor.modal_rent_area .btn_box::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#modal_rent_pr_floor.modal_rent_area .btn_box::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#modal_rent_pr_floor.modal_rent_area .btn_box .close {
  background: #fff;
  border: 2px solid #986b30;
  border-radius: 18px;
  box-shadow: 0 1px 2px 1px rgba(0, 0, 0, .2);
  box-sizing: border-box;
  color: #9a6c41;
  font-size: 16px;
  font-weight: 600;
  height: 34px;
  line-height: 30px;
  text-shadow: none;
  opacity: 1;
  padding: 0;
  position: relative;
  text-align: center;
  text-indent: 25px;
  width: 100px;
}

#modal_rent_pr_floor.modal_rent_area .btn_box .close::before {
  background: #aa7c45;
  border-radius: 50%;
  bottom: 0;
  content: "";
  height: 16px;
  left: 11px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 16px;
  z-index: 1;
}

#modal_rent_pr_floor.modal_rent_area .btn_box .close:hover {
  cursor: pointer;
  opacity: .8;
}

#modal_rent_pr_floor .ttl_section {
  background: url("/search/image/dtl_new/bg-ttl-city-list.png") #efe1ce repeat 0 0 / 2px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  margin: 0 auto;
  padding: 10px 10px 10px 1em;
  text-align: left;
}

/*-- 都道府県 --*/
#modal_rent_pr_floor .area_list {
  margin: 0 20px;
}

#modal_rent_pr_floor .area_list dl {
  align-items: center;
  border-bottom: 1px solid #d7be9b;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  height: 55px;
}

#modal_rent_pr_floor .area_list dl:last-child {
  border-bottom: none;
}

#modal_rent_pr_floor .area_list dl dt {
  box-sizing: border-box;
  font-feature-settings: 'palt'1;
  -webkit-font-feature-settings: 'palt'1;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .05em;
  padding-right: 5px;
  text-align: center;
  width: 100px;
}

#modal_rent_pr_floor .area_list dl dd {
  flex-grow: 1;
}

#modal_rent_pr_floor .area_list dl ul {
  display: flex;
  flex-wrap: nowrap;
}

#modal_rent_pr_floor .area_list dl ul li {
  background: #fff;
  border-radius: 5px;
  height: 34px;
  margin-right: 8px;
  width: 65px;
}

#modal_rent_pr_floor .area_list dl ul li:last-child {
  margin-right: 0;
}

#modal_rent_pr_floor .area_list dl ul li a {
  border-radius: 5px;
  box-shadow: 0 2px 0 0 rgba(102, 102, 102, .3);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  height: 34px;
  letter-spacing: .3em;
  line-height: 34px;
  text-align: center;
  text-indent: .3em;
  width: 65px;
}

#modal_rent_pr_floor .area_list dl ul .adjust a {
  letter-spacing: .05em;
  text-indent: 0;
}

#modal_rent_pr_floor .area_list dl ul li a:hover {
  opacity: .7;
}

#modal_rent_pr_floor .area_list .area_01 li a {
  background: #384fc1;
}

#modal_rent_pr_floor .area_list .area_02 li a {
  background: #29a2a7;
}

#modal_rent_pr_floor .area_list .area_03 li a {
  background: #08915c;
}

#modal_rent_pr_floor .area_list .area_04 li a {
  background: #608c00;
}

#modal_rent_pr_floor .area_list .area_05 li a {
  background: #e47b00;
}

#modal_rent_pr_floor .area_list .area_06 li a {
  background: #d95593;
}

#modal_rent_pr_floor .area_list .area_07 li a {
  background: #d24855;
}

/*-- 市区町村 --*/

#modal_rent_pr_floor .box_city_list {
  margin: 15px 0 0;
}

#modal_rent_pr_floor .box_city_list dt {
  align-items: center;
  border-bottom: 2px solid #ff90b0;
  box-sizing: border-box;
  display: flex;
  font-size: 17px;
  font-weight: 600;
  height: 30px;
  left: 2px;
  padding: 0 0 0 5px;
  position: relative;
  text-align: left;
  top: 0;
}

#modal_rent_pr_floor .box_city_list dt::before {
  background-image: linear-gradient(to bottom, #f9adc6 0%, #f9adc6 49%, #f990b1 50%, #f990b1 100%);
  border: 1px solid #fd81a8;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 20px;
  margin-right: 0.7em;
  width: 13px;
}

#modal_rent_pr_floor .city_list {
  border: 1px solid #dc97a4;
  box-sizing: border-box;
  height: 365px;
  margin: 0 auto;
  -webkit-overflow-scrolling: auto;
  overflow-y: auto;
  padding: 5px 5px 20px;
  width: 99%;
}

#modal_rent_pr_floor .city_list::-webkit-scrollbar {
  width: 20px;
}

#modal_rent_pr_floor .city_list::-webkit-scrollbar-track {
  background-color: #fee6e9;
  background-image: url("/search/image/dtl_new/bg-scroll-next.png"), url("/search/image/dtl_new/bg-scroll-prev.png");
  background-position: center 345px, center 10px;
  background-repeat: no-repeat;
  background-size: 15px;
  border-radius: 10px;
}

#modal_rent_pr_floor .city_list::-webkit-scrollbar-thumb {
  background: #f4698e;
  border-radius: 10px;
}


#modal_rent_pr_floor .city_list_inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
}

#modal_rent_pr_floor .city_list_inner li {
  border-radius: 5px;
  box-sizing: border-box;
  margin: 10px 0 0 10px;
  padding: 8px 0 8px 5px;
  position: relative;
  text-align: left;
  min-height: 44px;
  width: calc(100% / 3.2);
}

#modal_rent_pr_floor .city_list_inner li:first-child,
#modal_rent_pr_floor .city_list_inner li:nth-child(2),
#modal_rent_pr_floor .city_list_inner li:nth-child(3) {
  margin-top: 10px;
}

#modal_rent_pr_floor .city_list_inner li.city_all {
  box-sizing: border-box;
  margin: 12px 10px 15px;
  position: relative;
  width: 100%;
}

#modal_rent_pr_floor .city_list_inner li.city_all::after {
  border-bottom: 1px solid #ff90b0;
  bottom: -12px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

#modal_rent_pr_floor .city_list_inner li.chk {
  background: #fee2e6;
}

#modal_rent_pr_floor .city_list_inner input[type="checkbox"] {
  display: none;
}

#modal_rent_pr_floor .city_list_inner input[type="checkbox"] + label {
  align-items: center;
  background: url("/search/image_cmn/bg_checkbox_off.png") no-repeat left center;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 100;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 8px 0 8px 30px;
  vertical-align: middle;
}


#modal_rent_pr_floor .city_list_inner input[type="checkbox"]:checked + label {
  background: url("/search/image_cmn/bg_checkbox_on.png") no-repeat left center;
}

#modal_rent_pr_floor .city_list_inner input[disabled="disabled"] + label {
  opacity: .4;
  cursor: auto;
}

#modal_rent_pr_floor .city_list_inner input[type="checkbox"] + label .srch_count {
  display: inline-block;
  white-space: nowrap;
}

/* 間取り */
#modal_rent_pr_floor .layout_list {
  border: 1px solid #d6b484;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 5px 5px 20px;
  width: 99%;
}

#modal_rent_pr_floor .layout_list:nth-of-type(3) {
  margin-top: 20px;
}

#modal_rent_pr_floor .layout_list input[type="checkbox"] {
  display: none;
}

#modal_rent_pr_floor .layout_list input[type="checkbox"] + label {
  align-items: center;
  background: url("/search/image_cmn/bg_checkbox_off.png") no-repeat left center;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  font-weight: 100;
  height: 26px;
  padding-left: 30px;
}

#modal_rent_pr_floor .layout_list input[type="checkbox"]:checked + label {
  background: url("/search/image_cmn/bg_checkbox_on.png") no-repeat left center;
}

#modal_rent_pr_floor .layout_list input[disabled="disabled"] + label {
  background: url("/search/image_cmn/bg_checkbox_gr.png") no-repeat left center;
  cursor: auto;
}

#modal_rent_pr_floor .box_rent_lst {
  align-items: center;
  display: flex;
  justify-content: space-around;
  margin: 20px 10px 0;
}

#modal_rent_pr_floor .custom_select {
  position: relative;
  width: 150px;
}

#modal_rent_pr_floor .custom_select + p {
  padding: 0 5px;
  width: 55px;
}

#modal_rent_pr_floor .custom_select select {
  display: none;
}

#modal_rent_pr_floor .select-selected {
  background-image: linear-gradient(to bottom, #fff 0%, #ffedee 100%);
  border: 1px solid #ea4f7b;
  border-radius: 3px;
}

#modal_rent_pr_floor .select-selected:after {
  border: 8px solid transparent;
  border-color: #ea4f7b transparent transparent transparent;
  content: "";
  height: 0;
  position: absolute;
  right: 10px;
  top: 17px;
  width: 0;
}

/*-- セレクトボックス --*/
#modal_rent_pr_floor .select-selected.select-arrow-active:after {
  border-color: transparent transparent #ea4f7b transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
#modal_rent_pr_floor .select-items div,
#modal_rent_pr_floor .select-selected {
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
}


/*style items (options):*/
#modal_rent_pr_floor .select-items {
  background: #fff;
  border-bottom: 1px solid #ea4f7b;
  border-left: 1px solid #ea4f7b;
  border-right: 1px solid #ea4f7b;
  box-sizing: border-box;
  height: 280px;
  left: 0;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
#modal_rent_pr_floor .select-hide {
  display: none;
}

#modal_rent_pr_floor .select-items div:hover {
  background-color: #ffedee;
}

#modal_rent_pr_floor .box_rent_option {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin-left: 15px;
}

#modal_rent_pr_floor .box_rent_option li {
  border-radius: 5px;
  box-sizing: border-box;
  margin: 5px 0 0 10px;
  padding: 5px;
}

#modal_rent_pr_floor .box_rent_option li:nth-child(2) {
  margin-left: 15px;
}

#modal_rent_pr_floor .box_rent_option li.chk {
  background: #fee2e6;
}

#modal_rent_pr_floor .box_layout_lst {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 20px 10px 0;
}

#modal_rent_pr_floor .box_layout_lst li {
  border-radius: 5px;
  box-sizing: border-box;
  margin: 5px 0 0 10px;
  padding: 5px;
  text-align: left;
  width: calc(100% / 5.5);
}

#modal_rent_pr_floor .box_layout_lst li:first-child,
#modal_rent_pr_floor .box_layout_lst li:nth-child(2),
#modal_rent_pr_floor .box_layout_lst li:nth-child(3) {
  margin-top: 0;
}

#modal_rent_pr_floor .box_layout_lst li.chk {
  background: #fee2e6;
}

/* 送信ボタン */
#modal_rent_pr_floor .box_send_btn {
  margin: 25px auto 20px;
  position: relative;
  text-align: center;
}

#modal_rent_pr_floor .btn_send a {
  align-items: center;
  background: #f5698e;
  border: 3px solid #ea4f7b;
  border-radius: 25px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  letter-spacing: 2px;
  line-height: 45px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}

#modal_rent_pr_floor .btn_send a::after {
  background: url(/search/image/gps/ico-arrow-wht.svg) no-repeat center/cover;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 18px;
  margin-left: 5px;
  position: relative;
  top: 2px;
  width: 18px;
}

#modal_rent_pr_floor .btn_send a:hover {
  background: #ff94b0;
}

#modal_rent_pr_floor .btn_send.dis a {
  box-shadow: none;
  opacity: .4;
  pointer-events: none;
}

#modal_rent_pr_floor .btn_back {
  left: 27px;
  margin: 0;
  position: absolute;
  top: 20px;
}

#modal_rent_pr_floor .btn_back a {
  align-items: center;
  color: #0a7bda;
  display: flex;
  font-size: 14px;
  letter-spacing: 2px;
}

#modal_rent_pr_floor .btn_back a::before {
  background: url(/search/image/dtl_new/ico-arrow-blu.svg) no-repeat center/cover;
  content: "";
  display: block;
  height: 14px;
  margin-right: 3px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 14px;
}

#modal_rent_pr_floor .btn_back a:hover {
  color: #f00;
}

/* ---------------------------------------
 ログイン認証注意文
---------------------------------------- */
.box_login_caution {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin: 10px auto 30px;
  width: 810px;
  text-align: left;
}

.box_login_caution .ttl {
  box-sizing: border-box;
  margin: 0;
  padding-right: 20px;
  width: 240px;
  font-weight: 100;
  font-size: 15px;
}

.box_login_caution .ttl::before {
  content: "!";
  display: inline-block;
  margin-right: 15px;
  width: 22px;
  height: 22px;
  background: #c50101;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  color: #fff;
}

.box_login_caution .read {
  box-sizing: border-box;
  margin: 0;
  padding-left: 20px;
  border-left: 4px solid #c50101;
  font-size: 14px;
  line-height: 1.5;
}

.box_login_caution strong {
  display: inline-block;
  color: #c50101;
  font-weight: 100;
}

/*モーダル部分ログイン注意文*/
.box_login_caution_modal {
  position: relative;
  box-sizing: border-box;
  margin: 35px auto 0;
  padding: 20px 4%;
  width: 90%;
  border: 1px solid #c50101;
}

.box_login_caution_modal .ttl {
  position: absolute;
  left: 0;
  right: 0;
  top: -15px;
  display: inline-block;
  margin: 0 auto;
  padding: 1%;
  width: 75%;
  background: #f6eee0;
  text-align: center;
  font-size: 16px;
  font-weight: 100;
}

.box_login_caution_modal .ttl::before {
  content: "!";
  display: inline-block;
  margin-right: 10px;
  width: 22px;
  height: 22px;
  background: #c50101;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  line-height: 22px;
  color: #fff;
}

.box_login_caution_modal .read {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
}

.box_login_caution_modal .read p {
  margin: 0 auto;
}

.box_login_caution_modal strong {
  color: #c50101;
  font-weight: 100;
}

/* 文字色・サイズ */
.txt_col_pnk {
  color: #f34f7b;
}

.txt_col_wht {
  color: #fff;
}

.txt_col_blk {
  color: #333;
}

.txt_size_20 {
  font-size: 20px;
}

.txt_size_25 {
  font-size: 25px;
}

.txt_size_13 {
  font-size: 13px;
}

.txt_bold {
  font-weight: 600;
}

/* ipad */
@media screen and (min-width: 480px) and (max-width: 1024px) {
  #modal_rent_pr_floor .btn_clear_count:hover {
    background: #aa7c45;
    ;
  }

  #modal_rent_pr_floor .btn_send a:hover {
    background: #f5698e;
  }

  #modal_rent_pr_floor .btn_back a:hover {
    color: #0a7bda;
  }
}

/*-----------------------------------------------------
共通：「全国エリア○○施設数」リンク対応
------------------------------------------------------*/
.number_hover{
  display: block;
}
.number_hover:hover{
  opacity: .7;
}
/*　ipad の時はホバーなし*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .number_hover:hover{
    opacity: 1;
  }
}

/* 無料施設会員 募集バナー */
#free_member_box {
  margin: 92px auto 20px;
  position: relative;
  width: 1000px;
  clear: both;
}
#free_member_box.mb40 {
  margin-bottom: 30px;
}
#free_member_box.mt40 {
  margin-top: 40px;
}
#free_member_box.mt90 {
  margin-top: 90px;
}

#free_member_box .h_ttl > img {
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: -60px;
}

#free_member_area,
.free_member_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#free_member_box .free_member_area + .free_member_area {
  margin-top: 20px;
}

#free_member_area .bnr_free_member img ,
#free_member_area .bnr_free_pr img ,
.free_member_area .bnr_free_member img ,
.free_member_area .bnr_free_pr img{
  vertical-align: bottom;
}

.bnr_free_member:hover img:not(.grayout) ,
.bnr_free_pr:hover img {
  opacity: 0.7;
}

.bnr_free_pr a {
  display: block;
}

#free_member_area .bnr_free_pr p {
  font-feature-settings: "palt";
  line-height: 1.4;
  margin: 8px -2em 0;
  text-align: center;
}

#free_member_area p,
.free_member_area p {
  margin: 8px auto 0;
  font-size: 16px;
  line-height: 1.5;
}

.indent01 {
  margin: 0 16px;
  text-align: center;
}

#free_member_area.indent02 {
  width: 900px;
  max-width: 900px;
  padding: 0 30px;
  margin: 0 auto;
  justify-content: center;
}

.free_member_area + .free_member_area {
  width: 870px;
  margin: 0 auto;
  justify-content: flex-end;
}

.bnr_free_member {
  font-size: 0;
  margin: 0;
  text-align: center;
  display: block;
  width: 450px;
}

.bnr_free_member a {
  display: block;
}

.free_member_area .bnr_free_member {
  margin-right: 25px;
}

.free_member_area + .free_member_area .bnr_free_member {
  margin-right: 18px;
}

#free_member_area .bnr_free_pr {
  width: calc(100% - 480px);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* 施設検索イラスト集バナー */
.mod_bnr_illust {
  margin: 35px auto 40px;
  text-align: center;
}
.mod_bnr_illust .mod_bnr_illust_inner a {
  display: inline-block;
  height: 80px;
  position: relative;
  width: 450px;
}
.mod_bnr_illust .mod_bnr_illust_inner a p {
  background-color: #fff;
  border-radius: 15px;
  bottom: 8px;
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight:600;
  left: 30%;
  margin: 0;
  min-width: 180px;
  padding: 6px 15px;
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
}
.mod_bnr_illust .mod_bnr_illust_inner .caption {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 10px;
  text-align: center;
}

.pagelogin {
  background: #fff;
  border: 1px solid #d5d0c6;
  letter-spacing: -1px;
  margin-left: 15px;
  padding: 15px 10px ;
  width: 308px;
}

.pagelogin p{
  margin: 0;
  line-height: 1.3;
  text-align: left;
}

.pagelogin a:last-of-type {
  margin-top: 3px;
}

.pagelogin a {
  align-items: center;
  display: flex;
  position: relative;
}

.pagelogin a:before {
  border-color: transparent transparent transparent #1863e0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: "";
  display: block;
  height: 0;
  margin-right: 5px;
  width: 0;
}
/* 無料施設会員 募集バナー ここまで*/

/* メーハクバナー */
.bnr_meihaku_open{
  margin: 25px auto 30px;
  width: 700px;
}
.bnr_meihaku_open_wide {
  width: 840px;
}
.bnr_meihaku_open img {
  max-width: 700px; 
  vertical-align: bottom;
}
.bnr_meihaku_open a {
  display: block;
}
.bnr_meihaku_open .pr-contents_bnr{
  margin: 15px auto;
  position: relative;
}
.bnr_meihaku_open .pr-contents_bnr{
  margin: 15px auto;
  position: relative;
}
.bnr_meihaku_open .pr-contents_bnr a:hover {
  opacity: 0.7;
}
.bnr_top_col2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
.bnr_top_col2 .bnr_contest_rs {
  margin: 0;
  width: 400px;
}
.bnr_top_col2.bnr_top_col2_meihaku .bnr_contest_rs {
  width: 400px !important;
}
.bnr_top_col2 .bnr_contest_rs .cap {
  font-feature-settings: "palt";
  letter-spacing: normal;
  text-align: left;
}
.bnr_top_col2 .bnr_contest_rs .cap.ls {
  letter-spacing: -0.04em;
}
.bnr_top_col2 + .bnr_top_col2 {
  margin-top: 20px;
}
.top_topix_bnr_new_tour {
  align-items: flex-end;
  background-image: url(https://webcdn.token.co.jp/www08/token/banner_all/totsu-travel/bnr-bustour_tenga_sanmeiso_1400x354.png);
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 172px;
  justify-content: flex-end;
  margin: 0 auto 10px;
  padding-right: 17px;
  padding-bottom: 17px;
  width: 700px;
}
.top_topix_bnr_new_tour ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: -3px;
  width: 325px;
}
.top_topix_bnr_new_tour li {
  width: 47%;
}
.top_topix_bnr_new_tour li:last-child {
  width: 51%;
}
.top_topix_bnr_new_tour a {
  border-radius: 20px;
  color: transparent !important;
  display: block;
  height: 27px;
  text-align: center;
}
.top_topix_bnr_new_tour a:hover {
  background-color: #fff;
  opacity: 0.4;
}
.bnr_meihaku_open .pr-exhibition_bnr {
  margin: 15px auto -18px;
  width: 400px;
}
.bnr_meihaku_open .pr-exhibition_bnr a {
  display: block;
}
.bnr_meihaku_open .pr-exhibition_bnr a:hover {
  opacity: .7;
}
.bnr_meihaku_open .pr-exhibition_bnr img {
  width: 100%;
  height: auto;
}
.bnr_meihaku_open .pr-exhibition_bnr figcaption {
  font-size: 15px;
  margin-top: 7px;
  text-align: left;
}
/*--------------------------------------------------
 コロナウイルス お知らせ att_box
----------------------------------------------------*/

.att_box {
  border: 2px solid #f75586;
  margin: 40px auto;
  max-width: 563px;
  overflow: hidden;
}

.att_box .inner {
  background-color: #f75586;
  border: 2px solid #fff;
  box-sizing: border-box;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 7px;
  position: relative;
}
.att_box .inner:before{
  content: "";
  border-bottom: solid 2px #f75586;
  position: absolute;
  width: calc(100% + 8px);
  height: 100%;
  top: 4px;
  left: -4px;
}
.att_box p {
  margin: 10px auto 0;
  text-align: center;
  font-size: 16px;
  line-height: 1.5em;
}
.att_box .link_group {
  display: flex;
  justify-content: center;
  margin: 8px auto 18px;
}
.att_box .link_btn {
  background-color: #e54575;
  border-radius: 10px;
  box-shadow: 0px 3px #990a35;
  margin: 0 5px;
}

.att_box .link_btn a {
  color: #FFF;
  text-align: center;
  position: relative;
  display: block;
  padding: 8px 25px 8px 10px;
  width: 200px;
  font-size: 15px;
  font-weight: 600;
  box-sizing: initial;
  line-height: 1.4;
  letter-spacing: .03em;
}

.att_box .link_btn a::after {
  border: 7px solid transparent;
  border-left: 7px solid #fff;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 5px;
}

.att_box .link_btn a:hover {
  opacity: .7;
}

/* -----------------------------------------
  カテゴリTOPに施設名一覧、基本情報のボタン設置 WEB1_TASK-6267
----------------------------------------- */
.cat_btnlink_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
}
.cat_btnlink_list > .cat_btnlink{
  margin: 5px;
}
.cat_btnlink_wide {
  width: 100%;
}
.cat_btnlink:first-child a {
  margin: auto;
}
.cat_btnlink_list li:first-child 
.cat_btnlink a,
.cat_btnlink a:link,
.cat_btnlink a:visited {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.cat_btnlink_list_m .cat_btnlink a {
  width: 360px;
}
.cat_btnlink_list_l .cat_btnlink a {
  width: 400px;
}
.cat_btnlink_list_flex .cat_btnlink a {
  min-width: 310px;
  padding: 9px 46px 9px 26px;
  width: auto;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
  .cat_btnlink a,
  .cat_btnlink a:link,
  .cat_btnlink a:visited {
    padding: 9px 15px 8px 0;
  }
}

.cat_btnlink a:hover {
  opacity: .8;
  text-decoration: none !important;
}
.cat_btnlink a::after {
  border-style: solid;
  border-width: 6px 0 6px 7px;
  border-color: transparent transparent transparent #fff;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

/* カテトップ 基本情報・施設名検索・用語辞典ボタン デザインを個別に */
.cat_btnlink_col {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 25px auto 5px;
}
.cat_btnlink_col.cat_btnlink_col_s {
  width:430px;
}
.cat_btnlink_col.cat_btnlink_col_m {
  width:630px;
}
.cat_btnlink_col.cat_btnlink_col_l {
  width:830px;
}
.cat_btnlink_col .cat_btnlink {
  margin: 6px 7px;
}
.cat_btnlink_col .cat_btnlink a,
.cat_btnlink_col a:link,
.cat_btnlink_col a:visited {
  align-items: center;
  border-radius: 6px;
  border-style: solid;
  border-width: 0 0 4px 0;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  height: 100%;
  justify-content: center;
  letter-spacing: -0.01em;
  line-height: 20px;
  padding: 6px 6px 9px 36px !important;
  width: 250px;
  text-align: center;
}
.cat_btnlink_bottom{
  margin-top: 26px;
  margin-bottom:-5px;
}
.cat_btnlink_col .cat_btnlink a::before {
  background: no-repeat center center / contain;
  content: '';
  display: block;
  height: 24px;
  left: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
}
.cat_btnlink_col .cat_btnlink.cat_btnlink_blog a::before,
.cat_btnlink_col .cat_btnlink.cat_btnlink_knowledge a::before {
  height: 24px;
  width: 24px;
}
.cat_btnlink_col .cat_btnlink a::after {
  content: none;
}

.cat_btnlink_col .cat_btnlink.cat_btnlink_l a {
  width: 350px;
}
.cat_btnlink_col .cat_btnlink a  span.btn_com_txt {
  background-color: #e13886;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  padding: 2px 10px 1px;
  width: 170px;
}
/* 基礎知識等ボタン */
.cat_btnlink_list li:first-child .cat_btnlink a,
.cat_btnlink a:link,
.cat_btnlink a:visited {
  text-shadow: none;
}
.cat_btnlink_list li:first-child .cat_btnlink a,
.cat_btnlink a:link,
.cat_btnlink a:visited {
  color: #e13886;
}
.cat_btnlink_col .cat_btnlink a,
.cat_btnlink_col .cat_btnlink a:link,
.cat_btnlink_col .cat_btnlink a:visited {
  background: #fff;
  border-color: #e13886;
  border-right: 2px solid;
  border-left: 2px solid;
  border-top: 2px solid;
}

.cat_btnlink_col .cat_btnlink.cat_btnlink_search a::before {
  background-image: url(/image_cmn/ico-useful-fac-srch-pink.png);
}

.cat_btnlink_col .cat_btnlink.cat_btnlink_knowledge a::before {
  background-image: url(/image_cmn/ico-book-op-v2.png);
}

.cat_btnlink_col .cat_btnlink.cat_btnlink_glossary a::before {
  background-image: url(/image_cmn/ico-book-op.png);
}

.cat_btnlink_col .cat_btnlink.cat_btnlink_diagram a::before {
  background-image: url(/image_cmn/ico-diagram-pink.png);
}

.cat_btnlink_col .cat_btnlink_list .cat_btnlink.cat_btnlink_blog a,
.cat_btnlink_col .cat_btnlink.cat_btnlink_blog a:link,
.cat_btnlink_col .cat_btnlink.cat_btnlink_blog a:visited {
  background: #fff;
  border-color: #e13886;
  border-right: 2px solid;
  border-left: 2px solid;
  border-top: 2px solid;
}

.cat_btnlink_col .cat_btnlink.cat_btnlink_blog a::before {
  background-image: url(/image_cmn/ico-blog-homemate-pink.png);
}

.cat_btnlink_col .cat_btnlink.cat_btnlink_xs a,
.cat_btnlink_col .cat_btnlink.cat_btnlink_xs a:link,
.cat_btnlink_col .cat_btnlink.cat_btnlink_xs a:visited {
  width: 225px;
}
.cat_btnlink_col .cat_btnlink.cat_btnlink_s a,
.cat_btnlink_col .cat_btnlink.cat_btnlink_s a:link,
.cat_btnlink_col .cat_btnlink.cat_btnlink_s a:visited {
  width: 250px;
}
.cat_btnlink_col .cat_btnlink.cat_btnlink_sm a,
.cat_btnlink_col .cat_btnlink.cat_btnlink_sm a:link,
.cat_btnlink_col .cat_btnlink.cat_btnlink_sm a:visited {
  width: 275px;
}
.cat_btnlink_col .cat_btnlink.cat_btnlink_m a,
.cat_btnlink_col .cat_btnlink.cat_btnlink_m a:link,
.cat_btnlink_col .cat_btnlink.cat_btnlink_m a:visited {
  width: 290px;
}
.cat_btnlink_col .cat_btnlink.cat_btnlink_m1 a,
.cat_btnlink_col .cat_btnlink.cat_btnlink_m1 a:link,
.cat_btnlink_col .cat_btnlink.cat_btnlink_m1 a:visited {
  width: 295px;
}
.cat_btnlink_col .cat_btnlink.cat_btnlink_ml a,
.cat_btnlink_col .cat_btnlink.cat_btnlink_ml a:link,
.cat_btnlink_col .cat_btnlink.cat_btnlink_ml a:visited {
  width: 330px;
}
.cat_btnlink_col .cat_btnlink.cat_btnlink_l a,
.cat_btnlink_col .cat_btnlink.cat_btnlink_l a:link,
.cat_btnlink_col .cat_btnlink.cat_btnlink_l a:visited {
  width: 350px;
}
.cat_btnlink_col .cat_btnlink.cat_btnlink_xl a,
.cat_btnlink_col .cat_btnlink.cat_btnlink_xl a:link,
.cat_btnlink_col .cat_btnlink.cat_btnlink_xl a:visited {
  width: 400px;
}

/* ---------------------------------------
 SNS公式アカウント
---------------------------------------- */
.sns_acc,
.sns_acc_lst,
.sns_acc_head,
.sns_acc_box {
  display: flex;
  flex-wrap: wrap;
}
.sns_acc {
  border: 2px solid #d6c2a4;
  margin: 0 auto;
  padding: 19px 12px 0 15px;
  width: 705px;
}
.sns_acc img {
  height: auto;
}
.sns_acc a:hover {
  opacity: .8;
}
.sns_acc_left {
  width: 74%;
}
.sns_acc_right {
  width: 26%;
}
.sns_acc_logo {
  width: 178px;
}
.sns_acc_logo img {
  max-width: 100%;
}
.sns_acc_txt {
  margin: 3px 9px 0 12px;
}
.sns_acc_lst {
  background-color: #fcf8d2;
  justify-content: space-between;
  padding: 15px 10px;
}
.sns_acc_lst li {
  padding: 3px 5px;
  text-align: center;
  width: 114px;
}
.sns_acc_lst li a {
  border-radius: 4px;
  display: block;
  margin-top: 5px;
  padding: 8px 5px;
}
.sns_acc .btn a img {
  left: 0;
  position: absolute;
  top: -6px;
  width: 171px;
}
.sns_acc .btn a {
  display: block;
  height: 34px;
  overflow: hidden;
  position: relative;
  width: 34px;
}
.sns_acc .btn.fb a img {
  left: -8px;
}
.sns_acc .btn.tw a img {
  left: -48px;
}
.sns_acc .btn.ln a img {
  left: -89px;
}
.sns_acc .btn.mail a img {
  left: -130px;
}
.sns_acc_fb {
  background-color: #cdd8ec;
  border: 1px solid #3a5e9d;
}
.sns_acc_fb a {
  background-color: #3a5e9d;
}
.sns_acc_tw {
  background-color: #ffffff;
  border: 1px solid #000000;
}
.sns_acc_tw a {
  background-color: #000;
}
.sns_acc_yt {
  background-color: #f6cdc5;
  border: 1px solid #cf3a39;
}
.sns_acc_yt a {
  background-color: #d64240;
}
.sns_acc_ig {
  background-color: #e7dbf1;
  border: 1px solid #ae76cc;
}
.sns_acc_ig a {
  background-color: #ae76cc;
}
.sns_acc_content {
  margin-top: 11px;
}
.sns_acc_device img {
  margin-left: 13px;
}
.sns_acc_img img {
  height: 77px;
}
.sns_acc_box {
  justify-content: space-between;
  margin-top: 7px;
  padding-left: 15px;
  padding-right: 4px;
}
.sns_acc_des {
  border: 1px solid #af855a;
  font-size: 12px;
  letter-spacing: 0.04em;
  margin-left: 9px;
  margin-top: 11px;
  padding: 11px 2px;
}

/* =================================================
_update
================================================== */
.bnr_contest_rs {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 20px auto;
  width: min-content;
}

.main_nav + .bnr_contest_rs,
.nav_gro_box + .bnr_contest_rs {
  margin-top: 40px;
}

.bnr_contest_rs a:hover {
  opacity: .7;
}

.nav_gro_box + .detail_section {
  margin-top: 40px;
}

.bnr_contest_rs .cap {
  font-size: 15px;
  letter-spacing: 0;
  line-height: 1.5;
  margin: 8px -1px 0;
  text-align: center;
}

.bnr_meihaku_open + .bnr_contest_rs {
  transform: translateY(-5px);
}

.inblk {
  display: inline-block!important;
}
/* ポイント廃止告知 */
.point_abolish_announce {
  background-color: #fff;
	border: 2px solid #f00;
	border-radius: 5px;
  font-size: 16px;
  line-height: 25px;
	margin: 30px auto;
  text-align: left;
	padding: 14px 0 14px 33px;
	width: 600px;
}
.point_abolish_announce ol{
  padding: 0;
}
.point_abolish_announce ol li{
  letter-spacing: normal;
  line-height: 1.6;
}
.point_abolish_announce .main_txt {
	color:#f00;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: normal;
  margin: 0;
}
.point_abolish_announce .main_txt span {
  border-radius: 50%;
  background: #f00;
  color: #fff;
  display: inline-block;
  height: 22px;
  line-height: 23px;
  margin-right: 3px;
  text-align: center;
  width: 22px;
}
.point_abolish_announce .detail_txt {
	font-size: 17px;
	line-height: 1.6;
  margin-bottom: 0;
  margin-top: 6px;
}
.point_abolish_announce .detail_txt span {
	color:#f00;
	font-weight: 600;
}

/* =================================================
button kyokai list
================================================== */
.grp_lstschool {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px auto 20px;
  width: 614px;
}

.lstschool_btn:visited,
.lstschool_btn {
  background: #3d87da;
  border-radius: 6px;
  border: solid 1px #0452af;
  border-bottom: solid 3px #0452af;
  border-top-color: #4486cf;
  box-shadow: 0 2px 1px rgba(255, 255, 255, .3) inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 10px 20px;
  padding: 11px 30px 10px 60px;
  position: relative;
  text-align: center;
  transform: translateY(20px);
}

.lstschool_btn:hover {
  color: #fff;
  opacity: .7;
}

.lstschool_btn:after {
  background: url(/image_cmn/ico-list.png) no-repeat center center /contain;
  bottom: 0;
  color: #fff;
  content: '';
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  height: 20px;
  left: 21px;
  letter-spacing: .02em;
  line-height: 1.2;
  margin: auto 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition: .5s;
  width: 16px;
}