@charset "utf-8";
.acc_map {
    width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.acc_link {
    border: 2px solid #554434;
    margin-left: auto;
    margin-top: 30px;
    font-size: 1.7em;
    position: relative;
    margin-bottom: 60px;
    width: 300px;
}
.acc_link a {
    display: block;    
    padding-left: 30px;
    padding-right: 10px;
     padding-top: 15px;
    padding-bottom: 15px;
    color: #554434;
    transition: background-color 0.2s, color 0.2s; 
}

.acc_link a:hover {
    color: #FFFFFF;
    background-color: #554434;
}

.acc_link a::after {
    content: "→";
    font-size: 0.8em; /* 文字より少し小さくする調整 */
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-40%);
    font-weight: bold;
     transition: color 0.2s; 
}
.acc_link a:hover::after {
    color: #FFFFFF;
    
}

.acc_info_title {
    color: #554434;
    font-size: 2em;
    margin-bottom: 20px;
    font-weight: bold;
}
.acc_info_text {
     line-height: 2.4rem;
    font-size: 1.8em;
    color: #554434;
}

.acc_under_border {
    border-bottom: 2px solid #D46B00;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.acc_way {
    margin-top: 20px;
    width: 48%;
    text-align: center;
    font-weight: bold;
    line-height: 1.8rem;
    font-size: 1.2em;
    color: #EA694D;
}
.acc_text_box {
    width: 48%;
    padding-top: 20px;
}
.acc_text_title {
    color: #554434;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 20px;
}
.acc_text {
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
     line-height: 1.8rem;
    font-size: 1.4em;
}
.acc_text ul {
    font-size: 0.8em;
    padding-left: 1.2em;
    margin-left: 0px;
    margin-top: 10px;
}

.acc_text ul li{
    list-style-position: outside;
    list-style-type: disc;
    padding-left: 0px;
}

.acc_text_box_bus {
     width: 90%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.acc_way img {
    margin-bottom: 20px;
   
}


/* 835px以下に適用されるCSS（タブレット用） */
@media screen and (max-width: 835px) {
.acc_text_title {
    font-size: 1.7em;
    margin-bottom: 10px;
}


.acc_text_box {
    width: 43%;
    
}
.acc_text {
    font-size: 1.2em;
    padding-left: 10px;
}
    

}
/* 480px以下に適用されるCSS（スマホ用） */
@media screen and (max-width: 480px) {
.acc_way {
    width: 100%;
}
.acc_text_box {
    width: 100%;
    padding-top: 30px;    
}
.acc_link {
    font-size: 1.2em;
    margin-left: auto;
    margin-right: auto;
}
.acc_info_title {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.acc_info_text {
    font-size: 1.1em;
    line-height: 1.4rem;
}
    
.acc_bus {
    width: 100%;
   
}     
}
