@charset "utf-8";
/* ------------------------------------------
 鉄道駅［電車駅］　乗り入れ　交通アクセス　noriirebox　
------------------------------------------- */
.noriirebox > dd > .gotouchi,
.noriirebox > dd > .data,
.noriirebox > dd > .tourism {
  color: #999;
  font-size: 113%;
  line-height: 1.3;
  margin: 15px 0 16px 5px;
  padding: 0 0 0 32px;
}

.noriirebox > dd > .gotouchi {
  background: url(/search/image/dtl_new/traffic/mrk_noriire_top.png) no-repeat 0 -48px;
}

.noriirebox > dd > .data,
.noriirebox > dd > .tourism {
  background: url(/search/image/dtl_new/icon_data.png) no-repeat 0 1px;
}
/* --------------------------------------------------------------
 交通アクセスカテゴリ　
 当施設周辺の鉄道駅/バス停/IC・SA・PA/レンタカー／レンタカー会社　transportation_link
---------------------------------------------------------------- */
.box_traffic_info {
  background: #e2f2f6;
  border-radius: 10px 10px 0 0;
  margin: 15px auto 0;
  padding: 0;
  position: relative;
  text-align: center;
  width: 540px;
}

.box_traffic_info .traffic_ttl {
  background: #23487c;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.35;
  padding: 12px 0 14px;
  text-align: center;
}

.box_traffic_info .traffic_ttl > span{
  font-size: 2.1rem;
}

.box_traffic_info .traffic_ttl > span > strong {
  color: #fffc00;
}

.box_traffic_info .img_traffic_link {
  box-sizing: border-box;
  height: 490px;
  padding: 40px 0;
  position: relative;
  width: 540px;
}

.box_traffic_info .link_traffic_station {
  height: calc(100% - 77px);
  position: absolute;
  width: 100%;
  z-index: 2;
} 

.box_traffic_info .link_traffic_station > li {
  position: absolute;
}

.box_traffic_info .link_traffic_station > li > .btn_traffic > a{
  color: #fff;
  display: block;
}

.box_traffic_info .link_traffic_station > li > .btn_traffic > a:hover{
  color: #fff;
}

.box_traffic_info .link_traffic_station > li > .btn_traffic {
  align-items: center;
  background: #1056bf;
  border-radius: 200px;
  box-shadow: 0px 2px 6px 0px rgba(51, 51, 51, 0.65);
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-feature-settings: "palt";
  font-size: 1.5rem;
  font-weight: bold;
  justify-content: center;
  letter-spacing: 0.1em;
  min-width: 177px;
  padding: 9px 20px;
  position: relative;
}

.box_traffic_info .link_traffic_station > li > .btn_traffic:hover {
  background: #5788d2;
}

.box_traffic_info .link_traffic_station > li > .btn_traffic_nolink {
  background: #5788d2;
}

.box_traffic_info .link_traffic_station > li > .sa_pa {
  margin-top: 6px;
}

.box_traffic_info .link_traffic_station > li.lnk_left_top {
  left: 70px;
  top: 118px;
}

.box_traffic_info .link_traffic_station > li.lnk_right_top {
  right: 65px;
  top: 118px;
}

.box_traffic_info .link_traffic_station > li.lnk_left_bottom {
  bottom: 47px;
  left: 70px;
}

.box_traffic_info .link_traffic_station > li.lnk_right_bottom {
  bottom: 0;
  right: 77px;
}

.box_traffic_info .link_traffic_station > li > .btn_traffic::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  bottom: 0;
  content: "";
  height: 0;
  letter-spacing: 0.01em;
  margin: auto 0;
  position: absolute;
  right: 9px;
  top: 0;
  width: 0;
}

