@charset "UTF-8";
.bg-darkBrown{
  padding: 20px 0;
  background-color:#241D19 ;
  text-align: center; 
  font-size: 28px;
}


/*タブ切り替え全体のスタイル*/

.tab-center{
  justify-content: center;
}
.tabs {
  width: 100%;
  margin: -82px auto 0;
}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/3 - 4px);
  height: 82px;
  background-color: #BCBCBC;
  line-height:82px;
  font-size: 22px;
  text-align: center;
  color: #8D8C8B;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  margin-right: 6px;
  cursor: pointer;
}

.tabs .tab_item:last-of-type {
  margin-right: 0;
}

input[name="tab_item"] {
  display: none;
}

input[name="tab_item3"] {
  display: none;
}

.tab_content {
  display: none;
  padding: 60px 0 0;
  clear: both;
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
}


#plane:checked ~ #plane_content,
#train:checked ~ #train_content,
#car:checked ~ #car_content{
  display: block;
}


#tabDocs:checked ~ #docs_content,
#tabParking:checked ~ #parking_content,
#tabMap:checked ~ #map_content{
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #fff;
  color: #201A18;
}


.access_searchBtn-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto;
}

.access_searchWrap{
	margin-right: 25px;
}
.access_searchBtn-wrap .access_searchWrap:last-of-type{
	margin-right: 0;
}
/*#guide*/
.map{
  padding: 80px 20px 0;
}

.inner_large.map{
max-width: 1400px;
}

.map_wrap{
  width: 100%;
  aspect-ratio: 7/3;
  margin-bottom: 30px;
}

.map_wrap iframe{
  object-fit: cover;
}

.map_btn{
  margin-bottom: 102px;
}

.mapImg{
	max-width: 1200px;
	max-height: 330px;
	margin: 0 auto;
}
.accessGuide_tab{
  margin: 260px auto 0;
  background-color: #fff;
  padding-bottom: 100px;
}


.timeTable-guide{
  padding-left: 18px;
  margin-top: 40px;
}

.timeTable-guide_item{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.before-goldCircle{
  position: relative;
}
#parking > div > table > tbody > tr:nth-child(1) > td > ul > li:nth-child(1)::after {
  top: 17%;
}
#parking > div > table > tbody > tr:nth-child(1) > td > ul > li:nth-child(3)::after {
  top: 26%;
}

.parking-priceList_item a {
  opacity: 1;
  text-decoration: underline;
  color: #fff;
}
.parking-priceList_item a:hover {
  text-decoration: none;
}

a#parking-map {
  display: block;
  padding-top: 80px;
  margin-top: -80px;
}

.before-goldCircle::after{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #8E7823;
  left: -18px;
  top: 50%;
  transform: translateY(-50%);
}

.timeTable-guide_item a{
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline;
  color: #574B47;
  position: relative;
}

.timeTable-guide_item a::after{
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  background-image: url(../../assets/img/access/targetblank_ico.png);
  background-size: cover;
  top: 50%;
  right: -19px;
  transform: translateY(-50%);
}

/*parking*/
.parking-inner{
  padding: 112px 0 120px;
}

