@charset "UTF-8";

.sightseeing_introduction {
    text-align: center;
}

.sightseeing_introduction p {
    text-align: left;
    line-height: 1.8;
}

.sightseeing_introduction figure {
    max-width: 788px;
    margin: 74px auto 0;
}



/*--------------------
周辺施設のご案内・濃恋いちごの食べられる場所
-----------------------*/

.sightseeing_box {
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    justify-content: center;
}

.sightseeing_list {
    background-color: #fff;
    border-radius: 20px;
}

.sightseeing_card {
    height: 100%; /* 高さを統一 */
}

.sightseeing_card_text {
    margin: 32px 24px 52px;
}
.sightseeing_card_title a, .outlet a, .fruitflower a, .kobeko a, .golf, .poche a, .monction a {
    margin-bottom: 32px;
    position: relative;
    display: inline-block;
    width: fit-content;
}
.others {
    margin:  48px auto 72px;
}

.sightseeing_card a {
    margin-right: 7px;
}
/* アイコン リンク */
.sightseeing_card_title a::after {
    position: absolute;
    content: '';    
    background-image: url(../images/icon-link.png); 
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 5px;
    right: -24px;
}

.outlet a, .fruitflower a, .kobeko a {
    line-height: 1.4;
}

.efuu a, .monction a {
    letter-spacing: 0;
}

.outlet a::after {
    position: absolute;
    content: '';
    background-image: url(../images/icon-link.png); 
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 43px;
    right: 27px;
}

.fruitflower a::after {
    position: absolute;
    content: '';
    background-image: url(../images/icon-link.png); 
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 43px;
    right: -7px;
}
.kobeko a::after {
    position: absolute;
    content: '';
    background-image: url(../images/icon-link.png); 
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 42px;
    right: 81px;
}
.poche a::after {
    position: absolute;
    content: '';
    background-image: url(../images/icon-link.png); 
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 29px;
    right: -22px;
}
.monction a::after {
    position: absolute;
    content: '';
    background-image: url(../images/icon-link.png); 
    background-repeat: no-repeat;
    background-size: cover;
    width: 20px;
    height: 20px;
    top: 24px;
    right: -23px;
}

.sightseeing_text {
    text-align: left;
    margin-bottom: 32px;
}

.sightseeing_card p {
    text-align: left;
}

/* 地図 車のアイコン */
.address {
    margin-bottom: 8px;
    padding-left: 24px;
    background-image: url(../images/icon-map-red.png);
    background-repeat: no-repeat;
    background-size: 18px;
    line-height: 18px;
    text-align: left;
}
.traveltime {
    margin-bottom: 8px;
    padding-left: 24px;
    background-image: url(../images/icon-car-red.png);
    background-repeat: no-repeat;
    background-size: 18px;
    line-height: 18px;
    text-align: left
}

.monction_span {
    display: block;
    margin-bottom: 4px;
}

@media (max-width:768px) {
    .sightseeing_card_title a::after {
        top: 0px;
    }
    .kobeko a::after {
        top: 28px;
        right: 53px;
    }
    .outlet a::after {
        top: 28px;
        right: 13px;
    }
    .fruitflower a::after {
        top: 28px;
        right: -11px;
    }
    .poche a::after {
        top: 18px;
    }
    .monction a::after {
        top: 18px;
    }
}