/* 観光スポット一覧画面 */
.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: #feff87;
}

.route-search_precautions {
    /* width: 280px;
    height: 66px; */
    margin: 10px 15px 0;
    font-family: HiraginoSans-W3;
    font-size: 14px;
    line-height: 1.57;
    letter-spacing: -0.1px;
    color: #ea1414;
}



.tourist-spot-list-content {
    overflow-y: scroll;
    height: calc(100vh - 120px);
}
.title {
    max-width: 960px;
    margin: 0 auto;
    text-align: center;
    font-weight:bold;
    font-size: 20px;
}
.travelPlan-conditions{
    text-align:right;
}
.travelPlan-list {
    background-color: #ffffff;
    padding: 10px;
    font-family: HiraginoSans-W3;
    font-size: 12px;
    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;
}

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

.tourist-spot-list-img {
    height: 100px;
    padding: 0px;
}

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

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

.travelPlan-list-caption-title {
    font-weight:bold;
    font-size: 14px;
    color:black;
}

.travelPlan-list-caption-detail1 {
    font-size: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    color:black;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.travelPlan-list-caption-detail2 {
    font-size: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    color:black;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.travelPlan-checkbox{
    margin:0px 5px;
}

.travelPlan-flex-top{
    align-items: flex-start;
}

.travelPlan-content{
    /*height: 500px;*/
    overflow: auto;        
}
.travelPlan-header{
    font-family: HiraginoSans-W3;
    font-size: 14px;    
    margin: 15px;
}
.footer{
    height: 120px;    
    margin: 10px;

}

/* 観光スポット詳細画面 */
.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: -webkit-fit-content;
    width: -moz-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: -webkit-fit-content;
    width: -moz-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: 250px;
    background-color: #dedede;
}

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

