.hline01 {
	margin-bottom: 2.5rem;
}

.p-location {
	margin-bottom: 7.6rem;
}

.p-location__txt {
	font-size: 4.3rem;
	letter-spacing: 0.05em;
	line-height: 1.7;
	margin: 0 -1rem 7.6rem;
	text-align: center;
}

.location-row {
	margin-bottom: 11.8rem;
}

.location-row:last-child {
	margin-bottom: 0;
}

.location-row__txt {
	font-size: 3.8rem;
	letter-spacing: 0.13em;
	margin-bottom: 4.6rem;
	text-align: center;
}

.location-row__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3.9rem 4.9rem;
}

.location-card {
	font-size: 2.73rem;
	letter-spacing: normal;
	text-align: center;
}

.location-card__img {
	margin-bottom: 2.2rem;
}

.location-card__img img {
	width: 100%;
}

.location-card__txt span {
	display: inline-block;
	color: var(--warning);
	font-size: 2em;
	font-weight: var(--font-weight-base);
	line-height: 1;
	vertical-align: bottom;
}

.p-map {
	background-color: #eaeff2;
	padding: 12.6rem 0;
}

.p-map__wrap {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	row-gap: 3.3rem;
	margin-top: 2.7rem;
	padding: 0 1.8rem;
}

.p-map__txt {
	font-size: 2.1rem;
	line-height: 1.667;
	letter-spacing: 0.05em;
}

.p-map .btnMap {
	background-color: #fff;
	color: #465057;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-yugo);
	font-size: 2.34rem;
	font-weight: bold;
	letter-spacing: 0.1em;
	position: relative;
	margin: 0 auto;
	height: 7.8rem;
	width: 36.4rem;
}

.p-map .btnMap::after {
	content: "";
	background: url("../images/common/icon_arrow_02.svg") no-repeat center/contain;
	height: 2.4rem;
	width: 1.7rem;
	position: absolute;
	right: 2.3rem;
	top: 50%;
	transform: translateY(-50%);
}

.p-accor {
	background-color: #fbece5;
}

.p-accor__ttl {
	background-color: #c81e21;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	min-height: 13rem;
	padding: 1rem;
	font-size: 3.4rem;
	color: #fff;
}

.p-accor__wrap {
	padding: 5rem 0 11rem;
}

.p-accor-list {
	--color-accor: #00a4a3;
}

.p-accor-list__ttl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	cursor: pointer;
	background-color: var(--color-accor);
	letter-spacing: 0.15em;
	border-radius: 3.3rem;
	height: 8rem;
	font-size: 3rem;
}

.p-accor-list__ttl.is-active::after {
	transform: rotate(-135deg);
	margin-top: 0.4rem;
}

.p-accor-list__ttl::after {
	content: "";
	position: absolute;
	aspect-ratio: 1;
	border: 1px solid #fff;
	transition: all 0.25s ease-in-out;
	transform: rotate(45deg);
	border-width: 0 2px 2px 0;
	right: 4.7rem;
	margin-top: -0.4rem;
	top: calc(50% - 0.9rem);
	width: 1.7rem;
}

.p-accor-list__item {
	background-color: #fff;
	border-radius: 4rem;
	position: relative;
}

.p-accor-list__item:not(:last-child) {
	margin-bottom: 3rem;
}

.p-accor-list__item.--color-bg02 {
	--color-accor: #dc6b8e;
}

.p-accor-list__item.--color-bg03 {
	--color-accor: #0099cc;
}

.p-accor-list__body {
	display: none;
	padding: 5rem 11rem 5rem 11rem;
}

.p-accor-list__wrap {
	counter-reset: accor-counter;
}

.p-accor-list__des {
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.1em;
	font-size: 3.4rem;
}

.p-accor-list__highlight {
	text-align: center;
	background-color: #fff100;
	font-weight: 500;
	padding: 0.5rem 0;
	margin: -2.5rem -6rem 3rem;
	font-size: 2.8rem;
}

.p-accor-media {
	display: flex;
	position: relative;
	counter-increment: accor-counter;
	margin-bottom: 10rem;
}

