.myAddress {
	text-align: center;
}

.myAddress .addrss {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 22px;
	font-size: 2.2rem;
	color: #534741;
}

.myAddress .tel {
	font-family: "A1明朝", "游明朝体", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
	font-size: 26px;
	font-size: 2.6rem;
	color: #534741;
	line-height: 1.5;
	letter-spacing: 0;
}

.myAddress .tel .fa {
	margin-right: 8px;
	-webkit-transform: rotate(-95deg);
	-ms-transform: rotate(-95deg);
	transform: rotate(-95deg);
	color: #e8a8b5;
	font-size: 22px;
}

.myListCar {
	margin-bottom: 30px;
}

.myListCar ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.myListCar li {
	border-right: dotted 1px #c7c7c7;
	width: 33.3%;
	padding: 0 36px;
	margin: 0 0 20px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	color: #534741;
}

.myListCar li:nth-child(3n) {
	border-right: none;
}

.myListCar li span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 60px;
	background-image: url(../img/common/icon_map_color02.svg);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 18px 26px;
	padding: 5px 0 5px 38px;
}

.myMap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.myMap .image {
	width: 52.4%;
	text-align: center;
}

.myMap .map {
	width: 44%;
	border-radius: 10px;
	overflow: hidden;
}

.myMap .map .inner {
	position: relative;
	width: 100%;
	padding-top: 79%;
}

.myMap .map .inner iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

.myParking .image {
	margin-bottom: 30px;
	text-align: center;
}

.myParking .txt {
	max-width: 600px;
	margin: 0 auto;
	font-size: 18px;
	font-size: 1.8rem;
}

.myFlow {
	text-align: center;
}

.myListBus {
	margin: 0 0 10px;
	text-align: center;
	font-size: 0;
}

.myFlow + .myListBus {
	margin-top: 40px;
}

.myListBus ul {
	position: relative;
	padding: 0 0 0 20px;
	display: inline-block;
	text-align: center;
}

.myListBus ul:before {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	width: 1em;
	height: 1em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	color: #439eca;
	font-size: 18px;
	font-size: 1.8rem;
}

.myListBus li {
	display: inline-block;
	line-height: 1.2;
	color: #534741;
}

.myListBus li:not(:last-child) {
	padding: 0 20px 0 0;
	margin: 0 20px 0 0;
	border-right: solid 1px #534741;
}

.myListBus a {
	text-decoration: none;
	font-size: 18px;
	font-size: 1.8rem;
	color: #534741;
}

.myListBus a:hover {
	opacity: 0.6;
}

.myListBus a:after {
	content: "";
	font-family: FontAwesome;
	line-height: 1;
	margin: 0 0 0 5px;
}

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

.myAddress .addrss {
	font-size: 14px;
	font-size: 1.4rem;
}

.myListCar li {
	float: none;
	width: auto;
	padding: 0 20px;
	margin: 0 0 15px;
	border-right: none;
	font-size: 14px;
	font-size: 1.4rem;
}

.myListCar li span {
	min-height: 0;
}

.myMap {
	display: block;
}

.myMap .image {
	width: auto;
	margin-bottom: 40px;
}

.myMap .map {
	width: auto;
}

.myMap .map .inner {
	padding-top: 60%;
}

.myParking .txt {
	font-size: 14px;
	font-size: 1.4rem;
}

.myListBus {
	text-align: left;
}

.myListBus ul {
	padding-left: 15px;
	text-align: left;
}

.myListBus ul:before {
	font-size: 12px;
	font-size: 1.2rem;
}

.myListBus li {
	margin: 0 10px 0 0;
	padding: 0;
	border-right: none;
	line-height: 1.5;
}

.myListBus a {
	font-size: 12px;
	font-size: 1.2rem;
}

}


/*# sourceMappingURL=maps/access.css.map */
