/* 隕ｳ蜈峨せ繝昴ャ繝井ｸ隕ｧ逕ｻ髱｢ */
.tourist-spot-menu {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.tourist-spot-menu::-webkit-scrollbar {
    display:none;
}

.tourist-spot-menu div {
    padding: 0px;
}

.tourist-spot-menu button {
    width: 100%;
    font-size: 10px;
}

.tourist-spot-menu a:hover,
.tourist-spot-menu a:visited,
.tourist-spot-menu a:focus {
    text-decoration: none !important;
}

img.tourist-spot-btn-icon {
    width: 32px;
    height: 32px;
    margin: 0 3px 3px 3px;
    -o-object-fit: contain;
       object-fit: contain;
}

.tourist-spot-genre-heading {
    padding: 30px 30px 65px 30px;
    background-color: #33cc66;
}

.tourist-spot-list-content {
    overflow-y: scroll;
    height: calc(100vh - 120px);
}

.tourist-spot-list {
    background-color: #ffffff;
    margin: -50px 15px 0px 15px;
    padding: 10px;
    font-family: HiraginoSans-W3;
    font-size: 14px;
    color: #231815;
}

.tourist-spot-list a,
.tourist-spot-list a:hover,
.tourist-spot-list a:visited,
.tourist-spot-list a:focus {
    text-decoration: none !important;
    color: #231815;
}

.tourist-spot-list-row:active {
    background-color: #e7e7e7;
}

.tourist-spot-list-row {
    margin: 0px 0px 10px 0px;
    padding: 10px;
}

.tourist-spot-list-img {
    height: 100px;
    padding: 0px;
    background-color: #dedede;
}

.tourist-spot-list-img img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.tourist-spot-list-img2 img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.tourist-spot-list-caption {
    padding-right: 0px;
}

.tourist-spot-list-caption-title {
    font-size: 18px;
}

.tourist-spot-list-caption-detail {
    font-size: 10px;
    overflow: hidden;

    display: -webkit-box;
    display: -moz-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* 隕ｳ蜈峨せ繝昴ャ繝郁ｩｳ邏ｰ逕ｻ髱｢ */
.tourist-spot-detail-tourist_spot_name {
    font-family: HiraginoSans-W6;
    font-size: 20px;
    color:#ffffff;
    line-height: 1.1;
    font-weight: bold;
}

.tourist-spot-detail-heading {
    padding: 15px 25px 65px 25px;
    background-color: #009ce5;
}

.tourist-spot-detail-info-area {
    margin: -50px 15px 0px 15px;
    padding: 20px 15px;
}

.tourist-spot-detail-title {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-family: HiraginoSans-W6;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.tourist-spot-detail-title-body-text {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    font-family: HiraginoSans-W3;
    font-size: 12px;
}

.tourist-spot-detail-button-area {
    font-family: HiraginoSans-W6;
    font-size: 14px;
    text-align: center;
}

#divTouristSpotDetailCategory {
    font-family: HiraginoSans-W6;
    font-size: 12px;
}

#divTouristSpotDetailDescription {
    font-family: HiraginoSans-W3;
    font-size: 12px;
    overflow-wrap: break-word;
}

.tmpl-tourist-spot-detail-line {
    height: 3px;
    background-color: #009ce5;
}

.tourist-spot-detail-category-logo {
    height: 20px;
}

/* 隕ｳ蜈峨せ繝昴ャ繝郁ｩｳ邏ｰ逕ｻ髱｢ */
.tourist-spot-detail-img {
    height: auto;
    padding-bottom: 30px;
}

.tourist-spot-detail-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

