body {
	font-family: "Yu Mincho", "YuMincho", serif;
}

body {
	font-weight: 400;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

.access__title {
	position: relative;
	text-align: center;
}

.access__eng-title {
	position: absolute;
	top: -30%;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(40px, 2.5rem, 70px);
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
}

.access__intro {
	margin: clamp(40px, 4.375rem, 70px) auto 0;
	padding: 0 20px;
	max-width: 800px;
}

.access__intro-img {
	width: 100%;
}

.access__intro-contents {
	padding-top: clamp(20px, 1.5625rem, 40px);
}

.access__intro-title {
	font-size: clamp(18px, 1.25rem, 26px);
	text-align: center;
	font-weight: 400;
	color: #333;
}

.access__intro-text {
	margin-top: 0.625rem;
	font-size: clamp(14px, 1rem, 16px);
}

.access__contents {
	position: relative;
}

/* 店舗情報　　*/

.access__store-info {
	padding: 0 20px;
	margin: clamp(20px, 5rem, 100px) auto 0;
	max-width: 800px;
}

.access__store-title {
	margin-bottom: clamp(20px, 2.5rem, 50px);
	position: relative;
}

.access__store-title .section-title {
	text-align: center;
}

.access__store-eng-title {
	color: #F0F0F0;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(40px, 2.5rem, 70px);
	font-weight: 400;
	left: 0;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: -30%;
	z-index: -1;
}

.access__store-map {
	margin-top: clamp(24px, 2.5rem, 70px);
}

.access__store-map iframe {
	width: 100%;
	height: min(400px, 18.75rem);
}

.access__store-details {
	margin-top: clamp(20px, 1.875rem, 40px);
}

.access__store-grid {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: repeat(6, auto);
	gap: 0;
}

.access__store-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.5;
	padding-bottom: clamp(10px, 1rem, 20px);
	border-bottom: 1px solid #333;
}

.access__store-list:first-of-type {
	order: 1;
}

.access__store-list:nth-of-type(2) {
	order: 2;
}

.access__store-list:nth-of-type(3) {
	order: 3;
}

.access__store-list:nth-of-type(4) {
	order: 5;
}

.access__store-list:nth-of-type(5) {
	order: 6;
}

.access__store-list:last-of-type {
	order: 4;
}

.access__store-list-title {
	font-weight: 600;
	color: #333;
	font-size: clamp(14px, 1rem, 20px);
	position: relative;
	margin: clamp(10px, 1rem, 20px) 0 clamp(5px, 0.3125rem, 10px);
	width: 100%;
}

.access__store-list-title span {
	width: 4em;
	display: inline-block;
	text-align-last: justify;
}

.access__store-list-text {
	color: #333;
	word-break: break-all;
	font-size: clamp(16px, 1rem, 20px);
}

.access__store-list-text-block {
	display: block;
	font-size: clamp(16px, 1rem, 20px);
}

.access__store-list-text-inlineblock {
	display: inline-block;
}

/* map */

.access__map {
	margin-top: clamp(20px, 5rem, 100px);
	position: relative;
	padding: clamp(40px, 3.75rem, 70px) 20px;
}

.access__map::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	margin-left: calc(50% - 50vw);
	background-color: #F8F7F3;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	z-index: -1;
}

.access__map-title {
	position: relative;
	text-align: center;
}

.access__map-eng-title {
	color: #fff;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(40px, 2.5rem, 70px);
	font-weight: 400;
	left: 0;
	line-height: 1;
	position: absolute;
	text-transform: uppercase;
	top: -30%;
	z-index: -1;
}

.access__map-contents {
	margin: clamp(20px, 1.875rem, 40px) auto 0;
	max-width: 800px;
}

.access__map-contents-img {
	aspect-ratio: 577/527;
	overflow: hidden;
	width: 100%;
}

.access__map-contents-img img {
	width: 100%;
}

