.side-btn{
	height: 27px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding-left: 5px;
	position: relative;
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
}
.access-cntents-column-main-ttl{
	border: 1px solid #C8C8C8;
	height: 22px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 10px;
}
.access-cntents-column-main-ttl-2{
	background-color: #646464;
	height: 22px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 10px;
}
.access-column{
	margin-bottom: 40px;
	gap: 20px;
}
.access-column-col{
	flex: 1;
}
.access-map{
	margin-top: 40px;
	width: 100%;
}
.access-map iframe{
	width: 100%;
	height: 450px;
	border: 0;
}
.access-car{
	border-bottom: solid 1px #cccccc;
}
.flex{
	display: flex;
	justify-content: space-between;
}
.page-top{
	text-align: right;
}
.parking-img{
	width: 100%;
}
.parking-img img{
	width: 100%;
	height: auto;
}
table.layout {
    width: 100%;
}
.responsive-img{
  max-width: 100%;
  height: auto;
}
.parking-table{
width:100%;
border-collapse:collapse;
margin: 20px 0;
}

.parking-table th,
.parking-table td{
border-bottom:1px solid #ccc;
padding:10px;
}

.parking-table th{
text-align:left;
width:160px;
}
.day{
	width: 110px;
}
.noline{
	border-bottom: none !important;
}
.access-sp_title{
	display: none;
}
@media screen and (max-width: 919px) {
  .access-cntents-column-main-ttl{
	border: none;
	border-bottom: 1px solid #000;
	height: 22px;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 0;
	padding-bottom: 5px;
	margin-bottom: 0px;
  }
  .access-cntents-column-main-ttl img{
	display: none;
  }
    .access-cntents-column-main-ttl-2{
	border: none;
	border-bottom: 1px solid #000;
	height: 22px;
	width: 100%;
	display: flex;
	align-items: center;
	padding-left: 0;
	padding-bottom: 5px;
	margin-bottom: 0px;
	background-color: #ffffff;
  }
    .access-cntents-column-main-ttl-2 img{
	display: none;
  }
  .flex{
	display: block;
}
  .access-car{
	border-bottom: none;
}
.access-column{
	margin-bottom: 60px;
}
.access-column-col:first-child{
	margin-bottom: 60px;
}
.access-sp_title{
	width: 100%;
    height: 72px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../img/access/head_new_sp.jpg);
    display: flex;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    padding-left: 15px;
    box-sizing: border-box;
    margin-bottom: 25px;
    }
#format .center_box2-2 {
	display: none;
}
}

@media (max-width:768px){

.parking-table{
width:100%;
border-collapse:collapse;
}

.parking-table tr{
display:block;
margin-bottom:12px;
border-bottom:1px solid #ccc;   /* ← ここで横線 */
padding-bottom:8px;
}

.parking-table th{
display:block;
margin-bottom:4px;
border:none;
}

.parking-table td{
display:block;
border:none;
}

.parking-table .day,
.parking-table .time{
display:inline;
}

.parking-table .day::after{
content:"　";
}
.parking-table th,
.parking-table td{
padding:5px 0 0;
}
.noline-sp{
	display: none !important;
}
.access-map iframe{
	height: 210px;
}
}