.p-accor-media::after {
	content: "";
	position: absolute;
	aspect-ratio: 51/12;
	background: url("../images/access/arrow_down.svg") no-repeat center/contain;
	top: calc(100% + 3.3rem);
	left: calc(50% - 3.6rem);
	width: 7.6rem;
}

.p-accor-media.--align-start {
	align-items: flex-start;
}

.p-accor-media__photo {
	position: relative;
	width: 100%;
}

.p-accor-media__photo::before {
	content: counter(accor-counter);
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	z-index: 3;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: var(--color-accor);
	color: #fff;
	font-family: var(--font-en);
	line-height: 1;
	font-weight: 500;
	left: 0.7rem;
	top: 0.7rem;
	width: 4.7rem;
	font-size: 4.1rem;
	padding-left: 0.1rem;
}

.p-accor-media__thumb {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	pointer-events: none;
	top: -7rem;
	right: -10rem;
}

.p-accor-media__ttl {
	font-weight: 500;
	font-size: 3rem;
	line-height: 1.2666666667;
}

.p-accor-repair {
	display: flex;
	min-height: 10.4rem;
}

.p-accor-repair:not(:last-child) {
	margin-bottom: 2.8rem;
}

.p-accor-repair__ttl {
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-en);
	background-color: #004098;
	color: #fff;
	font-size: 4rem;
	width: 4.7rem;
}

.p-accor-repair__ttl.--bg-danger {
	background-color: #c81e21;
}

.p-accor-repair__txt {
	font-size: 2.9rem;
	line-height: 1.2608695652;
	padding: 0.5rem 0 0.5rem 1.5rem;
}

.p-accor-repair__highlight {
	background-color: #fff100;
	padding-left: 1.5rem;
	font-size: 2.6rem;
}

.p-accor-repair__highlight.--col {
	display: flex;
}

.p-accor-repair__highlight.--col .special {
	flex-shrink: 0;
}

.p-accor-repair__image {
	width: 100%;
}

.p-accor-repair__image img {
	width: 100%;
}

.p-accor-repair__body {
	font-weight: 500;
}

.p-accor-repair__body.--align-center {
	align-content: center;
}

.p-access {
	--gutter-sp: 3.2rem;
	background-color: #1d2020;
	color: #fff;
	padding: 8.5rem 0 5.2rem;
}

.p-access .hline01 {
	margin-bottom: 4rem;
}

.p-access .hline01__ttl {
	color: #fff;
}

.p-access .hline01__ttl::after {
	background-color: #fff;
}

.p-access__txt {
	font-weight: var(--font-weight-base);
	letter-spacing: 0.13em;
	line-height: 1.7;
	text-align: center;
	font-size: 3.3rem;
}

.p-access__wrap {
	background-color: #fff;
	color: #262324;
	margin-top: 4.3rem;
	padding: 7.7rem 3.2rem;
}

.p-access__head {
	display: grid;
	gap: 2.7rem;
	margin-bottom: 10.4rem;
}

.p-access__head-img {
	position: relative;
}

.p-access__head-img span {
	background-color: #fff;
	font-size: 2.3rem;
	padding: 0.7rem 1.2rem;
	position: absolute;
	right: 0;
	bottom: 0;
}

.p-access__box {
	background-color: #ebe8e1;
	margin: 3.5rem 0 8.3rem;
	padding: 7rem 5rem;
}

.p-access__box.--last {
	margin: 3.5rem 0 6rem;
	padding: 5rem;
}

.p-access__box-head {
	font-size: 2.4rem;
	letter-spacing: 0.05em;
	margin-bottom: 3.4rem;
	text-align: center;
}

.p-access__box-head::after {
	content: "";
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 1.7rem 7rem 0 7rem;
	border-color: #465057 transparent transparent transparent;
	transform: rotate(0deg);
	margin: 1.4rem auto 0;
}

.p-access__map {
	margin-bottom: 6rem;
	text-align: center;
}

.p-access__map img {
	max-width: 100%;
	width: 86.7rem;
}