.parkingList{
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.parkingList_item{
  width: calc(50% - 40px);
}

.parkingList .parkingList_item:nth-child(odd){
  margin-right: 80px;
}

.parkingImg{
  width: 100%;
  height: auto;
}

.parkingList-title{
  color: #fff;
  font-size: 28px;
  text-align: center;
  width: 100%;
  padding: 20px 0 30px;
  background-color: #241D19;
}

.parkingList-title_s{
  font-size: 18px;
}

.accessTable{
  width: 86.66%;
  margin: 80px auto 50px;
}

.accessTable_head{
    width: 230px;
    padding: 30px 35px;
    border-top: 1px solid #8E7823;
}

.accessTable_data{
  width: calc(100% - 230px);
  padding: 30px 40px;
  border-top: 1px solid #fff;
}
.parking-priceList{
  padding-left: 18px;
}

.parking-priceList_item{
  margin-bottom: 14px;
}

.parking-priceList_item .week {
  padding-right: 0.5em;
}
.parking-priceList_item table tbody tr td br
 {
  display: none;
}
.parking-priceList_item .week-end {
  text-align: end;
  padding-right: 0.5em;
}
.parking-priceList_item span.coln {
  padding-left: 1em;
}

.accessTable tbody .accessTable_row:last-of-type .accessTable_data{
  border-bottom: 1px solid #fff;
}

.accessTable tbody .accessTable_row:last-of-type .accessTable_head{
  border-bottom: 1px solid #8E7823;
}
.accessTable_s{
  font-size: 14px;
}

.parking-caution{
  width: 100%;
  background-color: #0C0907;
  text-align: center;
  color: #fff;
  padding: 20px 0
}


/*group*/

.pleaseTxt{
  font-size: 18px;
  text-align: center;
  margin: 60px auto 80px;
}

.brown-marker{
  background-color:#201A18;
}

.docsList{
  display: flex;
  justify-content: space-between;
}

.docsList_item{
  width: calc(100% - 20px);

}

.docsList .docsList_item:first-of-type{
  margin-right: 10px;
}
.docsList .docsList_item:nth-of-type( 2 ){
  margin-right: 10px;
}

.docsImg{
  width: 100%;
  height: auto;
}

.docsTitle{
  width: 100%;
}

.docstxt_s{
  font-size: 14px;
  color: #574B47;
  margin-top: 20px;
  text-align: center;
}

.destination {
  width: 86.66%;
  margin: 80px auto 30px;
}

.tabsTable{
  width: 86.66%;
  margin: 0 auto;
  color: #201A18;
}

.tabsTable_head{
    width: 230px;
    padding: 30px 35px;
    border-top: 1px solid #8E7823;
}

.tabsTable_data{
  width: calc(100% - 230px);
  padding: 30px 40px;
  border-top: 1px solid #CCCCCC;
}

.tabsTable tbody .tabsTable_row:last-of-type .tabsTable_data{
  border-bottom: 1px solid #CCCCCC;
}

.tabsTable tbody .tabsTable_row:last-of-type .tabsTable_head{
  border-bottom: 1px solid #8E7823;
}

.tabsTable_s{
  color: #574B47;
}

.tab_content_wide{
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
}

.tab-parking_caution{
  font-size: 14px;
}

.tabTable-list_item{
  display: flex;
  font-size: 16px;
  color: #201A18;
  font-weight: 600;
}

.tabTable-list_price{
  color: #574B47 ;
  font-weight: 400;
  margin-left: 20px;
}

.tabTable-list_ttl{
  width: 185px;
}

.rootMap-txt{
  color: #574B47;
  text-align: center;
  margin-bottom: 30px;
}

.please-accessGuide_tab{
  margin-top: 162px;
}

.underMessage span {
  font-size: 18px;
}



@media screen and (max-width: 768px) {

  .access_searchBtn-wrap{
    display: block;
  }
	
	
.access_searchBtn-wrap .access_searchWrap:last-of-type{
	margin-right: 25px;
}

  .access_searchWrap{
    margin-bottom: 30px;
  }
  .map{
    padding-top: 30px;
  }
  .map_wrap{
    aspect-ratio: unset;
	  height: 400px;
  }

  .map_btn{
    margin-bottom: 60px;
  }


.accessGuide_tab{
  margin-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.accordion-container {
  margin: 0 auto;
  width: 100%;
}

.accordion-list{
  border-top: 1px solid #CCCCCC;
}

.accordion-list:last-of-type {
  border-bottom: 1px solid #CCCCCC;
}

.accordion-title {
  width: 100%;
  cursor: pointer;
  font-size: 16px;
  padding: 20px 40px;
  position: relative;
}

.accordion-title:before {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}
.accordion-title:after {
  position: absolute;
  content: '';
  top: 50%;
  right: 25px;
  height: 2px;
  width: 15px;
  background: #333;
  transition: all .3s ease-in-out;
}

.accordion-title.open:before {
  transform: rotate(180deg);
}
.accordion-title.open:after {
  opacity: 0;
}

.accordion-text {
  border-bottom: 1px solid #DDD;
  display: none;
  padding: 20px 40px;
}

.parking-inner{
  padding: 30px 0 80px;
}

.parkingList{
  display: block;
  padding: 0 20px;
}
.parkingList .parkingList_item:nth-child(odd){
  margin-right: 0;
}

.parkingList_item{
  width: 100%;
  margin-bottom: 40px;
}

.parkingList-title{
  font-size: 20px;
}

.parkingList-title_s{
  font-size: 14px;
}
.parkingList-title{
  padding-bottom: 20px;
}

.accessTable {
  width: calc(100% - 40px);
  margin: 0 20px;
}
.accessTable_head{
  display: block;
  width: 100%;
  padding: 14px 20px;
  border-top: 1px solid #8E7823;
  text-align: left;
  font-size: 14px;
}

.accessTable_data{
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 14px 20px;
}

.before-goldCircle::after {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #8E7823;
  left: -18px;
  top: 9px;
  transform: unset;
}
#parking > div > table > tbody > tr:nth-child(1) > td > ul > li:nth-child(3)::after {
  top: 10px;

}
.accessTable tbody .accessTable_row:last-of-type .accessTable_data{
  border-bottom: 1px solid #8E7823;
}

.parking-caution{
  font-size: 14px;
  width: calc(100% - 40px);
  margin: 40px auto 0;
  padding: 20px;
}

.pleaseTxt{
  font-size: 16px;
  text-align: left;
  width: 79.4%;
  margin: 30px auto 60px;
}

.please-accessGuide_tab .accordion-title{
  color: #201A18;
}

.docsList{
  display: block;
}
.docsList .docsList_item{
  width: 100%;
}

.docsList .docsList_item:first-of-type{
  margin-right: 0;
}

.bg-darkBrown{
  font-size: 20px;
}

.docstxt_s {
  font-size: 12px;
  margin-bottom: 60px;
}

.bg-darkBrown {
  font-size: 20px;
}
.destination {
  width: 100%;
  margin: 60px auto 20px;
}
.tabsTable_head{
  display: block;
  width: 100%;
  padding: 14px 20px;
  border-top: 1px solid #8E7823;
  text-align: left;
  font-size: 14px;
}
.tabsTable_data{
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 14px 20px;
}

.tabsTable{
  width: 100%;
}

.tabTable-list_item{
  display: block;
  margin-bottom: 20px;
}
.tabTable-list_price{
  text-align: left;
}


.rootMap-txt{
  text-align: left;
}
}

@media screen and (max-width: 768px) {
.accessTable_head-sec {
  border-bottom: none!important;
}
  .accessTable_data-sec {
    border-top: none;
}

.parking-priceList_item .week,
.parking-priceList_item .week-end  {
  width: 30%;
  vertical-align: baseline;
  padding-right: 0;
}

.parking-priceList_item table tbody tr td br
{
  display: block;
}

.parking-priceList_item table tbody tr:nth-child(2) td{
  padding-top: 10px;
}

#parking > div > table > tbody > tr:nth-child(1) > td > ul > li:nth-child(1)::after {
  top: 8%;
}

.underMessage span {
  font-size: 16px;
}

}

/*駐車場マップ*/
#map_api {
  width: 99.8%;
  height: 500px;
  margin: 0 auto;
}

#map_api_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #map_api {
    display: none;
  }

  #map_api_sp {
    display: block;
    width: 89.55555%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 2em;
  }
}
.custom-info {
  color: #000;
}

.custom-info .name {
  font-size: 1rem;
  font-weight: bold;
}

.custom-info .custom-info-item a {
  color: #1558d6;
  text-decoration: underline;
}

.custom-info .custom-info-item a:hover {
  text-decoration: none;
}

.coin-parking {
  width: 100%;
  background-color: #0C0907;
  text-align: center;
  color: #fff;
  padding: 20px;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .coin-parking {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
    text-align: left;
  }
}