.access__map-content {
	padding-top: clamp(20px, 1.5rem, 30px);
	margin-top: clamp(10px, 0.625rem, 20px);
	border-top: 1px solid #333;
}

.access__map-content:first-of-type {
	border-top: none;
}

.access__map-content-title {
	font-size: clamp(18px, 1.25rem, 23px);
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0 0 clamp(10px, 1rem, 20px);
	position: relative;
	padding-left: clamp(24px, 1.75rem, 32px);
}

.access__map-content-title::before {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: clamp(20px, 1.5rem, 28px);
	width: clamp(20px, 1.5rem, 28px);
	background-image: url(../.././images/access/access_icon_train.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.access__map-content-title.car::before {
	background-image: url(../.././images/access/access_icon_car.svg);
}

.access__map-content-list {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(13px, 0.9375rem, 16px);
	padding-bottom: clamp(10px, 0.9375rem, 20px);
}

.access__map-content-list.train {
	padding-left: clamp(25px, 1.875rem, 36px);
	position: relative;
}

.access__map-content-list + .access__map-content-list {
	margin-top: 0;
}

.access__map-content-list dt {
	font-weight: 600;
}

.train.access__map-content-list dt {
	position: relative;
}

.train.access__map-content-list dt::before {
	content: "";
	position: absolute;
	display: block;
	width: clamp(16px, 1.5625rem, 32px);
	height: clamp(4px, 0.375rem, 6px);
	left: clamp(-40px, -1.875rem, -28px);
	top: 0.55em;
}

.train.access__map-content-list:first-of-type dt::before {
	background-color: #78CF69;
}

.train.access__map-content-list:nth-of-type(2) dt::before {
	background-color: #EF993A;
}

.train.access__map-content-list:nth-of-type(3) dt::before {
	background-color: #226FCC;
}

.train.access__map-content-list:nth-of-type(4) dt::before {
	background-color: #B6007A;
}

.train.access__map-content-list:nth-of-type(5) dt::before {
	background-color: #257822;
}

.train.access__map-content-list:last-of-type dt::before {
	background-color: #858786;
}

.access__map-content-list dd {
	line-height: 1.5;
}

.access__map-parking {
	margin-top: clamp(10px, 0.625rem, 20px);
	padding-top: clamp(20px, 1.5rem, 30px);
	border-top: 1px solid #333;
}

.access__map-parking-title {
	font-size: clamp(18px, 1.25rem, 23px);
	font-weight: 600;
	letter-spacing: 0.1em;
	display: flex;
	flex-direction: column;
	margin-bottom: 0.9375rem;
	position: relative;
	padding-left: clamp(28px, 2rem, 36px);
	gap: clamp(8px, 0.5rem, 14px);
}

.access__map-parking-title::before {
	content: "";
	position: absolute;
	top: 0.15em;
	left: 0;
	height: clamp(20px, 1.5rem, 28px);
	width: clamp(20px, 1.5rem, 28px);
	background-image: url(../.././images/access/access_icon_parking.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.access__map-parking-title-note {
	line-height: 1.5;
	font-size: clamp(14px, 0.875rem, 16px);
	transform: translateX(-2.3em);
	width: calc(100vw - 40px);
}

.access__map-parking-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: clamp(20px, 1.5rem, 40px) 0;
}

.access__map-parking-list {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(15px, 0.9375rem, 17px);
	position: relative;
}

.access__map-parking-list-note {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 0.9375rem, 17px);
	line-height: 1.5;
	font-weight: 400;
	margin-left: clamp(14px, 0.875rem, 17px);
	padding: clamp(3px, 0.3125rem, 8px) clamp(11px, 0.875rem, 20px);
	background-color: #F1EDE0;
}

.access__map-parking-list > dt {
	font-weight: 600;
	position: relative;
	padding-left: clamp(28px, 1.875rem, 36px);
}

.access__map-parking-list > dt::before {
	content: attr(data-num);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background-color: #69AAC4;
	padding: 2px 4px;
	border-radius: 50%;
	color: #fff;
	font-size: clamp(12px, 0.875rem, 14px);
	display: flex;
	justify-content: center;
	align-items: center;
}

.access__map-parking-list > dd {
	margin-top: clamp(10px, 0.9375rem, 20px);
}

.access__map-parking-list dt:nth-of-type(2) {
	margin-top: clamp(10px, 0.625rem, 20px);
}

.access__map-parking-list dd:nth-of-type(2) {
	margin-top: clamp(10px, 0.625rem, 20px);
}

.access__map-parking-list-content {
	display: flex;
	flex-wrap: wrap;
}

.access__map-parking-list-content > dt {
	font-weight: 700;
	width: 5em;
}

.access__map-parking-list-content > dd {
	width: calc(100% - 5em);
}

.access__button {
	margin: clamp(20px, 2.8125rem, 60px) auto 0;
	max-width: 18.625rem;
}

.access__button .button {
	padding: 0.9375rem 2.5rem;
	background-color: #333;
	color: #fff;
	font-size: clamp(16px, 1.125rem, 24px);
	text-decoration: underline;
	text-underline-offset: 0.125rem;
	text-decoration-thickness: 0.0625rem;
	text-decoration-color: #fff;
	transition: 0.3s;
}

.access__button .button:hover {
	opacity: 0.7;
}

.access__button .button:before,
.access__button .button:after {
	display: none;
}

.access__button-icon {
	display: inline-block;
	width: clamp(18px, 1.25rem, 24px);
	height: clamp(18px, 1.25rem, 24px);
	margin-right: clamp(8px, 0.625rem, 16px);
}

.access__bottom {
	position: relative;
	text-align: center;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(14px, 0.875rem, 15px);
	font-weight: 600;
	line-height: 2;
	padding: clamp(40px, 3.75rem, 70px) 20px;
	letter-spacing: 0.1em;
	max-width: 800px;
	margin: 0 auto;
}

.access__bottom-title {
	font-weight: 600;
	font-size: clamp(18px, 1.25rem, 25px);
	line-height: 1.5;
}

.access__bottom-title .u-desktop {
	display: none;
}

.access__bottom-text {
	font-size: clamp(14px, 0.9375rem, 18px);
	margin-top: 0.5rem;
	text-align: left;
}

.access__bottom span {
	display: inline-block;
}

.access__bottom-container {
	position: relative;
	max-width: 48.5625rem;
	margin: 1rem auto 0;
}

.access__bottom-container::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	display: block;
	width: 0.875rem;
	height: clamp(260px, 16.25rem, 290px);
	border-top: 1px solid #555;
	border-left: 1px solid #555;
	border-bottom: 1px solid #555;
	display: none;
}

.access__bottom-container::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	display: block;
	width: 0.875rem;
	height: clamp(260px, 16.25rem, 290px);
	border-top: 1px solid #555;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	display: none;
}

