@charset "UTF-8";
/* PCページ */
@media screen and (min-width: 768px){
main{
	padding-top: 114px;
}
/* ページタイトル */
.page-title::after{
	background-image : url(img/access-2.jpg);
}
.page-text::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	top: 0;
}
.page-text::before{
	position: absolute;
	content: "";
	background: #8b837c;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
/* メインタイトル */
.main-title{
	padding-top: 60px;
}
/* グーグルマップ */
.iframe1{
	width: 100%;
	height: 0;
	padding-bottom: 32%;
	position: relative;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.iframe1.run{
	opacity: 1;
	transform: translateY(0);
}
.iframe1 iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}
.access1{
	width: 100%;
	max-width: 1920px;
	padding: 30px 4vw 40px;
	margin: 0 auto;
	display: grid;
	justify-content: center;
	position: relative;
}
.access1::after{
	position: absolute;
	content: "";
	background: #f9f8f8;
	width: calc(100vw - 10px);
	height: 100%;
	left: 50%;
	margin-left: -50vw;
	z-index: -1;
}
.access1-in1{
	width: 100%;
	max-width: 1380px;
	display: grid;
	margin: 0 auto;
	justify-content: center;
	text-align: center;
	transition: opacity 1.4s, transform 1s;
	opacity: 0;
	transform: translateY(20px);
}
.access1-in1.run{
	opacity: 1;
	transform: translateY(0);
}
.access1-in1{
	display: grid;
}
.access1-in1 p{
	margin: 0;
}
.access1-in1 p:first-child{
	display: flex;
	gap: 0 10px;
}
.access-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px auto 0;
	width: 100%;
	max-width: 220px;
	border: 1px solid #8b837c;
	border-radius: 4px;
	position: relative;
}
.access-btn::before{
	position: absolute;
	content: "";
	background: #8b837c;
	width: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: hidden;
	transition: .3s;
}
.access-btn:hover::before{
	width: 100%;
	opacity: 1;
}
.access-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 8px 10px;
	width: 100%;
	color: #8b837c;
	z-index: 1;
	position: relative;
}
.access-btn a:hover{
	color: #fff;
	transition: .3s;
}
.access-btn a::before,.access-btn a::after{
	position: absolute;
	content: "";
	background: #8b837c;
	right: 11px;
	transition: .3s;
}
.access-btn a::before{
	width: 20px;
	height: 1px;
	top: 22px;
}
.access-btn a::after{
	width: 5px;
	height: 1px;
	transform: rotate(45deg);
}
.access-btn a:hover::before,.access-btn a:hover::after{
	right: -10px;
}
.access-btn a:hover::before{
	background: linear-gradient(90deg, #fff 0%, #fff 50%, #8b837c 50%, #8b837c 100%);
}
/* ルート地図 */
.access2{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	display: grid;
	padding: 60px 4vw 80px;
}
.access2-in1,.access2-in2,.access2-in3{
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	display: grid;
	justify-content: align-content;
	align-items: center;
	padding: 30px 0 80px;
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transform: translateY(20px);
}
.access2-in1.run,.access2-in2.run,.access2-in3.run{
	opacity: 1;
	transform: translateY(0);
}
.access2-in1{
	grid-template-columns: auto 1fr 1fr 1fr 1fr auto;
	grid-template-rows: repeat(2, minmax(150px, 1fr));
}
.access2-in1 div,.access2-in2 div{
	display: grid;
	justify-items: center;
	position: relative;
}
.access2-in3 div{
	position: relative;
	text-align: center;
}
.access2-in1 p,.access2-in2 p,.access2-in3 p{
	margin: 0;
	display: inline-grid;
	align-items: center;
	justify-items: center;
	gap: 5px 8px;
}
.access2-in1 p,.access2-in2 p{
	grid-template-columns: repeat(2, auto);
}
.access2-in1 span,.access2-in2 span,.access2-in3 span{
	grid-column: 1 / 3;
}
.access2 img:not(#a-sp1,#ac-p){
	height: 27px;
	margin-bottom: 6px;
}
.access2-in1 div:first-child{
	grid-column: 1 / 2;
	grid-row: 1 / 3;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding: 10px;
	height: 100%;
	background: #cda15c;
	color: #fff;
	text-align: center;
}
.access2-in1 div:nth-child(2){
	grid-column: 2 / 6;
	grid-row: 1 / 2;
}
.access2-in1 div:nth-child(2)::before{
	position: absolute;
	content: "";
	background: #d8d8d8;
	width: 100%;
	height: 9px;
	left: 0;
	top: 50%;
	transform: tranlateY(-50%);
}
.access2-in1 div:nth-child(3){
	grid-column: 6 / 7;
	grid-row: 1 / 3;
	background: #8b837c;
	color: #fff;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-align: center;
	padding: 10px;
	height: 100%;
}
.access2-in1 div:nth-child(4){
	grid-column: 2 / 4;
	grid-row: 2 / 3;
}
.access2-in1 div:nth-child(5){
	grid-column: 4 / 5;
	grid-row: 2 / 3;
	border: 1px solid #222;
	padding: 10px;
}
.access2-in1 div:last-child{
	grid-column: 5 / 6;
	grid-row: 2 / 3;
}
.access2-in1 div:nth-child(2)::before,.access2-in1 div:nth-child(4)::before,.access2-in3 div:nth-child(2)::before,.access2-in3 div:nth-child(4)::before,.access2-in3 div:nth-child(6)::before,.access2-in3 div:nth-child(8)::before,.access2-in3 div:nth-child(13)::before,.access2-in3 div:nth-child(15)::before,.access2-in3 div:nth-child(17)::before,.access2-in3 div:nth-child(19)::before,.access2-in3 div:last-child::before{
	position: absolute;
	content: "";
	background: #d8d8d8;
	width: 100%;
	height: 8px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.access2-in1 div:nth-child(2)::after,.access2-in1 div:nth-child(4)::after,.access2-in3 div:nth-child(2)::after,.access2-in3 div:nth-child(4)::after,.access2-in3 div:nth-child(6)::after,.access2-in3 div:nth-child(8)::after,.access2-in3 div:nth-child(13)::after,.access2-in3 div:nth-child(15)::after,.access2-in3 div:nth-child(17)::after,.access2-in3 div:nth-child(19)::after,.access2-in3 div:last-child::after{
	position: absolute;
	content: "";
	border-bottom: 1px dashed #fff;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.access2-in1 div:last-child::before,.access2-in2 div:nth-child(4)::before,.access2-in3 div:nth-child(10)::before{
	position: absolute;
	content: "";
	border-bottom: 2px dotted #d8d8d8;
	width: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* 電車 */
.access2-in2{
	grid-template-columns: auto 1fr 1fr auto 1fr auto;
	grid-template-rows: repeat(2, minmax(150px, 1fr));
	row-gap: 10px;
}
.access2-in2 div:first-child{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	background: #cda15c;
	color: #fff;
	padding: 10px;
	height: 100%;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-align: center;
}
.access2-in2 div:nth-child(2){
	grid-column: 2 / 4;
	grid-row: 1 / 2;
}
.access2-in2 div:nth-child(3){
	grid-column: 4 / 5;
	grid-row: 1 / 3;
	border: 1px solid #222;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding: 10px;
	height: 100%;
	text-align: center;
}
.access2-in2 div:nth-child(4){
	grid-column: 5 / 6;
	grid-row: 1 / 3;
}
.access2-in2 div:nth-child(5){
	grid-column: 6 / 7;
	grid-row: 1 / 3;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding: 10px;
	text-align: center;
	height: 100%;
	background: #8b837c;
	color: #fff;
}
.access2-in2 div:nth-child(6){
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	background: #cda15c;
	color: #fff;
	height: 100%;
	padding: 10px;
	text-align: center;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
.access2-in2 div:last-child{
	grid-column: 2 / 4;
	grid-row: 2 / 3;
}
.access2-in2 div:nth-child(2)::before,.access2-in2 div:last-child::before{
	position: absolute;
	content: "";
	background: linear-gradient(to right, #d8d8d8 15px, transparent 15px);
	background-repeat: repeat-X;
	background-size: 30px 6px;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8; 
	width: 100%;
	height: 6px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
/* 車 */
.access2-in3{
	grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto 1fr auto;
	grid-template-rows: repeat(3, minmax(80px, 1fr));
	position: relative;
	justify-content: align-content;
	row-gap: 10px;
	white-space: nowrap;
	font-size: min(1.8vw, 16px);
	margin-bottom: -80px;
}
.access2-in3 div:nth-child(5) span,.access2-in3 div:nth-child(7) span,.access2-in3 div:nth-child(16) span{
	text-combine-upright: all;
}
.access2-in3 div:nth-child(8) p,.access2-in3 div:nth-child(10) p,.access2-in3 div:nth-child(17) p,.access2-in3 div:last-child p{
	grid-template-columns: repeat(2, auto);
}
.access2-in3 div:nth-child(2) p,.access2-in3 div:nth-child(4) p,.access2-in3 div:nth-child(6) p,.access2-in3 div:nth-child(13) p,.access2-in3 div:nth-child(15) p,.access2-in3 div:nth-child(19) p{
	grid-template-columns: 1fr;
	justify-items: center;
}
.access2-in3 div:nth-child(2) p img,.access2-in3 div:nth-child(4) p img,.access2-in3 div:nth-child(6) p img,.access2-in3 div:nth-child(13) p img,.access2-in3 div:nth-child(15) p img,.access2-in3 div:nth-child(19) p img{
	margin-right: -8px;
}
.access2-in3 div:first-child{
	background: #cda15c;
	color: #fff;
	padding: 10px;
	text-align: center;
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	height: 100%;
}
.access2-in3 div:nth-child(2){
	grid-column: 2 / 3;
	grid-row: 1 / 2;
}
.access2-in3 div:nth-child(3){
	grid-column: 3 / 4;	
	grid-row: 1 / 2;
	border: 1px solid #222;
	padding: 10px;
	text-align: center;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	text-orientation: upright;
	height: 100%;
}
.access2-in3 div:nth-child(4){
	grid-column: 4 / 5;
	grid-row: 1 / 2;
}
.access2-in3 div:nth-child(5){
	grid-rcolumn: 5 / 6;
	grid-row: 1 / 2;
	border: 1px solid #222;
	padding: 10px;
	text-align: center;
	height: 100%;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
.access2-in3 div:nth-child(6){
	grid-column: 6 / 7;
	grid-row: 1 / 2;
}
.access2-in3 div:nth-child(7){
	grid-column: 7 / 8;
	grid-row: 1 / 2;
	border: 1px solid #222;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding: 10px;
	height: 100%;
	text-align: center;
}
.access2-in3 div:nth-child(8){
	grid-column: 8 / 9;
	grid-row: 1 / 2;
}
.access2-in3 div:nth-child(9){
	grid-column: 9 / 10;
	grid-row: 1 / 4;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding: 10px;
	height: 100%;
	background: #a29696;
	color: #fff;
	text-align: center;
 > img{
	 width: 100%;
	 max-width: 25px;
	 margin-bottom: 8px;
 }
}
.access2-in3 div:nth-child(10){
	grid-column: 10 / 11;
	grid-row: 1 / 4;
}
.access2-in3 div:nth-child(11){
	grid-column: 11 / 12;
	grid-row: 1 / 4;
	background: #8b837c;
	color: #fff;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding: 10px;
	text-align: center;
	height: 100%;
}
.access2-in3 div:nth-child(12){
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	background: #cda15c;
	color: #fff;
	padding: 10px;
	text-align: center;
	height: 100%;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}
.access2-in3 div:nth-child(13){
	grid-column: 2 / 3;
	grid-row: 2 / 3;
}
.access2-in3 div:nth-child(14){
	grid-column: 3 / 4;
	grid-row: 2 / 3;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding: 10px;
	height: 100%;
	border: 1px solid #222;
	text-orientation: upright;
	text-align: center;
}
.access2-in3 div:nth-child(15){
	grid-column: 4 / 5;
	grid-row: 2 / 3;
}
.access2-in3 div:nth-child(16){
	grid-column: 5 / 6;
	grid-row: 2 / 3;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	border: 1px solid #222;
	padding: 10px;
	height: 100%;
	text-align: center;
}
.access2-in3 div:nth-child(17){
	grid-column: 6 / 9;
	grid-row: 2 / 3;
}
.access2-in3 div:nth-child(18){
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	background: #cda15c;
	color: #fff;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding: 10px;
	height: 100%;
	text-align: center;
}
.access2-in3 div:nth-child(19){
	grid-column: 2 / 3;
	grid-row: 3 / 4;
}
.access2-in3 div:nth-child(20){
	grid-column: 3 / 4;
	grid-row: 3 / 4;
	border: 1px solid #222;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	padding: 10px;
	text-align: center;
	height: 100%;
	text-orientation: upright;
}
.access2-in3 div:last-child{
	grid-column: 4 / 9;
	grid-row: 3 / 4;
}
#a-sp1,#a-sp{
	display: none;
}
/* 駐車場のご案内 */
.access3{
	widht: 100%;
	max-width: 1920px;
	padding: 0 4vw 80px;
	margin: 0 auto;
}
.access3 img{
	width: 100%;
	max-width: 600px;
}
.access3-in1{
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	display: grid;
	justify-items: center;
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transform: translateY(20px);
}
.access3-in1.run{
	opacity: 1;
	transform: translateY(0);
}
.access3-in2{
	padding-top: 80px;
	width: 100%;
	max-width: 1380px;
	margin: 0 auto;
	justify-content: align-content;
	display: grid;
	gap: 0 3vw;
	grid-template-columns: auto 1fr;
	opacity: 0;
	transition: opacity 1.4s, transform 1s;
	transform: translateY(20px);
}
.access3-in2.run{
	opacity: 1;
	transform: translateY(0);
}
.access3-in2 div{
	width: 100%;
	display: grid;
	row-gap: 20px;
}
.a-ul1,.a-ul2{
	list-style: none;
	padding: 0;
	margin: 0;
}
.a-ul1 li{
	position: relative;
	display: grid;
	align-items: center;
	padding-left: 1em;
}
.a-ul1 li::before{
	position: absolute;
	content: "●";
	font-size: 5px;
	color: #8b837c;
}
.a-ul2 li:not(.a-ul2 li p){
	display: grid;
	grid-template-columns: minmax(auto, 20%) 1fr;
	padding: 15px 0;
	gap: 0 20px;
	position: relative;
	align-items: center;
}
.a-ul2 li::before,.a-ul2 li:last-child::after{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #8b837c 0%, #8b837c 20%, #d8d8d8 20%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
	left: 0;
}
.a-ul2 li::before{
	top: 0;
}
.a-ul2 li::after{
	bottom: 0;
}
.a-ul2 span:not(.a-ul2 p span){
	display: grid;
	justify-items: center;
	align-itemes: center;
	font-weight: bold;
	color: #545454;
}
.a-ul2 li p{
	margin: 0;
	display: grid;
}
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width: 1024px){
main{
	padding-top: 79px;
}
.access3 img{
	width: 100%;
	max-width: 780px;
}
.access3-in2{
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	row-gap: 30px;
}
}
/*スマホページ */
@media screen and (max-width: 768px){
main{
	padding-top: 72px;
}
/* ページタイトル */
.page-title::after{
	background-image : url(img/access-2.jpg);
}
.page-text::after{
	position: absolute;
	content: "";
	background-image : url(img/24265763_s.jpg);
	background-size: contain;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0.5;
	top: 0;
}
.page-text::before{
	position: absolute;
	content: "";
	background: #8b837c;
	opacity: 0.1;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -2;
}
/* アクセスマップ */
.iframe1{
	height: 0;
	position: relative;
	padding-bottom: 65%;
}
.iframe1 iframe{
	position: absolute;
	width: 100%;
	height: 100%;
}
.access1{
	display: grid;
	margin: 0 auto;
	padding: 20px 20px 30px;
	position: relative;
}
.access1::after{
	position: absolute;
	content: "";
	background: #f9f8f8;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.access1 p{
	margin: 0;
	display: grid;
	justify-content: center;
	text-align: center;
}
.access-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 220px;
	margin: 10px auto 0;
	border: 1px solid #8b837c;
	border-radius: 4px;
}
.access-btn a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 6px 10px;
	color: #8b837c;
	position: relative;
}
.access-btn a::after{
	position: absolute;
	content: "";
	border-right: 1px solid #8b837c;
	border-bottom: 1px solid #8b837c;
	transform: skew(45deg);
	width: 20px;
	height: 4px;
	right: 10px;
}
.access-btn a:hover{
	transition: .3s;
	opacity: 0.8;
}
/* ルート地図 */
.access2{
	display: grid;
	padding: 40px 20px 0;
	margin: 0 auto;
	justify-items: center;
}
.access2-in1,.access2-in2,.access2-in3{
	display: grid;
	justify-content: align-content;
	align-items: center;
	width: 100%;
	padding: 20px 0 50px;
	gap: 0 10px;
}
.access2 p{
	margin: 0;
	line-height: 1.4em;
}
.access2 img:not(#a-sp1,#ac-p){
	height: 27px;
	margin-bottom: 5px;
}	
.access2-in1 p,.access2-in2 p{
	display: grid;
	grid-template-columns: auto;
	grid-template-rows: auto;
	justify-items: center;
	background: #fff;
	padding: 6px 0;
}
.access2-in1,.access2-in2{
	grid-template-columns: 1fr 1fr;
	grid-template-rows: auto minmax(150px, 1fr) auto minmax(150px, 1fr) auto;
}
.access2-in1 div,.access2-in2 div,.access2-in3 div{
	display: inline-grid;
	justify-items: center;
	align-items: center;
	position: relative;
}
.access2-in1 div:first-child{
	grid-column: 1 / 3;
	background: #cda15c;
	color: #fff;
	padding: 10px;
}
.access2-in1 div:nth-child(2){
	grid-column: 1 / 2;
	grid-row: 2 / 5;
	height: 100%;
}
.access2-in1 div:nth-child(3){
	grid-column: 1 / 3;
	grid-row: 5 / 6;
	background: #68615c;
	padding: 10px;
 > p{
	 display: none;
 }
 > img{
	width: 100%;
	max-width: 140px;
 }
}
.access2-in1 div:nth-child(4){
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	height: 100%;
}
.access2-in1 div:nth-child(5){
	border: 1px solid #222;
	padding: 10px;
}
.access2-in1 div:last-child{
	grid-column: 2 / 3;
	grid-row: 4 / 5;
	height: 100%;
}
.access2-in1 div:nth-child(2)::before,.access2-in1 div:nth-child(4)::before,.access2-in3 div:nth-child(2)::before,.access2-in3 div:nth-child(4)::before,.access2-in3 div:nth-child(6)::before,.access2-in3 div:nth-child(8)::before,.access2-in3 div:nth-child(13)::before,.access2-in3 div:nth-child(15)::before,.access2-in3 div:nth-child(17)::before,.access2-in3 div:nth-child(19)::before,.access2-in3 div:last-child::before{
	position: absolute;
	content: "";
	background: #d8d8d8;
	height: 100%;
	width: 7px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -2;
}
.access2-in1 div:nth-child(2)::after,.access2-in1 div:nth-child(4)::after,.access2-in3 div:nth-child(2)::after,.access2-in3 div:nth-child(4)::after,.access2-in3 div:nth-child(6)::after,.access2-in3 div:nth-child(8)::after,.access2-in3 div:nth-child(13)::after,.access2-in3 div:nth-child(15)::after,.access2-in3 div:nth-child(17)::after,.access2-in3 div:nth-child(19)::after,.access2-in3 div:last-child::after{
	position: absolute;
	content: "";
	border-right: 1px dashed #fff;
	height: 100%;
	width: 1px;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
}
.access2-in1 div:last-child::before,.access2-in2 div:nth-child(4)::before,.access2-in3 div:nth-child(10)::before{
	position: absolute;
	content: "";
	border-right: 2px dotted #d8d8d8;
	height: 100%;
	z-index: -1;
}
/* 電車 */
.access2-in2 div:first-child{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	background: #cda15c;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.access2-in2 div:nth-child(2){
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	height: 100%;
}
.access2-in2 div:nth-child(3){
	grid-column: 1 / 3;
	grid-row: 3 / 4;
	border: 1px solid #222;
	padding: 10px;
	text-align: center;
}
.access2-in2 div:nth-child(4){
	grid-column: 1 / 3;
	grid-row: 4 / 5;
	height: 100%;
}
.access2-in2 div:nth-child(5){
	grid-column: 1 / 3;
	grid-row: 5 / 6;
	background: #68615c;
	text-align: center;
	padding: 10px;
 > img{
	 width: 100%;
	 max-width: 140px;
 }
 > p{
	 display: none;
 }
}
.access2-in2 div:nth-child(6){
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	background: #cda15c;
	color: #fff;
	text-align: center;
	padding: 10px;
}
.access2-in2 div:nth-child(7){
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	height: 100%;
}
.access2-in2 div:nth-child(2)::before,.access2-in2 div:nth-child(7)::before{
	position: absolute;
	content: "";
	background: linear-gradient(transparent 8px, #d8d8d8 8px);
	width: 5px;
	height: 100%;
	background-size: 5px 16px;
	left: 50%;
	transform: translateX(-50%);
	background-repeat: repeat-Y;
	z-index: -1;
	border-left: 1px solid #d8d8d8;
	border-right: 1px solid #d8d8d8;
}
/* 車 */
.access2-in3{
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(5, auto minmax(110px, 1fr)) auto;
 p{
	grid-template-columns: auto;
	grid-template-rows: auto;
	justify-items: center;
	background: #fff;
	padding: 6px 0;
 }
}
.access2-in3 div:nth-child(2) p,.access2-in3 div:nth-child(4) p,.access2-in3 div:nth-child(6) p,.access2-in3 div:nth-child(8) p,.access2-in3 div:nth-child(10) p,.access2-in3 div:nth-child(13) p,.access2-in3 div:nth-child(15) p,.access2-in3 div:nth-child(17) p,.access2-in3 div:nth-child(19) p,.access2-in3 div:last-child p{
	display: grid;
	justify-items: center;
	align-items: center;
}
.access2-in3 div:first-child{
	grid-column: 1 / 2;
	grid-row: 1 / 2;
	background: #cda15c;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.access2-in3 div:nth-child(2){
	grid-column: 1 / 2;
	grid-row: 2 / 3;
	height: 100%;
}
.access2-in3 div:nth-child(3){
	grid-column: 1 / 2;
	grid-row: 3 / 4;
	border:1px solid #222;
	padding: 10px;
	text-align: center;
}
.access2-in3 div:nth-child(4){
	grid-column: 1 / 2;
	grid-row: 4 / 5;
	height: 100%;
}
.access2-in3 div:nth-child(5){
	grid-column: 1 / 2;
	grid-row: 5 / 6;
	display: flex;
	justify-content: center;
	border: 1px solid #222;
	padding: 10px;
}
.access2-in3 div:nth-child(6){
	grid-column: 1 / 2;
	grid-row: 6 / 7;
	height: 100%;
}
.access2-in3 div:nth-child(7){
	grid-column: 1 / 2;
	grid-row: 7 / 8;
	border: 1px solid #222;
	padding: 10px;
	display: flex;
	justify-content: center;
}
.access2-in3 div:nth-child(8){
	grid-column: 1 / 2;
	grid-row: 8 / 9;
	height: 100%;
}
.access2-in3 div:nth-child(9){
	grid-column: 1 / 4;
	grid-row: 9 / 10;
	background: #a29696;
	color: #fff;
	display: flex;
	justify-content: center;
	padding: 10px;
	gap: 0 8px;
 > img{
	 width: 100%;
	 max-width: 20px;
 }
}
.access2-in3 div:nth-child(10){
	grid-column: 1 / 4;
	grid-row: 10 / 11;
	height: 100%;
}
.access2-in3 div:nth-child(11){
	grid-column: 1 / 4;
	grid-row: 11 / 12;
	background: #63615c;
	color: #fff;
	padding: 10px;
	text-align: center;
 > p{
	 display: none;
 }
 > img{
	 width: 100%;
	 max-width: 140px;
 }
}
.access2-in3 div:nth-child(12){
	grid-column: 2 / 3;
	grid-row: 1 / 2;
	background: #cda15c;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.access2-in3 div:nth-child(13){
	grid-column: 2 / 3;
	grid-row: 2 / 3;
	height: 100%;
}
.access2-in3 div:nth-child(14){
	grid-column: 2 / 3;
	grid-row: 3 / 4;
	border: 1px solid #222;
	padding: 10px;
}
.access2-in3 div:nth-child(15){
	grid-column: 2 / 3;
	grid-row: 4 / 5;
	height: 100%;
}
.access2-in3 div:nth-child(16){
	grid-column: 2 / 3;
	grid-row: 5 / 6;
	border: 1px solid #222;
	padding: 10px;
	display: flex;
	justify-content: center;
}
.access2-in3 div:nth-child(17){
	grid-column: 2 / 3;
	grid-row: 6 / 9;
	height: 100%;
}
.access2-in3 div:nth-child(18){
	grid-column: 3 / 4;
	grid-row: 1 / 2;
	background: #cda15c;
	color: #fff;
	padding: 10px;
	text-align: center;
}
.access2-in3 div:nth-child(19){
	grid-column: 3 / 4;
	grid-row: 2 / 3;
	height: 100%;
}
.access2-in3 div:nth-child(20){
	grid-column: 3 / 4;
	grid-row: 3 / 4;
	border: 1px solid #222;
	padding: 10px;
}
.access2-in3 div:last-child{
	grid-column: 3 / 4;
	grid-row: 4 / 9;
	height: 100%;
}
#a-pc{
	display: none;
}
/* 駐車場のご案内 */
.access3{
	padding: 0 20px;
	margin: 0 auto;
}
.access3-in1{
	display: grid;
}
.access3-in1 img{
	width: 100%;
	max-width: 690px;
}
.access3-in2{
	padding: 50px 0;
	margin-bottom: 50px;
	display: grid;
	row-gap: 20px;
}
.access3-in2 div{
	display: grid;
	row-gap: 20px;
}
.access3-in2 img{
	width: 100%;
	max-width: 760px;
}
.a-ul1,.a-ul2{
	display: grid;
	list-style: none;
	padding: 0;
	margin: 0;
}
.a-ul1 li{
	position: relative;
	display: grid;
	justify-content: align-items;
	padding-left: 1em;
}
.a-ul1 li::before{
	position: absolute;
	content: "●";
	font-size: 5px;
	color: #8b837c;
}
.a-ul2 li{
	display: grid;
	grid-template-columns: minmax(auto, 20%) 1fr;
	align-items: center;
	padding: 10px 0;
	gap: 0 10px;
	position: relative;
}
.a-ul2 li::before,.a-ul2 li:last-child::after{
	position: absolute;
	content: "";
	background: linear-gradient(90deg, #8b837c 0%, #8b837c 20%, #d8d8d8 20%, #d8d8d8 100%);
	width: 100%;
	height: 1px;
}
.a-ul2 li::before{
	top: 0;
}
.a-ul2 li:last-child::after{
	bottom: 0;
}
.a-ul2 li span:not(.a-ul2 li p span){
	display: grid;
	justify-content: center;
	font-weight: bold;
	color: #545454;
}
.a-ul2 li p{
	margin: 0;
	display: grid;
	text-indent: -1em;
	padding-left: 1em;
}
}