.p-access__dl dt {
	background-color: var(--dark);
	color: #fff;
	font-size: 3.1rem;
	font-weight: var(--font-weight-base);
	letter-spacing: 0.05em;
	margin-bottom: 3rem;
	padding: 0.8rem 1rem;
	text-align: center;
}

.p-access__dl dd {
	margin: 0 0 7rem;
}

.p-access__dl dd:last-child {
	margin-bottom: 0;
}

.p-access .access-shop {
	display: grid;
	gap: 5rem;
}

.p-access .access-shop__item {
	display: grid;
	align-items: flex-end;
	grid-template-columns: 31.5rem 1fr;
	gap: 1.8rem;
}

.p-access .access-shop__item-name {
	border-bottom: 1px solid var(--warning);
	color: var(--warning);
	font-size: 2.9rem;
	font-weight: 500;
	margin-bottom: 2.5rem;
	padding-bottom: 0.5rem;
}

.p-access .access-shop__item-txt {
	font-size: 2rem;
	line-height: 1.28;
}

.p-access .station-list {
	display: grid;
	gap: 3.7rem;
}

.p-access .station-list__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	font-size: 3.966rem;
	margin-bottom: 0.5rem;
}

.p-access .station-list__head .name::before {
	content: "「";
	margin-left: -0.5em;
}

.p-access .station-list__head .name::after {
	content: "」";
	margin-right: -0.5em;
}

.p-access .station-list__head .num {
	color: var(--warning);
	font-size: 2em;
	font-weight: 400;
	line-height: 1;
	vertical-align: bottom;
}

.p-access .station-list__txt {
	font-size: 2rem;
}

