
.visit-welcome{
    display: none;
    width: 100%;
    height: 100svh;
    margin-bottom: 80px;
    padding: 100px 20px 0 20px;
    text-align: center;
    overflow: scroll;
}

.visit-welcome-kiroku{
    font-size: 15px;
}

.visit-start{
    display: block;
    margin: 0 auto;
    width: 150px;
    padding: 15px 0;
    text-decoration: none;
    background-color: #4ba2e6;
    margin-top: 20px;
    color: #fff;
    border-radius: 60px;    
}

.visit-welcome h3{
    font-size: 15px;
    margin-top: 20px;
    padding: 0 30px;
    color: #666;
    line-height: 1.6;
}

.hero-back-effect{
    background: rgb(245, 245, 247);
    background: linear-gradient(0deg, rgba(245, 245, 247, 1) 0%, rgba(245, 245, 247, 1) 10%, rgba(245, 245, 247, 0.9) 20%, rgba(245, 245, 247, 0.9) 100%);
}

.small-view-map{
    height: 400px;
}

.hero-back-effect{
    height: 400px;
}

.content-area{
    margin-top: 300px;
}

.visit-card{
    width: 90%;
    max-width: 360px;
    padding: 30px;
    border-radius: 25px;
    background: linear-gradient(0deg, rgba(145, 148, 162, 1) 0%, rgba(217, 218, 223, 1) 100%);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.visit-card-userinfo{
    margin-bottom: 10px;
    padding: 10px;
    border-bottom: solid 1px #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.visit-card p{
    color: #fff;
}

.visit-station-count-disp{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
}

.visit-station-count{
    text-align: center;
}

.visit-level{
    text-align: center;
}

.visit-level-gage{
    width: 90%;
}

/*visit-timeline*/

.day-box{
    background-color: #fff;
}

.visit-timeline-index{
    margin: 20px 0;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 25px;
    padding: 20px;
    background-color: #fff;
}

.visit-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.visit-title a{
    font-size: 12px;
    color: #3385d9;
    text-decoration: none;
}

.visit-title div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.visit-title img{
    width: 50px;
}

.visit-title p{
    font-size: 13px;
}

.visit-day{
    width: 100px;
    height: 30px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    background-color: #ffffff;
    color: #333333;
}

.visit-day p{
    font-weight: 500;
}

.line_color{
    width: 10px;
    height: auto;
    border-radius: 60px;
    
}

.visit-station{
    display: flex;
    justify-content: right;
}

.visit-time{
    padding-right: 10px;
    color: #666666;
}

.visit-timeline{
    position: relative;
}

.visit-station-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    padding: 20px;
    border-radius: 15px 0 0 15px;
    /*background-color: #e5eef3;*/
}

.visit-station-info div{
    width: 90%;
}

.visit-station-info p{
    font-size: 12px;
}

.visit-memo{
    overflow-wrap: break-word;
    word-wrap: break-word;
    white-space: normal;
}

.visit-timeline-line{
    width: 5px;
    height: 10px;
    margin: 0 auto;
    background-color: #d9d9d8;
}

.more_visit{
    width: 100%;
    height: 65px;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 5%, rgba(255, 255, 255, 0.8969712885154062) 30%);
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more_visit a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #3385d9;
    font-weight: bold;
}

.visit-history-none {
    min-height: 300px;
    margin-top: 30px;
}

.visit-history-none p{
    color: #666666;
}

.visit-info-open{
    color: #4ba2e6;
}

.visit-history-none{
    text-align: center;
}

.visit-history-none img{
    width: 100px;
}

.visit-history-none h1{
    font-size: 20px;
    color: #3385d9;
}

/*駅追加共通*/

/*addvisit*/

.date,
.hm {
    margin: 10px 0;
}

.date select,
.hm select {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
}

.visit-sta-memo {
    width: 100%;
    height: 100px;
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
}

.add-comment {
    padding: 15px;
    border-radius: 20px;
    border: solid 1px #82ABEA;
    background-color: #DFE9FA;
}

.add-comment-title div {
    display: flex;
    justify-content: left;
    align-items: center;
}

.add-comment-title img {
    width: 30px;
}


.add-comment-exp {
    font-size: 12px;
    margin: 5px 0 10px 0;
    color: #666666;
}

.add-station-btn {
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
    padding: 15px;
    font-size: 15px;
    color: #fff;
    background-color: #3D64D3;
}

.add-visit-title{
    margin: 20px;
    text-align: center;
}

.add-visit-title h1{
    font-size: 20px;
}

.visit-back{
text-decoration: none;
    color: #333333;
    background-color: #F8F8F8;
    padding: 10px 25px;
    border-radius: 60px;
}

.date-search{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    border-radius: 15px;
    background-color: #fff;
}

.date-search button{
    font-size: 15px;
    font-weight: bold;
    color: #3385d9;
}

.visit-menubar{
    display: flex;
    justify-content: center;
    align-items: center;
}

.addvisit{
    width: 40%;
    padding: 20px 0;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
    background-color: #3385d9;
}

.addvisit p{
    font-size: 13px;
    margin-left: 5px;
    color: #fff;
}

#date{
    width: 80px;
}

.date-search{
    width: 60%;
}