@charset "utf-8";
/*================================
ここから全サイズ適用
================================*/

.access_relocation {
	background-color: #ffffff;
	border: solid 1px #aa9879;
	border-radius: 4px;
	max-width: 574px;
	margin: 0 auto 60px;
	padding: 40px 20px;
	text-align: center;
}

.access_relocation .txt{
	font-size: 18px;
	line-height: 1.556;
	margin: 30px auto;
}

.relocation_ttl {
	font-size: 28px;
	line-height: 1.4;
	font-weight: 600;
}

.relocation_txt {
	border-radius: 1px;
	background-color: #efe9de;
	width: 98%;
	max-width: 480px;
	width: fit-content;
	padding: 1px 25px;
	margin: 0 auto;
    line-height: 1.5;
}

.access_map {
	display: flex;
	gap: 30px;
	justify-content: center;
	margin-bottom: 60px;
}

.access_address_ttl {
	background: #5f7c3a;
	max-width: 390px;
	margin: 60px auto 30px;
	text-align: center;
	font-size: 22px;
	color: #fff;
	position: relative;
	width: 84%;
}

.access_address_ttl::before {
	content: "";
    position: absolute;
    left: -25px;
    top: 0;
    width: 25.5px;
    height: 100%;
    background: #5f7c3a;
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
}
.access_address_ttl::after {
	content: "";
	position: absolute;
	right: -25px;
    top: 0;
    width: 25px;
    height: 100%;
    background: #5f7c3a;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
	display: block;
}

.access_icons {
	border-top: solid 1px #aa9879;
	border-bottom: solid 1px #aa9879;
	padding-top: 20px;
	padding-bottom: 30px;
	max-width: 700px;
	margin: 40px auto;
	text-align: center;
}

.access_icon {
	text-align: left;
	width: fit-content;
	margin: 0 auto;
}
.access_icon li span{
	color: #5f7c3a;
}
.access_icon li:last-of-type{
	margin-bottom: 0;
}
.access_icon li{
	text-align: left;
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 18px;
    font-weight: 500;
	color: #46372d;
	margin-bottom: 12px;
}

.access_address .ft_time-table_info{
	max-width: 480px;
	margin: 0 auto;
}
.access_address .ft_time-table{
	max-width: 480px;
	margin: 60px auto 25px;
	border: 1px solid #d4ccc7;
}

.access_exterior {
	background: url(./img/access_bg.jpg) top;
	margin-bottom: 60px;
	padding-top: 60px;
	padding-bottom: 40px;
	/* min-height: 740px; */
}

.access_exterior_inner {
    margin: 0 auto;
	max-width: 1020px;
    width: 96%;
}

.access_exterior_pic img{
	position: relative;
}
.access_exterior_pic {
	position: relative;
	width: fit-content;
}
.access_exterior_pic::before {
	content: "";
	background: url(./img/access_pic02-2.png) no-repeat center;
	width: 100%;
	height: 100%;
	position: absolute;
    top: 20px;
    right: -20px;
	z-index: 0;
}

.access_pic03 {
	background-image: url(./img/access_pic03-2.png);
}

.access_pic02 {
	margin-left: auto;
}

.access_pic03 {
	margin-top: -100px;
}

.section_ttl_wrap {
    min-height: 104px;
    padding: 10px 0;
	margin-bottom: 40px;
}

.section_ttl {
	font-size: 28px;
	position: relative;
	display: flex;
	gap: 25px;
    padding: 15px 0;
	min-height: auto;
}

#train .section_ttl::before {
	content: "";
	background: url(./img/ttl_train.png) no-repeat;
	width: 52px;
	height: 53px;
	display: block;
}
#car .section_ttl::before {
	content: "";
	background: url(./img/ttl_car.png) no-repeat;
	width: 52px;
	height: 53px;
	display: block;
}

.access_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 40px;
}

.access_item {
	max-width: 480px;
    /* width: 46vw; */
}

#train_flex {
	counter-reset: access-counter;
}
#train_flex .access_img::before{
	counter-increment: access-counter; /* カウントアップ */
	content: counter(access-counter);  /* 数字を表示 */
	position: absolute;
    top: -18px;
    left: -18px;
	font-size: 24px;
	font-weight: 600;
	color: #fff;
	background: #e99200;
	border-radius: 50%;
	width: 52px;
	height: 52px;
	text-align: center;
	line-height: 52px;
}

.access_item:nth-of-type(2n) .access_img {
	margin-left: 0;
	margin-right: auto;
}
.access_img {
	border: solid 2px #e5dcce;
	border-radius: 6px;
	margin-bottom: 5px;
	max-width: 470px;
    padding: 8px;
	position: relative;
    margin-left: auto;
}

.access_txt {
	font-size: 18px;
}


@media (min-width: 1920px) {

}
@media (min-width: 1600px) {


}
@media (min-width: 1366px) {

}
@media (max-width: 1920px) {

}
@media (max-width: 1600px) {

}
/*================================
ノートPC 1366px～0px
================================*/
@media (max-width: 1366px) {

}
/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {
	.access_pic02 {
		margin-right: 20px;
	}
	.access_pic03 {
		margin-top: -70px;
	}

}
/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {
	.access_pic03 img{
		margin: 0 auto;
	}
	.access_pic02 {
		max-width: 530px;
		margin-inline: auto;
	}
	.access_pic03 {
		margin-top: 40px;
		margin-inline: auto;
	}
	.access_item {
		width: 100%;
	}
	
	.access_map {
		flex-wrap: wrap;
	}
}
/*================================
SP表示 480px～0px
================================*/
@media (max-width: 480px) {

	.relocation_ttl {
		font-size: 22px;
	}
	.access_relocation .txt {
		font-size: 17px;
	}


	.access_icon {
	}
	.access_icon li{
		align-items: flex-start;
		gap: 5px;
		font-size: 16px;
	}
	.access_icon li img{
		margin-top: 5px;
	}

	.section_ttl span {
		/* flex: 1; */
	}
	.section_ttl  {
        font-size: 22px;
        line-height: 1.3;
        gap: 15px;
        padding: 15px 20px;
	}

	#train_flex .access_img::before {
		top: -24px;
		left: -8px;
	}
}