.access__bottom-container-flex {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 0 1.5rem;
}

.access__bottom-container-flex .u-mobile {
	display: none;
}

.access__bottom-container-flex .u-desktop {
	display: block;
}

.access__bottom-container-flex-left {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 1rem, 18px);
	text-align-last: left;
	font-weight: 400;
}

.access__bottom-container-flex-left-tel {
	letter-spacing: 1.3em;
	line-height: 1;
}

.access__bottom-container-flex-left a {
	text-decoration: underline;
	text-underline-offset: 0.125rem;
	text-decoration-thickness: 0.0625rem;
	text-decoration-color: #333;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(20px, 1.5rem, 28px);
	margin-left: 0.625rem;
	letter-spacing: normal;
}

.access__bottom-container-flex-right {
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(14px, 1rem, 18px);
	text-align: left;
}

.access__bottom-container-flex-right a {
	text-decoration: underline;
	text-underline-offset: 0.125rem;
	text-decoration-thickness: 0.0625rem;
	text-decoration-color: #333;
	font-family: "Yu Mincho", "YuMincho", serif;
	font-size: clamp(14px, 1rem, 18px);
	font-weight: 600;
}

.access__bottom-container-flex-right p + p {
	margin-top: 0.4375rem;
}

@media screen and (min-width: 1001px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.access__inner {
	padding: 0;
	max-width: 100%;
	margin: 0;
}

.access__title {
	padding-top: 3rem;
	padding-left: 6.25rem;
	text-align: left;
}

.access__eng-title {
	left: 0;
	transform: unset;
	font-size: 8.3125rem;
}

.access__intro {
	margin: unset;
	margin-top: 5.625rem;
	background-color: #F8F7F3;
	max-width: unset;
	padding: 0;
}

.access__intro-flex {
	display: flex;
}

.access__intro-img {
	aspect-ratio: 406/298;
	overflow: hidden;
	width: 25.375rem;
}

.access__intro-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.access__intro-contents {
	width: calc(100% - 25.375rem);
	padding-left: 5.3125rem;
	padding-right: 3.125rem;
	padding-top: 3.125rem;
}

.access__intro-title {
	font-size: 1.875rem;
	line-height: 1.5;
	text-align: left;
}

.access__intro-text {
	margin-top: 1.25rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}

.access__contents {
	margin-top: 5.625rem;
	padding-left: 6.25rem;
}

.access__store-info {
	margin-top: 7.5rem;
	max-width: unset;
	margin: unset;
}

.access__store-title .section-title {
	text-align: left;
}

.access__store-eng-title {
	font-size: 2.8125rem;
	display: block;
	max-width: unset;
	margin: unset;
}

.access__store-map {
	margin-top: 2.9375rem;
	aspect-ratio: 1343/454;
	overflow: hidden;
}

.access__store-map iframe {
	border: 0;
	display: block;
	height: 100%;
}

.access__store-details {
	margin-top: 3.125rem;
}

.access__store-grid {
	grid-template-columns: 18.125rem 33.5625rem 1fr;
	grid-template-rows: repeat(2, auto);
	gap: 0.5rem 2.5rem;
}

.access__store-list {
	flex-direction: row;
	align-items: center;
	font-size: 1rem;
	border: none;
}

.access__store-list:nth-of-type(4) {
	order: 4;
}

.access__store-list:nth-of-type(5) {
	order: 5;
}

.access__store-list:last-of-type {
	order: 6;
}

.access__store-list-title {
	width: 5.9375rem;
	font-size: 1rem;
	margin: 0;
}

.access__store-list-title::after {
	content: "";
	display: block;
	width: 0.0625rem;
	height: 1.9375rem;
	background-color: #333;
	position: absolute;
	right: 0.1875rem;
	top: 50%;
	transform: translateY(-50%);
}

.access__store-list-text {
	margin-left: 1.375rem;
	font-size: 1.125rem;
}

.access__store-list-text-block {
	font-size: 1.125rem;
}

.access__map {
	margin-top: 6.25rem;
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

.access__map::before {
	height: 100%;
	margin-left: calc(50% - 50vw);
}

.access__map-title {
	text-align: left;
}

.access__map-eng-title {
	font-size: 2.8125rem;
	display: block;
}

.access__map-contents {
	max-width: unset;
	margin: unset;
	margin-top: 3.125rem;
}

.access__map-contents-flex {
	display: flex;
	gap: 3.75rem;
}

.access__map-contents-img {
	width: 36.625rem;
}

.access__map-content {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}

.access__map-content + .access__map-content {
	margin-top: 3.75rem;
}

.access__map-content-title {
	font-size: 1.5625rem;
	padding-left: 2.5rem;
}

.access__map-content-list {
	margin-top: 1.25rem;
	display: flex;
	font-size: 1.0625rem;
	border: none;
}

.access__map-content-list.train {
	padding-left: 2.25rem;
}

.access__map-content-list dt {
	width: 12.9375rem;
	position: relative;
	font-weight: 600;
	display: flex;
	align-items: center;
}

.access__map-content-list dt::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 2.5rem;
	height: 0.0625rem;
	background: repeating-linear-gradient(to right, #333 0, #333 0.125rem, transparent 0.125rem, transparent 0.25rem);
}

.train.access__map-content-list dt::before {
	left: -2.25rem;
	top: 50%;
	transform: translateY(-50%);
}

.access__map-content-list dd {
	margin-left: 1rem;
}

.access__map-parking {
	margin-top: 3.5625rem;
	border-top: none;
	padding-top: 0;
}

.access__map-parking-title {
	display: block;
	font-size: 1.5625rem;
	padding-left: 2.5rem;
}

.access__map-parking-title::before {
	height: 1.75rem;
	width: 1.75rem;
	top: 50%;
	transform: translateY(-50%);
}

.access__map-parking-title-note {
	font-size: 1rem;
	margin-left: 0.625rem;
	transform: unset;
}

.access__map-parking-grid {
	margin-top: 2.4375rem;
	max-width: 67.75rem;
	grid-template-columns: repeat(2, 1fr);
	gap: 2rem 1.25rem;
}

.access__map-parking-list {
	font-size: 1.0625rem;
}

.access__map-parking-list-note {
	margin-left: 1.0625rem;
	font-size: 0.9375rem;
	padding: 0.3125rem 1.25rem;
}

.access__map-parking-list > dt {
	padding-left: 2.8125rem;
}

.access__map-parking-list > dt::before {
	height: 1.75rem;
	width: 1.75rem;
	top: 50%;
	transform: translateY(-50%);
}

.access__map-parking-list dt:nth-of-type(2) {
	margin-top: 0;
	margin-left: 1.875rem;
}

.access__map-parking-list dd:nth-of-type(2) {
	margin-top: 0;
}

.access__map-parking-list-content > dt {
	width: auto;
}

.access__map-parking-list-content > dd {
	margin-left: 0.5625rem;
	width: auto;
}

.access__button {
	margin-top: 5.625rem;
}

.access__button .button {
	font-size: 1.125rem;
	padding: 0.9375rem 2.5rem;
}

.access__button-icon {
	width: 1.25rem;
	height: 1.25rem;
	margin-right: 0.625rem;
}

.access__bottom {
	font-size: 1rem;
	line-height: 1.5;
	padding-top: 6.375rem;
	padding-bottom: 6.375rem;
	max-width: unset;
	margin: unset;
}

.access__bottom-title {
	font-size: 1.875rem;
}

.access__bottom-title .u-desktop {
	display: inline-block;
}

.access__bottom-text {
	text-align: center;
}

.access__bottom span {
	display: inline;
}

.access__bottom-container {
	max-width: 51.875rem;
	margin-top: 1.25rem;
}

.access__bottom-container::before {
	width: 0.625rem;
	height: 4.75rem;
	left: -2.8125rem;
	display: block;
}

.access__bottom-container::after {
	width: 0.625rem;
	height: 4.75rem;
	right: -2.8125rem;
	display: block;
}

.access__bottom-container-flex {
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	gap: 3.75rem;
	padding: 0;
}

.access__bottom-container-flex .u-mobile {
	display: inline-block;
}

.access__bottom-container-flex .u-desktop {
	display: none;
}

.access__bottom-container-flex-left {
	font-size: 1.25rem;
}

.access__bottom-container-flex-left-tel {
	line-height: 1.5;
}

.access__bottom-container-flex-left a {
	font-size: 1.5rem;
}

.access__bottom-container-flex-right {
	font-size: 1rem;
}

.access__bottom-container-flex-right a {
	font-size: 1rem;
}

}


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