@charset "utf-8";


.access__container {
    width: 100%;
	max-width: 900px;
	margin: 0 auto;
}

.access__list {
    border-top: 1px solid rgba(191, 196, 196, 1);
}

.access__list__item {
	border-bottom: 1px solid rgba(191, 196, 196, 1);
    position: relative;
}

.acodionList__target {
	padding: calc(20px + 1vw) 0;
	font-weight: 600;
	line-height: 1.8;
	color: rgba(0, 0, 0, 1);
}

.acodionList__wrap {
	transform: translateY(-20px);
	transition: all 350ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

.show .acodionList__wrap {
	transform: translateY(0);
}

.acodionList__wrap .txt {
	margin-top: 0;
}

.access__list-item-tex.address a {
    color: rgba(0, 194, 149, 1);
    font-weight: bold;
}

.show::before {
    background-color: #fff;
    transform: rotate(45deg);
    z-index: 1;
}

.show::after {
    background-color: #fff;
    transform: rotate(45deg);
    z-index: 1;   
}

.maps {
    width: 100%;
    height: 400px;
    border: 1px solid rgba(180, 188, 188, 1);
    margin-top: 30px;
    box-sizing: border-box;
}


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

    .acodionList__target {
        font-size: 1.5rem;
    }

}



@media screen and ( min-width: 601px ), print {

	.acodionList__target {
		font-size: 1.8rem;
	}

}

