@import url('https://fonts.googleapis.com/css2?family=Overpass:wght@100;200;300;400;500;600;700;800;900&display=swap');

.ft-o{ font-family: 'Overpass', sans-serif; }

.base {
    margin: 0 auto 0;
}

.bg.bg03 {
    width: 340px;
    left: 50%;
    top: 730px;
    position: absolute;
    z-index: -1;
    transform: translateX(-50%);
}

.bg.bg04 {
    width: 150px;
    right: 8%;
    top: 1270px;
    position: absolute;
    z-index: -1;
}

.bg.bg05 {
    width: 388px;
    left: 0;
    top: 1760px;
    position: absolute;
    z-index: -1;
}

.flexBox{
    display: flex;
}

.text20{
    font-size: 20px;
}

.text30{
    font-size: 30px;
}

#sec-acc01{
    padding: 60px 0 100px;
}

.flex-acc01{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}

.acc01-detail{
    width: 50%;
}

.flex-others{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 35px;
}

.flex-others li{
    position: relative;
    padding: 0 3%;
}

.flex-others li:first-child{
    padding: 0 3% 0 0;
}

.flex-others li:after{
    content: "";
    position: absolute;
    height: 80%;
    top: 10%;
    width: 1px;
    background: #cccccc;
    right: 0;
}

.flex-others li:last-child:after{
    background: none;
}

.acc01-info{
    margin-bottom: 25px;
}

.address{
    margin-bottom: 5px;
}

.flex-info{
    justify-content: space-between;
    align-items: center;
}

.info-left{
    display: flex;
    align-items: center;
    width: 75%;
}

.info-left a{
    color: #27af94;
    font-size: 24px;
    margin-right: 15px;
}

.info-left a i{
    margin-right: 10px;
}

.tel{
    font-size: 12px;
}

.tel .ft-o{
    font-size: 14px;
}

.flex-info .green-bg span{
    background: #e3f7f3;
    border-radius: 5px;
    color: #27af94;
    font-size: 12px;
    padding: 5px 10px;
    display: inline-block;
}

table{
    line-height: 1.7;
    table-layout: fixed;
    width: 100%;
}

table .time{
    padding: 25px 5px;
    text-align: left;
    width: 23%;
}

.sec-access table tr{
    border-bottom: 1px solid #d7d7d7;
}

.sec-access table td{
    color: #27af94;
    padding: 25px 5px;
    text-align: center;
    width: 12.14%;
}

table td.note{
    color: #636363;
    font-size: 15px;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.doc-tbl th, 
.doc-tbl td {
    vertical-align: middle;
}

table td.day,
table td.time{
    color: #636363;
}

table td.time{
    text-align: left;
    width: 15%;
}

table td.weekend{
    width: 12%;
}

.doc-tbl .day{
    width: 10.8%;
    text-align: center;
}

.doc-tbl th,
.doc-tbl td{
    font-size: 13px;
    border: 1px solid #d7d7d7;
    padding: 10px;
}

.acc01-map{
    width: 48%;
}

.acc01-map img{
    margin-bottom: 20px;
}

.acc01-map .green-bg span {
    background: #e3f7f3;
    border-radius: 20px;
    font-size: 16px;
    padding: 5px 15px 3px;
    display: inline-block;
}

.others-img{
   display: flex;
   justify-content: space-between;
   align-items: center; 
}

.others-img li{
    width: 31%;
}

#sec-acc02{
    padding-bottom: 150px;
}

.acc-head{
    display: flex;
    align-items: center;
    font-size: 30px;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.acc-head img{
    margin-right: 15px;
    width: 40px;
}

.acc-head .text30{
    color: #27af94;
}

.bus{
    margin-bottom: 70px;
}

.flex-bus{
    justify-content: flex-start;
    align-items: flex-start;
}

.bus-detail{
    width: 50%;
}

.bus-line{
    margin-bottom: 20px;
}

.bus-line span{
    background: #27af94;
    border-radius: 5px;
    color: #fff;
    padding: 5px 25px 3px;
    display: inline-block;
}

.flex-car{
    justify-content: space-between;
    align-items: center;
}

.car-detail{
    width: 55%;
}

.car-detail .text20{
    margin-bottom: 20px;
    font-weight: bold;
}

.car-detail .txt{
    margin-bottom: 40px;
}

.flex-parking{
    justify-content: space-between;
    align-items: center;
}

.flex-parking img{
    width: 48%;
}

.car-img{
    width: 42%;
}

.rec-link{
    color: #fff!important;
    background-color: #27af94;
    border-radius: 50px;
    padding: 1px 15px 0;
    display: inline-block;
    width: fit-content;
    margin-left: 15px;
    font-size: 13px;
}

@media only screen and (max-width: 1300px){
.bg.bg03 {
    width: 300px;
    top: 540px;
}

.bg.bg04 {
    width: 110px;
    right: 2%;
    top: 1050px;
}

.bg.bg05 {
    width: 290px;
    top: 1640px;
}
}

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

.bg.bg05 {
    width: 230px;
    bottom: 365px;
}

.flex-info {
    display: block;
}

.flex-info .green-bg span {
    font-size: 13px;
}

.info-left {
    width: 100%;
    margin-bottom: 10px;
}

.info-left a {
    font-size: 22px;
    margin-right: 10px;
}
}

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

.bg.bg03 {
    width: 160px;
    left: 50%;
    top: 540px;
}

.bg.bg04 {
    right: 0%;
    top: 830px;
}

.bg.bg05 {
    width: 130px;
}

.txt{
    font-size: 14px;
}

#sec-acc01 {
    padding: 30px 0 50px;
}

.doc-tbl th, 
.doc-tbl td{
    font-size: 10px;
    padding: 5px 5px;
}

table td.note {
    font-size: 10px;
    padding: 5px 5px;
}

.flex-acc01 {
    display: block;
    margin-bottom: 40px;
}

.acc01-detail {
    width: 100%;
    margin-bottom: 25px;
}

.acc01-map {
    width: 100%;
}

.acc-head {
    margin-bottom: 5px;
}

.acc-head img {
    margin-right: 10px;
    width: 30px;
}

.acc01-info {
    text-align: center;
}

.info-left {
    display: block;
}

.info-left a{
    margin-right: 0;
}

.text30 {
    font-size: 20px;
}

.flex-bus {
    display: block;
}

.bus-detail {
    width: 100%;
}

.bd01{
    margin-bottom: 25px;
}

.bus {
    margin-bottom: 30px;
}

.bus-line {
    margin-bottom: 10px;
}

.bus-line span {
    padding: 3px 15px 1px;
    font-size: 14px;
}

.flex-car {
    display: block;
}

.car-detail .txt {
    margin-bottom: 20px;
}

.car-detail .text20 {
    margin-bottom: 10px;
    font-size: 18px;
}

.car-img {
    width: 100%;
}
.car-detail {
    width: 100%;
    margin-bottom: 25px;
}

#sec-acc02 {
    padding-bottom: 20px;
}

.acc01-map .green-bg span {
    font-size: 14px;
}

}