/*==========================================================================
# access.css
施設一般_交通アクセスCSS

## Filepath
/access/css/

## History
2018/10/29 新規作成
==========================================================================*/

.detail_member .ttl01, .detail_article section .ttl01 {
    border-top: none !important;
}
.access_vihicle_box {
  background: #fff;
  box-shadow: 0 1px 6px rgba(0,0,0,.2);
  display: flex;
  flex-direction: row;
  margin-top: 15px;
}
.access_vihicle_box:first-child {
  margin-top: 0;
}
.access_vihicle_list li {
  position: relative;
}
.access_vihicle_list li a span {
  position: relative;
}
.access_list_style {
  display: inline-block;
}
.access_search_box {
  border: 1px solid #64af86;
  position: relative;
}
.access_search_box::before {
  background: rgba(0,218,255,.09);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; 
  z-index: 0;
}
.access_search_route {
  background: url(/static/access/image/bg-map.png) 0 0 / cover no-repeat;
}
.access_search_parking {
  background: url(/static/access/image/bg-cars.jpg) 0 0 / cover no-repeat;
}
.access_search_route_inner {
  background: #fff;
  box-shadow: 0 0 5px 0 rgba(0,0,0, .2);
  position: relative;
  z-index: 1;
}
.access_search_route_lbl {
  margin-bottom: 10px;
}
.access_search_route_ttl {
  font-size: 2rem;
  background: url(/static/access/image/ico-google.svg) 0 0 / 28px 28px no-repeat;
  color: #000;
  padding: 4px 0 4px 36px;
}
.access_search_parking .access_search_route_ttl {
  background: url(/static/access/image/ico-parking.svg) 0 0 no-repeat;
  background-size: contain;
}
.access_search_route_mothod {
  font-size: 1.4rem;
  position: relative;
}
.access_search_route_mothod a {
  display: inline-block;
  position: relative;
}
.access_search_route_mothod a::before {
  background: #ea4335;
  color: #fff;
  content: "?";
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 600;
  height: 17px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  vertical-align: middle;
  width: 17px;
}
.access_search_route_decript {
  font-size: 1.6rem;
  line-height: 1.5;
}
.access_search_route_decript p span {
  font-weight: 600;
}
.access_point_input_box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.access_point_input_box label {
  background: #31a754;
  border: 2px solid #31a754;
  border-radius: 5px 0 0 5px;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 2px;
  text-align: center;
  width: 68px;
}
.access_point_input_box input[type="text"] {
  background: #fff;
  border: 2px solid #31a754;
  border-radius: 0 5px 5px 0;
  font-size: 1.6rem;
  padding: 8px 10px;
  width: calc(100% - 68px);
}
.access_point_input_box input[type="text"]::-webkit-input-placeholder {
  padding-top: 4px;
}
.access_route_destination label {
  background: #d3646d;
  border-color: #d3646d;
}
.access_route_destination input[type="text"] {
  border-color: #d3646d;
}
.access_btn_set {
  border: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  outline: none;
}
.pc_style .access_btn_set:hover,
.tablet_style .access_btn_set:active,
.sp_style .access_btn_set:active {
   opacity: .8;
}   
.access_route_point_change {
  color: #046be1;
  cursor: pointer;
  position: relative;
}
.access_route_point_change::before {
  content: "\e8d5";
  font-family: "Material Icons";
  font-size: 3.9rem;
  line-height: 1.05;
  margin-right: 16px;
  vertical-align: middle;
}
.access_route_point_change:hover {
  color: #64af86;
}
.access_route_point_change:hover::before {
  color: #64af86;
}
.access_search_btn {
  text-align: center;
}
.access_search_btn a::after {
  color: #fff;
  content: "\e3e0";
  display: inline-block;
  font-family: "Material Icons";
  font-size: 1.8rem;
  margin-left: 8px;
  vertical-align: bottom;
}
.access_search_listarea li a {
  align-items: center;
  background: rgba(16,130,205,1);
  box-shadow: 0 2px 0 rgba(116,99,66,.6);
  border-radius: 25px;
  color: #fff;
  display: flex;
  justify-content: center;
  height: 45px;
  padding: 5px 4px 5px 50px;
  position: relative;
  text-align: center;
  width: 100%;
  font-feature-settings: "palt";
  letter-spacing: .02em;
}
.access_search_listarea li a:hover {
  background: #1082ce;
  color: #fff;
}
.access_search_listarea a::before {
  background: url(../../image-cmn/ico-traffic.png) 0 0 / 204px 31px no-repeat;
  content: "";
  height: 31px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
}
.access_area_train a::before {
  background-position: 0 0;
}
.access_area_bus a::before {
  background-position: -34px 0;
}
.access_area_ic a::before {
  background-position: -102px 0;
}
.access_area_car a::before {
  background-position: -68px 0;
}
.access_area_air a::before {
  background-position: -136px 0;
}
.access_area_ferry a::before {
  background-position: -170px 0;
}
.access_descript {
  margin-bottom: 15px;
}
.access_howto_ttl::before {
  background: url(/static/access/image/ic-access.png) 0 0 / 84px 24px no-repeat;
  content: "";
  display: inline-block;
  height: 25px;
  margin-right: 10px;
  vertical-align: middle;
  width: 28px;
}
.access_howto_train::before {
  background-position: 0 0;
}
.access_howto_bus::before {
  background-position: -28px 0;
}
.access_howto_expressway::before {
  background-position: -56px 0;
}
.access_vihicle_item {
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.access_vihicle_item .btn_map {
  margin-left: 10px;
}
.access_vihicle_item_route_text {
  padding-left: 20px;
  position: relative;
  font-size: 1.6rem;
}
.access_vihicle_item_route_text strong {
    font-size: 1.5rem;
}
.access_vihicle_item_route_text::before {
  border: 2px solid #64af86;
  border-radius: 5px;
  content: "";
  left: 0;
  height: 10px;
  position: absolute;
  top: 8px;
  width: 10px;
}
@media screen and (min-width: 768px), print {
  .com_ac_unit {
    letter-spacing: normal;
    line-height: 1.4;
    margin-top: .2em;
    margin-right: 1em;
  }
  .content_box_nrw {
    padding-left: 75px;
    padding-right: 75px;
  }
  .access_vihicle_sub {
    padding: 30px 45px;
  }
  .access_vihicle_sbox {
    padding: 10px 25px 15px 10px;
    width: calc(100% - 200px);
  }
   .access_vihicle_sbox h3 {
    font-size: 1.8rem;
    padding: 6px 0;
    margin-left: .2em;
  }
  .access_vihicle_thumb {
    min-height: 150px;
    width: 200px;
  }
  .access_point_input_box {
    width: 270px;
  }
  .access_route_btn {
    position: absolute;
    right: -130px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 125px;
  }
  .access_btn_set {
    background: url(/static/access/image/btn-set-fac-pc.png) 0 0 no-repeat;
    height: 40px;
    width: 125px;
  }
  .access_btn_set_here {
    background: url(/static/access/image/btn-set-here-pc.png) 0 0 no-repeat;
  }
  .pc_style .access_btn_set_here {
     display: none;
  }
  .access_search_box {
    margin: 0 auto 30px;
    padding: 25px 35px 20px 35px;
    width: 620px;
  }
  .access_search_route_inner {
    padding: 25px 40px 10px 40px;
  }
  .access_search_route .access_search_route_inner {
    padding-bottom: 25px;
  }
  .access_search_route_mothod {
    position: static;
    text-align: right;
  }
  .access_search_btn {
    padding-top: 20px;
  }
  .access_search_btn a {
    display: inline-block;
    padding: 15px 35px 15px 15px;
  }
  .access_search_btn a::after {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .access_search_listarea {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: auto;
    max-width: 740px;
  }
  .access_search_listarea li {
    margin: 10px 10px 0 10px;
    width: calc((100% - 100px ) / 2);
  }
  .access_search_listarea li:nth-child(1),
  .access_search_listarea li:nth-child(2) {
    margin-top: 0;
  }
  .access_route_point_change {
    display: inline-block;
    margin: 0 16px;
  }
  .access_vihicle_list li {
    line-height: 1.5;
    padding: 0 0 0 8px;
    margin-top: 5px;
  }
  .access_search_parking .access_search_route_decript {
    padding-bottom: 10px;
  }
  .access_search_parking .access_search_route_box {
    padding: 0 0 62px 0;
  }
  .access_search_parking .access_point_input_box {
    width: 100%;
  }
  .access_search_parking .access_route_btn {
    bottom: -50px;
    left: 0;
    margin: 0 auto;
    right: 0;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .access_search_listarea li a::before {
    left: 17px;
  }
}
@media screen and (max-width:374px) {
  .access_route_point_change {
    font-size: 1.4rem;
    padding: 5px 0;
  }
  .access_route_point_change::before {
    font-size: 3.2rem;
  }
  .access_search_route_ttl {
    font-size: 1.8rem;
  }
  .access_search_listarea li a {
    font-size: 1.5rem;
    padding-left: 42px;
  }
  .access_search_listarea {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .access_vihicle_box {
    margin-top: 10px;
  }
  .access_vihicle_sbox h3 {
    background-position: 5px 0;
    font-size: 1.8rem;
  }
  .access_vihicle_sbox h3::after {
    display: none;
  }
  .access_info_ttl::before {
    top: 6px;
  }
  .access_vihicle_box {
    flex-wrap: wrap;
  }
  .access_vihicle_thumb {
    height: 180px;
    margin-bottom: 15px;
    width: 100%;
  }
  .access_vihicle_sbox {
    padding: 0 10px 10px 10px;
  }
  .access_vihicle_list {
    padding: 5px 0;
  }
  .access_vihicle_list li {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 8px;
    padding: 0 0 0 8px;
  }
  .access_vihicle_list li::before {
    left: 4px;
    top: 10px;
  }
  .access_search_route_decript {
    padding-bottom: 8px;
  }
  .access_search_route_mothod {
    padding-bottom: 20px;
    text-align: right;
  }
  .access_search_box {
    margin: auto;
    padding: 14px;
  }
  .access_search_route {
    margin-bottom: 30px;     
  }
  .access_search_route_inner {
    padding: 13px;
  }
  .access_point_input_box {
    padding-bottom: 50px;
    width: 100%;
  }
  .access_route_btn {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    max-width: 150px;
    right: 0;
    position: absolute;
  }
  .access_btn_set {
    background: url(/static/access/image/btn-set-fac-sp.png) 0 0 / 300px 40px no-repeat;
    height: 40px;
    width: 150px;
  }
  .access_btn_set_here {
    background: url(/static/access/image/btn-set-here-sp.png) 0 0 / 300px 40px no-repeat;
  }
  .access_search_btn {
    padding-top: 15px;
  }
  .access_search_btn a {
    display: inline-block;
    line-height: 1.5;
    padding: 11px 5px;
    width: 100%;
    max-width: 260px;
  }
  .access_parking_btn a {
    line-height: 1.4;
    padding: 8px 15px 8px 5px;
  }
  .access_parking_btn a::after {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 17px;
  }
  .access_search_listarea li {
    margin-top: 6px;
  }
  .access_route_point_change {
    text-align: center;
  }
  .access_point_input_box label {
    padding: 9px 2px;
    width: 80px;
  }
  .access_point_input_box input[type="text"] {
    padding: 9px;
    width: calc(100% - 80px);
  }
  .access_route_point_change::before {
    margin-right: 3px;
  }
  .access_search_parking .access_search_route_decript {
    padding-bottom: 15px;
  }
  .detail_area_txt {
    padding-bottom: 18px;
  }
  .access_search_listarea {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .access_search_listarea li a {
    margin: 0 auto;
    padding: 0 10px 0 40px;
    max-width: 345px;
  }
  .access_search_listarea li:nth-child(1) {
    margin-top: 0;
  }
  .access_vihicle_sub {
    padding: 15px;
  }
  .access_search_listarea li a::before {
    left: 10px;
  }
  .access_vihicle_item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .access_vihicle_item .btn_map {
    margin-left: 0;
  }
  .access_vihicle_item p:first-child {
    margin-bottom: 5px;
    width: 100%;
  }
  .access_vihicle_item p:nth-of-type(2) {
    padding-bottom: 10px;
    padding-left: 20px;
  }
  .access_vihicle_list li:last-child .access_vihicle_item p:nth-of-type(2) {
    padding-bottom: 0px;
  }
}

/* Googleマップモーダル
==========================================================================*/
.modal_gmap {
  padding-bottom: 40px;
  padding-top: 30px;
  width: 635px;
}
.modal_gmap_img {
  margin-bottom: 20px;
  margin-top: 20px;
}
.modal_gmap_txt {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .modal_gmap {
    padding-bottom: 30px;
    padding-top: 20px;
    width: calc(100% - 30px);
  }
  .modal_gmap_img img {
    height: auto;
    max-width: 100%;  
  }
}

.selbox {
  background-color: #f0f9e0;
  width: 100%;
  margin: 10px 0 15px;
}
.selbox .selbox_item {
  display: flex;
  font-size: 16px;
  padding: 10px 15px;
}
.selbox .selbox_item.th {
  background-color: #49946a;
  color: #fff;
  font-weight: 600;
  justify-content: center;
}
.selbox .selbox_item.td {
  display: flex;
  justify-content: space-between;
  max-width: 342px;
  margin: 0 auto;
  padding: 10px 10px 10px 20px;
}
.selbox .selbox_lb {
  padding-right: 10px;
}
.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 {
  display: block;
  content: "";
  background: #fff;
  height: 18px;
  width: 18px;
  border: 1px solid #bab0a7;
  box-sizing: border-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.selbox .selbox_lb input[type="radio"]:checked + span:after {
  background: #609b13;
  width: 10px;
  height: 10px;
  left: 4px;
  top: 4px;
}
.search_route input[type="text"].inp_transport {
  width: calc(100% - 55px);
}

@media screen and (max-width: 767px) {
  .selbox {
    margin: 0 0 22px;
  }
  .transport_box {
    padding-bottom: 0;
  }
  .parking_box .access_point_input_box {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 350px) {
  .selbox .selbox_item.td {
    padding: 10px 0 10px 10px;
  }
  .selbox .selbox_item {
    font-size: 16px;
    padding: 10px 12px 10px 10px;
  }
  .selbox .selbox_lb {
    padding-right: 8px;
  }
}

@media screen and (min-width: 768px), print {
  .transport_box {
    width: 100%;
  }
  .parking_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .parking_box .access_search_route_box {
    padding-bottom: 15px;
  }
}

.ttl01.access_ttl,
.ttl01.japanmap_ttl {
    border-top: none!important;
}

.ttl01.access_ttl span,
.ttl01.japanmap_ttl span{
  font-size: 1.7rem;
}

.detail_member .ttl01.japanmap_ttl::before {
  background: url(/static/image-cmn/ico-search-btn10.png) -137px 0 / 170px 27px no-repeat;
}

@media screen and (max-width: 767px) {
  .detail_article .ttl01.access_ttl {
    display: block;
    padding: 0;
    border: none;
  }

  .ttl01.access_ttl > span, .ttl01.japanmap_ttl > span {
    padding: 4px 50px 2px 60px;
  }

  .detail_member .detail_article .ttl01.access_ttl:before {
    transform: translateY(-50%);
  }
  .content_box_access .com_inner{
    margin-right: 0;
    margin-left: 0;
  } 
}