@media (min-width: 768px) {

.hline01 {
	margin-bottom: 2rem;
}

.p-location {
	margin-bottom: 16.3rem;
}

.p-location__txt {
	font-size: 3.3rem;
	letter-spacing: 0.13em;
}

.location-row {
	margin-bottom: 16.5rem;
}

.location-row__txt {
	font-size: 2.6rem;
	margin-bottom: 3.3rem;
}

.location-row__list {
	grid-template-columns: repeat(3, 1fr);
	gap: 3.4rem 5rem;
}

.location-row__list.location-row__list--4cols {
	grid-template-columns: repeat(4, 1fr);
	gap: 4.4rem 3.9rem;
}

.location-card {
	font-size: 2.1rem;
}

.location-card__img {
	margin-bottom: 1.5rem;
}

.location-card__name.--custom1 {
	margin-inline: -1.5rem;
}

.location-card__name.--custom2 {
	margin-inline: -3.5rem;
	transform: scaleX(0.87);
}

.location-card__name.--custom3 {
	margin-inline: -4rem;
	transform: scaleX(0.75);
}

.location-card__name.--custom4 {
	margin-inline: -5rem;
	transform: scaleX(0.72);
}

.p-map {
	padding: 10.7rem 0 19rem;
}

.p-map__wrap {
	align-items: center;
	flex-direction: row;
	margin-top: 6rem;
	padding: 0 5rem;
}

.p-map .btnMap {
	margin: 0;
	font-size: 1.8rem;
	height: 6rem;
	width: 28rem;
}

.p-map .btnMap::after {
	right: 1.7rem;
	height: 1.9rem;
	width: 1.3rem;
}

.p-accor__ttl {
	min-height: 7rem;
	padding: 1rem;
	font-size: 2.6rem;
}

.p-accor__wrap {
	padding: 5rem 0 10rem;
}

.p-accor-list__ttl {
	height: 8rem;
	font-size: 3rem;
	border-radius: 4rem;
}

.p-accor-list__ttl.is-active::after {
	margin-top: 0.6rem;
}

.p-accor-list__ttl::after {
	top: calc(50% - 1.1rem);
	margin-top: -0.6rem;
	width: 2.2rem;
}

.p-accor-list__item:not(:last-child) {
	margin-bottom: 5rem;
}

.p-accor-list__body {
	padding: 5rem 5rem 5rem 15rem;
}

.p-accor-list__des {
	letter-spacing: 0.15em;
	font-size: 2.6rem;
}

.p-accor-list__highlight {
	margin: -2.5rem 0 3rem;
	font-size: 2rem;
}

.p-accor-media {
	margin-bottom: 5.5rem;
	gap: 5.2rem;
	align-items: center;
}

.p-accor-media::after {
	width: 5.1rem;
	top: calc(100% + 2.2rem);
	left: 32.5rem;
}

.p-accor-media__photo {
	width: 35rem;
}

.p-accor-media__photo::before {
	left: 0.6rem;
	top: 0.6rem;
	width: 3.6rem;
	font-size: 3.1rem;
}

.p-accor-media__thumb {
	top: -3rem;
	right: -5rem;
}

.p-accor-media__body {
	flex: 1 1;
}

.p-accor-media__ttl {
	font-size: 2.3rem;
	line-height: 1.2608695652;
}

.p-accor-repair {
	min-height: 8rem;
}

.p-accor-repair__ttl {
	font-size: 3.1rem;
	width: 3.6rem;
}

.p-accor-repair__txt {
	font-size: 2.3rem;
}

.p-accor-repair__highlight {
	font-size: 2rem;
}

.p-access {
	padding: 15.2rem 0 16.7rem;
}

.p-access .hline01 {
	margin-bottom: 2rem;
}

.p-access__txt {
	font-size: 2.6rem;
}

.p-access__wrap {
	margin-top: 5.5rem;
	padding: 8.6rem 14rem;
}

.p-access__head {
	gap: 3.8rem;
	align-items: center;
	grid-template-columns: 55rem 1fr;
	margin-bottom: 7rem;
}

.p-access__head-img span {
	font-size: 2rem;
}

.p-access__box {
	padding: 6rem 10rem;
}

.p-access__box.--last {
	padding: 6rem 10rem;
}

.p-access__map {
	margin-bottom: 3.4rem;
}

.p-access__dl dt {
	font-size: 2.4rem;
	margin-bottom: 2.6rem;
	padding: 0.5rem 1rem;
}

.p-access .access-shop {
	grid-template-columns: repeat(2, 1fr);
	gap: 5.5rem;
}

.p-access .access-shop__item {
	grid-template-columns: 21.8rem 1fr;
	gap: 1.2rem;
}

.p-access .access-shop__item-name {
	font-size: 2rem;
	margin-bottom: 1.7rem;
}

.p-access .access-shop__item-txt {
	font-size: 1.4rem;
}

.p-access .station-list {
	grid-template-columns: repeat(2, 1fr);
	gap: 4.3rem;
}

.p-access .station-list__head {
	font-size: 2.8rem;
}

.p-access .station-list__txt {
	font-size: 1.4rem;
}

}

@media (max-width: 767px) {

.location-card__name.--cus-sp1 {
	margin-inline: -3.5rem;
	transform: scaleX(0.87);
}

.location-card__name.--cus-sp2 {
	margin-inline: -5.5rem;
	transform: scaleX(0.77);
}

.location-card__name.--cus-sp3 {
	margin-inline: -8.5rem;
	transform: scaleX(0.7);
}

.location-card__name.--custom-sp5 {
	margin-inline: -2.5rem;
}

.p-accor__wrap .inner {
	padding-inline: 3.4rem;
}

.p-accor-list__body {
	margin-bottom: 7.5rem;
}

.p-accor-list__body.--right-sp {
	padding-right: 10rem;
}

.p-accor-list__des {
	margin-inline: -10rem;
}

.p-accor-media {
	flex-direction: column;
}

.p-accor-media__photo {
	margin-bottom: 2.4rem;
}

.p-accor-media__body {
	width: 100%;
}

.p-accor-repair__body {
	flex: 1 1;
}

.p-access__txt.--lp {
	letter-spacing: 0.05em;
}

.p-access__head-txt {
	padding-inline: 4rem;
}

}

@media (max-width: 767px) and (max-width: 767px) {

.p-accor-list__body.--right-sp .p-accor-media__thumb {
	right: -6.5rem;
	top: -5rem;
}

}