/* modal popup traffic informaition */
.popup_loading {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  flex-direction: column;
}
.popup_loading img {
  width: 38px;
}
.popup_loading span {
  color: #fff;
  padding-top: 12px;
}
.md_station {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
body.md_open {
  overflow: hidden;
}
.md_station .btn_close {
  background: #ae2c5a;
  border: none;
  border-radius: 50%;
  box-shadow: -1px 1px 4px #b34a72;
  font-size: 0;
  height: 50px;
  position: absolute;
  right: -17px;
  top: -17px;
  width: 50px;
  z-index: 9;
}
.md_station .btn_close:before,
.md_station .btn_close:after {
  background: #fff;
  content: "";
  height: 28px;
  left: calc(50% - 2px);
  position: absolute;
  top: 11px;
  width: 4px;
}
.md_station .btn_close:before {
  transform: rotate(45deg);
}
.md_station .btn_close:after {
  transform: rotate(-45deg);
}
.facility_content {
  background: #ffe5ef;
  border: 2px solid #ae2c5a;
  border-radius: 8px;
  box-sizing: border-box;
  display: none;
  left: 50%;
  margin: 40px 0;
  position: relative;
  top: 0;
  transform: translate(-50%, 0);
  width: 650px;
}
.facility_content.md_fac_small {
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.md_search_station .facility_content {
  display: block;
  margin: 0;
  top: 50%;
  transform: translate(-50%, -50%);
}
.facility_content .ttl_modal_station {
  align-items: center;
  background: #e76395;
  border-radius: 6px 6px 0 0;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 20px;
  height: 40px;
  letter-spacing: 1.8px;
  padding: 3px 0 0 41px;
  position: relative;
}
.md_route_station .facility_content .ttl_modal_station {
  letter-spacing: .8px;
}
.facility_content .ttl_modal_station span {
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 17px;
  letter-spacing: .5px;
}
.facility_content .ttl_modal_station:before {
  background: url("/search/image/dtl_new/traffic/ico-train_white.png") no-repeat center/100%;
  content: "";
  height: 18px;
  left: 13px;
  position: absolute;
  top: calc(50% - 9px);
  width: 18px;
}
.md_search_station .facility_content .ttl_modal_station:before {
  background: url("/search/image/dtl_new/traffic/ico-search-route.png") no-repeat center/100%
}
.des_station {
  letter-spacing: 1px;
  padding: 26px 49px 22px;
}
.station_list {
  padding: 8px 46px 40px;
}
.station_list > div[class*="station_"] {
  margin-bottom: 15px;
}
.station_list > div[class*="station_"]:last-child {
  margin-bottom: 0;
}
.station_list .station_ttl {
  background: transparent;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 18px;
  font-weight: 600;
  height: 29px;
  padding: 3px;
  position: relative;
  text-align: center;
  width: 138px;
}
.station_list .station_00 .station_ttl {
  background: #1b9b10;
}
.station_list .station_01 .station_ttl {
  background: #0c0fe0;
}
.station_list .station_02 .station_ttl {
  background: #fba61f;
}
.station_list .station_03 .station_ttl {
  background: #e0383f;
}
.station_list .station_ttl:after {
  border-bottom: transparent solid 30px;
  border-right: 14px solid transparent;
  content: "";
  position: absolute;
  right: -14px;
  top: 0;
}
.station_list .station_00 .station_ttl:after {
  border-bottom-color: #1b9b10;
}
.station_list .station_01 .station_ttl:after {
  border-bottom-color: #0c0fe0;
}
.station_list .station_02 .station_ttl:after {
  border-bottom-color: #fba61f;
}
.station_list .station_03 .station_ttl:after {
  border-bottom-color: #e0383f;
}
.station_list .inf_list_wrap {
  border-top: 2px solid transparent;
}

.station_list .inf_list {
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 15px 0;
}
.station_list .station_00 .inf_list_wrap {
  border-color: #1b9b10;
}
.station_list .station_01 .inf_list_wrap {
  border-color: #0c0fe0;
  padding-bottom: 5px;
}
.station_list .station_02 .inf_list_wrap {
  border-color: #fba61f;
  padding-bottom: 5px;
}
.station_list .station_03 .inf_list_wrap {
  border-color: #e0383f;
}
.inf_list .inf_item {
  align-items: flex-end;
  display: flex;
  margin-bottom: 11px;
  padding: 5px 0;
  position: relative;
  width: calc(50% - 8px);
}
.inf_list .inf_item:before {
  border-bottom: 1px solid #1825ce;
  bottom: 4px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.inf_list a {
  color: #1825ce;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.188;
  padding: 0 15px 0 25px;
  position: relative;
  width: 100%;
}
.inf_list .inf_item a span {
  display: inline-block;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 13px;
  color: #000;
  font-weight: 300;
}
.inf_list .inf_item a:before {
  background: transparent no-repeat 0 0/100% auto;
  content: "";
  height: 16px;
  left: 6px;
  position: absolute;
  top: calc(50% - 8px);
  width: 13px;
}
.inf_list .inf_item a:after {
  border-bottom: 3px solid transparent;
  border-left: 3px solid #1825ce;
  border-top: 3px solid transparent;
  content: "";
  position: absolute;
  right: 5px;
  top: calc(50% - 3px);
}
.station_00 .inf_list .inf_item a:before {
  background-image: url(/search/image/dtl_new/traffic/ico-station_00.png);
}
.station_01 .inf_list .inf_item a:before {
  background-image: url(/search/image/dtl_new/traffic/ico-station_01.png);
}
.station_02 .inf_list .inf_item a:before {
  background-image: url(/search/image/dtl_new/traffic/ico-station_02.png);
}
.station_03 .inf_list .inf_item a:before {
  background-image: url(/search/image/dtl_new/traffic/ico-station_03.png);
}

/* icの道路名 */
.ic_name .station_list {
  overflow: hidden;
  width: 450px;
  margin: 0 auto;
  padding: 0;
}
.ic_name .station_list .inf_list{
  margin-top: 0;
  background: #fefee6;
  padding: 7px 15px 10px;
}
.ic_name .station_list .inf_list li {
  margin: 0;
  padding-bottom: 3px;
  width: 100%;
}
.ic_name .station_list .inf_list li.inf_item_company{
  padding-left: 10px;
  margin-bottom: 3px;
  width: 100%;
}
.ic_name .station_list .inf_list li a::after{
  left: 0;
  right: auto;
}
.inf_list .inf_item:before{
  content: none;
}
.traffic_name_box dl ul li:last-child{
  background: none;
}

/* traffic search */
.gmap_question {
  text-align: right;
  position: absolute;
  bottom: 0;
  right: -165px;
}
.gmap_question a {
  color: #3367d6;
  cursor: pointer;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 14px;
  letter-spacing: -.5px;
}
.gmap_question a:before {
  background: url(/search/image/dtl_new/traffic/ico-gmap-question.png) no-repeat 0 0/100% auto;
  content: "";
  display: inline-block;
  height: 15px;
  margin-right: 6px;
  vertical-align: middle;
  width: 15px;
}
.frm_main .frm_group {
  display: flex;
  position: relative;
}
.frm_main .frm_option {
  display: flex;
  height: 40px;
}
.frm_main .frm_option button:hover {
  opacity: .8;
}
.frm_main .frm_option button:focus {
  outline: none;
}
#frm_search_route > .frm_option:nth-child(4) {
  padding-left: 135px;
}
.facility_container {
  padding: 26px 40px 26px;
}
.fac_description {
  line-height: 1.36;
  margin: 0 155px 20px 0;
  position: relative;
}

.fac_description .txt_bold {
  font-weight: 600;
}

.md_search_station > div.facility_content p:nth-child(2) {
  margin-left: 26px;
  text-indent: -26px;
}
.frm_option .set_location {
  background: none;
  border: none;
  flex: 125px 0 0;
  line-height: 0;
  margin-right: 10px;
  text-align: center;
  width: 125px;
}
.frm_option .set_location img {
  margin: -4px 0 0 -6px;
}
.frm_option .trans_location {
  background: none;
  border: none;
  line-height: 0;
  margin: auto;
  padding: 1px 0 0 0;
  text-align: center;
}
.frm_route_search .btn_submit_route {
  background: none;
  border: none;
  display: block;
  font-size: 0;
  height: 47px;
  margin: 20px auto 0;
  padding: 0;
  width: 257px;
}
.frm_route_search .btn_submit_route:hover {
  opacity: .8;
}
.frm_route_search .btn_submit_route:focus {
  outline: none;
}
.frm_route_search .frm_group label {
  border: 1px solid transparent;
  box-sizing: border-box;
  color: #fff;
  display: block;
  float: left;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  font-size: 16px;
  font-weight: 600;
  height: 40px;
  margin-right: 10px;
  padding: 9px 12px 8px 6px;
  text-align: center;
  width: 135px;
}
.frm_route_search .departure label {
  background: #34a853;
  border-color: #1a7332;
}
.frm_route_search .waypoint label {
  background: #f18b35;
  border-color: #d4411a;
}
.frm_route_search .destination label {
  background: #ea4335;
  border-color: #a9291e;
}
.frm_route_search .frm_group input {
  border: 1px solid #3367d6;
  box-sizing: border-box;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "メイリオ", YuGothic, "游ゴシック", sans-serif;
  height: 40px;
  letter-spacing: 1.2px;
  padding: 2px 18px 0;
  width: calc(100% - 135px);
}
/* END modal popup traffic informaition */

/* gmap modal */
.modal_gmap {
  background: #000;
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.modal_gmap .btn_back_top {
  background: url(//www.homemate-research.com/image/top/btn_modal_close.png) no-repeat left top;
  cursor: pointer;
  display: block;
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: -32px;
  text-indent: 100%;
  top: -32px;
  white-space: nowrap;
  width: 60px;
  z-index: 102;
}
.modal_gmap .btn_back {
  display: block;
  margin: auto;
  width: 130px;
}
.modal_content_usemap {
  background: #eefcff;
  border: 4px solid #83c8ff;
  border-radius: 10px;
  box-sizing: border-box;
  height: 594px;
  padding: 0 0 30px;
  width: 680px;
}
.modal_content_usemap dt {
  background: #006cc2;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  margin: 0 0 30px;
  text-align: center;
}
.modal_content_usemap dd {
  font-size: 15px;
  margin: 15px auto 0;
  text-align: left;
  width: 555px;
}
.modal_content_usemap dd:last-child {
  font-size: 13px;
  margin: 5px auto 15px;
  text-align: right;
}
.modal_content_usemap dd p {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, メイリオ, YuGothic, 游ゴシック, sans-serif;
  font-size: 15px;
  margin: 15px auto 0;
  text-align: left;
  width: 555px;
}
.modal_content_usemap .note {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", Meiryo, メイリオ, YuGothic, 游ゴシック, sans-serif;
  font-size: 13px;
  margin-top: 5px;
  position: relative;
  text-align: right;
  width: auto;
}
.modal_content_usemap .backbtn {
  display: block;
  margin: auto;
  width: 130px;
}
.modal_content_usemap {
  left: 50%;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal-wrap .btn_back_top {
  background: url(//www.homemate-research.com/image/top/btn_modal_close.png) no-repeat left top;
  cursor: pointer;
  display: block;
  height: 60px;
  overflow: hidden;
  position: absolute;
  right: -32px;
  text-indent: 100%;
  top: -32px;
  white-space: nowrap;
  width: 60px;
  z-index: 102;
}
.modal-wrap .btn_back {
  display: block;
  margin: auto;
  text-align: center;
}

.selbox {
  align-items: center;
  background-color: #fff;
  display: flex;
  margin-bottom: 35px;
  width: 100%;
}
.selbox .selbox_item {
  display: flex;
  padding: 9px 8px;
}
.selbox .selbox_item.th {
  background-color: #f75586;
  border-right: 10px solid #ffe5ef;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  justify-content: center;
  letter-spacing: 0;
  text-align: center;
  width: 145px;
}
.selbox .selbox_item.td {
  padding: 0 10px 0 20px;
}
.selbox .selbox_lb {
  padding: 0 27px;
}
.selbox .selbox_lb input[type="radio"] {
  display: none;
}
.selbox .selbox_lb span {
  display: block;
  padding-left: 23px;
  position: relative;
}
.selbox .selbox_lb input[type="radio"]:checked + span:after,
.selbox .selbox_lb input[type="radio"] + span:before {
  background: #fff;
  border-radius: 50%;
  border: 1px solid #0748dc;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}
.selbox .selbox_lb input[type="radio"]:checked + span:after {
  background: #0748dc;
  height: 10px;
  left: 4px;
  top: 50%;
  width: 10px;
}
input[type="text"].inp_transport {
  width: calc(100% - 55px);
}

.selbox + div .frm_route_search .frm_group input {
  border-radius: 4px;
}