@charset "UTF-8";
/* ######################################################################################

　アクセス・近隣紹介　ファーストビュー以降の要素

###################################################################################### */
/* ====================================================
    近隣のご紹介
==================================================== */
.pageAccess .wallBelt.spots{}
.pageAccess .spots .spotsList{}

.pageAccess .spots .spotsList .imgBox img{border: 1px solid #D8D8D8; max-width: 100%; height: auto;}

.pageAccess .spots .spotsList .title{font-size: 1.8rem; font-weight: bold;}
.pageAccess .spots .spotsList .title .small{font-size: 1.3rem;}

.pageAccess .spots .spotsList .address{
    position: relative;
    margin-bottom: 0.75em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #D8D8D8;
    font-size: 1.3rem;
}
.pageAccess .spots .spotsList .address:before{
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100px;
    height: 1px;
    background: #D80F15;
}
.pageAccess .spots .spotsList .text{font-size: 1.4rem; line-height: 1.85;}

@media print, screen and (min-width: 768px) {
    .pageAccess .wallBelt.spots{padding-top: 20px;}
    .pageAccess .spots .spotsList{
        width: 1080px;
        margin: 50px auto 0;
    }
    .pageAccess .spots .spotsList .row{margin-right: -15px; margin-left: -15px;}
    .pageAccess .spots .spotsList .row > *{width: 33.3333333333%; margin-bottom: 40px; padding-right: 15px; padding-left: 15px;}
    .pageAccess .spots .spotsList .title{margin: 1em 0 0.5em;}
	.pageAccess .mapExpansion{width:1130px; margin-top:10px; text-align:right; color:#345FAE; font-size:16px;}   
	.pageAccess .mapExpansion a{color:#345FAE; font-size:16px; text-decoration:underline;}   
	.pageAccess .mapExpansion a:hover{color:#333;}   
	.pageAccess .mapExpansion a[target="_blank"]::after {content: ""; display: none;}   
}
@media screen and (max-width: 767px) {
    .pageAccess .spots .spotsList .row > *{margin-bottom: 40px;}
    .pageAccess .spots .spotsList .imgBox img {width: 100%;}
    .pageAccess .spots .spotsList .title{margin: 0.75em 0 0.5em;}
}





