@charset "UTF-8";
/*----------------------------------------------
アクセス
---------------------------------------------- */
.tab__block {
	margin-top: 92px;
}
.tab-menu {
	max-width: 1148px; 
	margin: auto;
}
.tab-menu li {
	font-size: 24px;
	flex-wrap: wrap;
	height: 89px;
	align-content: center;
	gap: 7px;
}
.tab-menu li span {
	font-size: 18px;
	display: block;
	width: 100%;
	text-align: center;
}
.tab-contents {
	margin: 98px auto 0;
}
.tab-content p,
.attention-item {
	line-height: 2;
	font-size: 18px;
	color: #000;
}
.access__media {
	margin: 43px auto auto;
	align-items: flex-start;
}
.section__inner {
	max-width: 1240px; 
	padding: 75px 20px; 
	margin: auto;
}
.access__media-title {
	font-size: 26px!important;
	font-weight: 500;
}
.intro .access__media {
	max-width: 1160px;
	margin-bottom: 74px;
}
.intro .access__media-body {
	max-width: 510px;
}
.intro .access__media-body > p {
	font-size: 16px; 
	line-height: 1.8;
}
.intro .access__media-body > p:nth-of-type(3) {
	line-height: 1.5;
	margin-top: 30px;
}
.intro .access__media-map {
	max-width: 474px;
}
.intro .buttons {
	gap: 13px 28px;
	margin-top: 47px;
	flex-wrap: wrap;
	align-items: flex-start;
}
.intro .button span::after {
	content: none;
}
.intro .button span {
	position: absolute;
    bottom: -21px;
    left: -2px;
}
.access__media-body .attention-item + .attention-item {
	margin-top: 35px;
}
/*お車ご利用*/
.by-car .section__inner {
	max-width: 1254px; 
	padding-bottom: 220px;
}
.by-car .section__title {
	margin-bottom: 37px;
}
.by-car .access__media {
	margin-top: 50px; 
}
.by-car .access__media-map {
	max-width: 691px;
}
.by-car .access__media {
	gap: 70px;
}
/*駐車場ご利用*/
.parking .access__media {
	gap: 51px;
	justify-content: flex-end;
}
.parking .access__media-img{
	max-width: 400px;
}
.parking .access__media-body p:nth-of-type(2) {
	margin-top: 10px; 
	margin-bottom: 20px;
}
/*電車ご利用*/
.by-train .section__inner {
	padding-bottom: 22px;
}
.by-train .section__title {
	margin-bottom: 35px;
}
.by-train .link__other-list {
	margin-top: 55px;
}
.by-train .link__other-item {
	width: 370px;
	height: 70px;
	font-size: 18px;
	position: relative;
}
.by-train .link__other-item a::before {
	content: none;
}
.by-train .link__other-item a::after {
	content: "";
    display: block;
    width: 34px;
    height: 4px;
    background: url(../images/common/arrow-short.svg) center / cover no-repeat;
    position: absolute; 
	right: 21px;
    transition: transform 0.3s ease;
}
.by-train .link__other-item a:hover::after {
    transform: translateX(8px);
}
/*周辺マップ*/
.area-map p {
	margin-bottom: 140px;
	margin-top: -35px;
}
.area-map .access__media-img {
	margin: auto; 
	max-width: 1190px;
}
.google-map {
	margin-top: 55px;
}
/*茶色矢印付き*/
.attention-item .underline {
	border-bottom: 1px solid #D9D9D9;
}
.arrow__button::after {
    transition: transform 0.3s ease;
	border: none;
	content: "";
    display: inline-block;
    width: 66px;
    height: 4px;
    background: url(../images/common/arrow-beige.svg) center / cover no-repeat;
    margin-left: 20px;
    margin-bottom: 5px;
}
.arrow__button:hover::after {
    transform: translateX(8px);
}
/*寒川神社*/
#samukawa .parking .section__inner {
	padding-bottom: 141px;
}
#samukawa .parking .attention {
	display: flex; 
}
#samukawa .parking .attention::before {
	content: "※注";
	flex-shrink: 0;
}
#samukawa .parking .access__media {
	gap: 20px;
	justify-content: space-between;
}
#samukawa .parking .access__media-img {
	max-width: 730px;
}
@media screen and (max-width : 869px) {
	.tab-menu li span {
		font-size: 15px;
	}
}
@media screen and (max-width : 767px) {
	.section__inner {
		padding: 50px 0;
	}
	.section__title + p {
		margin-bottom: 20px;
	}
	.tab__block {
        margin-top: 50px;
    }
	.tab-menu {
		gap: 8px;
	}
	.tab-menu li {
		font-size: 16px;
		padding: 0 5px;
		width: 49%;
		height: 80px;
	}
	.tab-menu li span {
        font-size: 13px; 
	}
	.tab-contents {
        margin: 30px auto 0;
    }
	.tab-content p, .attention-item {
        line-height: 1.6;
        font-size: 16px;
        padding-left: 15px; 
        padding-right: 15px;
    }
	.intro .access__media-map {
        max-width: 100%;
        margin: auto auto 30px;
        padding-left: 15px; 
        padding-right: 15px;
    }
	.intro .access__media-body {
        max-width: 100%;
    }
	.intro .access__media {
		gap: 10px;
	}
	.access__media-map {
		padding-left: 15px; 
		padding-right: 15px;		
	}
	.access__media-title {
        font-size: 24px !important;
    }
	.attention {
        margin: auto;
        display: block;
        margin-top: 7px;
    }
	.by-car .section__inner {
		padding-bottom: 70px;
	}
	.by-car .section__title {
        margin-bottom: 30px;
    }
	.by-car .attention-item {
		margin-top: 30px;
	}
	.google-map {
        margin: 55px 20px 0;
    }
	.area-map p {
        margin-bottom: 30px;
        margin-top: 0;
    }
	.access__media-img {
		padding-left: 15px; 
		padding-right: 15px;
	}
	#samukawa .parking .section__inner {
        padding-bottom: 70px;
    }
	#samukawa .parking .attention {
        font-size: 14px;
        margin-top: 0;
    }
	#samukawa .parking .access__media {
        gap: 40px;
		flex-direction: column;
    }
	.access__media-body .attention-item + .attention-item {
        margin-top: 20px;
    }
}