.samty .page_access .access_sec {
  background-color: #1A191D;
  padding-top: 76px;
}
.samty .page_access .access_sec .info {
  color: #fff;
  text-align: center;
  margin-top: 50px;
}
.samty .page_access .access_sec .info .name {
  font-size: 24px;
  letter-spacing: 1px;
}
.samty .page_access .access_sec .info .address {
  margin-top: 8px;
  letter-spacing: 1px;
}
.samty .page_access .access_sec .info .tel_fax {
  margin-top: 10px;
  letter-spacing: 1px;
  display: flex;
  justify-content: center;
  font-size: 18px;
}
.samty .page_access .access_sec .info .tel_fax dl {
  display: flex;
}
.samty .page_access .access_sec .info .btn_more {
  margin-top: 58px;
}
.samty .page_access .access_sec .info .btn_more a {
  width: 500px;
}
.samty .page_access .access_sec .map_wrap {
  margin-top: 62px;
  height: 800px;
}
.samty .page_access .access_sec .map_wrap iframe {
  width: 100%;
  height: 100%;
}
.samty .page_access .route {
  padding-top: 180px;
  padding-bottom: 180px;
  background-color: #7D6EA6;
}
.samty .page_access .route .content_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.samty .page_access .route .content_wrap #tab01:checked ~ #tab01_content,
.samty .page_access .route .content_wrap #tab02:checked ~ #tab02_content,
.samty .page_access .route .content_wrap #tab03:checked ~ #tab03_content,
.samty .page_access .route .content_wrap #tab04:checked ~ #tab04_content {
  display: block;
}
.samty .page_access .route .content_wrap input[name=tab_switch] {
  display: none;
}
.samty .page_access .route .content_wrap .tab_wrap.full_tab {
  gap: 0;
}
.samty .page_access .route .content_wrap .tab_wrap.col2 {
  width: 490px;
}
.samty .page_access .route .content_wrap .tab_wrap.col3 {
  width: 320px;
}
.samty .page_access .route .content_wrap .tab_wrap.col4 {
  width: 25%;
}
.samty .page_access .route .content_wrap .tab {
  width: 100%;
  height: 90px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  background-color: #7D6EA6;
  color: #fff;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
  position: relative;
}
.samty .page_access .route .content_wrap .tab label {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.samty .page_access .route .content_wrap .tab .icon {
  width: 40px;
}
.samty .page_access .route .content_wrap .tab .icon.on {
  display: none;
}
.samty .page_access .route .content_wrap .tab .ttl {
  text-align: center;
  letter-spacing: 1.25px;
}
.samty .page_access .route .content_wrap .tab .ttl span {
  letter-spacing: 0.5px;
  font-size: 14px;
  display: block;
}
.samty .page_access .route .content_wrap #tab01:checked ~ #tab1 .tab,
.samty .page_access .route .content_wrap #tab02:checked ~ #tab2 .tab,
.samty .page_access .route .content_wrap #tab03:checked ~ #tab3 .tab,
.samty .page_access .route .content_wrap #tab04:checked ~ #tab4 .tab {
  background-color: #fff;
  border: none;
}
.samty .page_access .route .content_wrap #tab01:checked ~ #tab1 .tab::before,
.samty .page_access .route .content_wrap #tab02:checked ~ #tab2 .tab::before,
.samty .page_access .route .content_wrap #tab03:checked ~ #tab3 .tab::before,
.samty .page_access .route .content_wrap #tab04:checked ~ #tab4 .tab::before {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  background-color: #C2BDE2;
  position: absolute;
  top: 0;
  left: 0;
}
.samty .page_access .route .content_wrap #tab01:checked ~ #tab1 .tab .icon.off,
.samty .page_access .route .content_wrap #tab02:checked ~ #tab2 .tab .icon.off,
.samty .page_access .route .content_wrap #tab03:checked ~ #tab3 .tab .icon.off,
.samty .page_access .route .content_wrap #tab04:checked ~ #tab4 .tab .icon.off {
  display: none;
}
.samty .page_access .route .content_wrap #tab01:checked ~ #tab1 .tab .icon.on,
.samty .page_access .route .content_wrap #tab02:checked ~ #tab2 .tab .icon.on,
.samty .page_access .route .content_wrap #tab03:checked ~ #tab3 .tab .icon.on,
.samty .page_access .route .content_wrap #tab04:checked ~ #tab4 .tab .icon.on {
  display: block;
}
.samty .page_access .route .content_wrap #tab01:checked ~ #tab1 .tab .ttl,
.samty .page_access .route .content_wrap #tab02:checked ~ #tab2 .tab .ttl,
.samty .page_access .route .content_wrap #tab03:checked ~ #tab3 .tab .ttl,
.samty .page_access .route .content_wrap #tab04:checked ~ #tab4 .tab .ttl {
  color: #1A191D;
}
.samty .page_access .route .content_wrap #tab01:checked ~ #tab1 .tab .ttl span,
.samty .page_access .route .content_wrap #tab02:checked ~ #tab2 .tab .ttl span,
.samty .page_access .route .content_wrap #tab03:checked ~ #tab3 .tab .ttl span,
.samty .page_access .route .content_wrap #tab04:checked ~ #tab4 .tab .ttl span {
  color: #7D6EA6;
}
.samty .page_access .route .content_wrap .panel_wrap {
  background-color: #fff;
  display: none;
  width: 100%;
}
.samty .page_access .route .content_wrap .panel_wrap .panel {
  width: 100%;
  padding: 110px 98px 85px;
  background-color: #fff;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .image {
  margin-left: auto;
  margin-right: auto;
  width: -moz-fit-content;
  width: fit-content;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label {
  width: 100%;
  min-height: 50px;
  background-color: #DFDFDF;
  font-size: 20px;
  letter-spacing: 1.5px;
  display: flex;
  align-items: center;
  padding: 12px 20px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label[class*=ico_] {
  position: relative;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label[class*=ico_]::before {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label.ico_air {
  padding-left: 72px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label.ico_air::before {
  width: 36px;
  height: 24px;
  background-image: url(/assets/img/common/ico_access_air_label.svg);
  left: 22px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label.ico_car {
  padding-left: 70px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label.ico_car::before {
  width: 26px;
  height: 21px;
  background-image: url(/assets/img/common/ico_access_car_label.svg);
  left: 25px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label.ico_walk {
  padding-left: 62px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label.ico_walk::before {
  width: 14px;
  height: 24px;
  background-image: url(/assets/img/common/ico_access_walk_label.svg);
  left: 28px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label.ico_taxi {
  padding-left: 70px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label.ico_taxi::before {
  width: 25px;
  height: 23px;
  background-image: url(/assets/img/common/ico_access_taxi_label.svg);
  left: 25px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label.ico_car_bike {
  padding-left: 110px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .label.ico_car_bike::before {
  width: 71px;
  height: 21px;
  background-image: url(/assets/img/common/ico_access_car_bike_label.svg);
  left: 25px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel dl {
  padding-top: 46px;
  padding-bottom: 36px;
  font-size: 14px;
  letter-spacing: 1px;
  border-bottom: 1px dotted #C5C5C5;
}
.samty .page_access .route .content_wrap .panel_wrap .panel dl dt span.under_marker {
  display: inline;
  background: linear-gradient(transparent 75%, #C2BDE2 25%);
}
.samty .page_access .route .content_wrap .panel_wrap .panel dl dd {
  margin-top: 20px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel dl dd .col2_txt {
  padding: 0;
  display: flex;
  gap: 20px;
  border-bottom: none;
}
.samty .page_access .route .content_wrap .panel_wrap .panel dl dd .col2_txt dt,
.samty .page_access .route .content_wrap .panel_wrap .panel dl dd .col2_txt dd {
  margin: 0;
}
.samty .page_access .route .content_wrap .panel_wrap .panel dl dd .col2_txt dt {
  min-width: 100px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .detail_text {
  letter-spacing: 1px;
  font-size: 14px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .walk_area ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 13px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .walk_area ul li {
  width: 190px;
  background-color: #eeeeeb;
  font-size: 14px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .walk_area ul li .walk_img {
  position: relative;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .walk_area ul li .walk_img .route_label {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 30px;
  height: 30px;
  background-color: #DBD5FF;
  color: #4D4380;
  font-size: 20px;
  line-height: 30px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel .walk_area ul li .walk_text {
  padding: 10px;
}
.samty .page_access .route .content_wrap .panel_wrap .panel.active {
  display: block;
  animation: panel_show 0.3s ease-in-out forwards;
}
.samty .page_access .route .content_wrap .panel_wrap.by_walk {
  display: block;
}
.samty .page_access .route .content_wrap .parking_wrap {
  margin-top: 55px;
  display: flex;
  justify-content: center;
  gap: 29px;
  padding-bottom: 78px;
}
.samty .page_access .route .content_wrap .parking_wrap .img_wrap {
  width: 313px;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap {
  width: 350px;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap h3 {
  font-size: 20px;
  padding-left: 18px;
  border-left: 1px solid #7D6EA6;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap p {
  margin-top: 20px;
  font-size: 14px;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap dl {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  margin-top: 25px;
  border-top: 1px dotted #C5C5C5;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap dl .dl_flex {
  display: flex;
  line-height: 1.8;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap dl .dl_flex dt {
  width: 76px;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap dl .dl_flex dd {
  width: 274px;
  margin-top: 0;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap .btn_wrap {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap .btn_wrap .parking_btn {
  margin-top: 0;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap .btn_wrap .parking_btn.pdf a {
  position: relative;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap .btn_wrap .parking_btn.pdf a::after {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 11px;
  top: 6px;
  right: 34px;
  background: url(../../img/common/ico_pdf.svg) no-repeat center top/contain;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap .btn_wrap .parking_btn a {
  display: block;
  color: #7D6EA6;
  width: 160px;
  padding-bottom: 12px;
  border-bottom: 1px solid #7D6EA6;
  position: relative;
}
.samty .page_access .route .content_wrap .parking_wrap .text_wrap .btn_wrap .parking_btn a::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  background: url(/assets/img/kyoto_renew/ico_right_purple.svg) no-repeat center/contain;
  position: absolute;
  top: 9px;
  right: 0;
  transition: 0.3s linear;
}
.samty .page_access .area_info {
  padding-top: 112px;
  padding-bottom: 112px;
  background-color: #1A191D;
}
.samty .page_access .area_info .content_wrap {
  margin: 48px auto 0;
  width: 850px;
  color: #fff;
}
.samty .page_access .area_info .content_wrap dl {
  border-top: 1px dotted #C5C5C5;
  padding: 20px 20px 20px 0;
}
.samty .page_access .area_info .content_wrap dl:last-child {
  border-bottom: 1px dotted #C5C5C5;
}
.samty .page_access .area_info .content_wrap dl dt {
  letter-spacing: 2.5px;
}
.samty .page_access .area_info .content_wrap dl dd {
  letter-spacing: 1.5px;
  display: flex;
  justify-content: space-between;
}
.samty .page_access .area_info .content_wrap dl dd .address {
  margin-top: 8px;
}
.samty .page_access .area_info .content_wrap dl dd .btn_more {
  margin-top: 0;
}
.samty .page_access .area_info .content_wrap dl dd .btn_more a {
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 160px;
  min-height: auto;
  background: none;
  color: #fff;
  padding-right: 25px;
  padding-bottom: 16px;
  border: none;
  border-bottom: 1px solid #fff;
}
.samty .page_access .area_info .content_wrap dl dd .btn_more a::after {
  background-image: url(/assets/img/common/ico_right_white.svg);
  transform: none;
  right: 0;
  top: 4px;
  width: 7px;
  height: 7px;
}
.samty .page_access .area_info .btn_more {
  margin-top: 70px;
}
.samty .page_access .area_info .btn_more a {
  width: 650px;
}/*# sourceMappingURL=access.css.map */