

.hero{
    width: 100%;
    height: 280px;
    padding-top: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 20;
}

.hero-sv-title{
    position: absolute;
    z-index: 100;
    text-align: center;
}

.hero h1{
    font-size: 50px;
    font-family: "Comfortaa", sans-serif;
    font-optical-sizing: auto;
    /*font-weight: <weight>;*/
    font-style: normal;
}

.hero span{
    font-size: 18px;
    color: #666666;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.hero-img-left{
    width: 90px;
    position: absolute;
    top :160px;
    left: 10px;
}

.hero-img-right{
    width: 100px;
    position: absolute;
    top: 50px;
    right: 10px;
}

.hero-back{
    width: 100%;
    height: 350px;
    position: fixed;
    z-index: 10;
}

.hero-back-effect{
    width: 100%;
    height: 350px;
    position: fixed;
    z-index: 10;
    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%);
    /*background: rgb(242, 248, 252);*/
    /*background: linear-gradient(0deg, rgba(242, 248, 252, 1) 0%, rgba(242, 248, 252, 1) 10%, rgba(242, 248, 252, 0.9) 20%, rgba(242, 248, 252, 0.9) 100%);*/
}

.small-view-map {
    width: 100%;
    height: 350px;
    z-index: 0;
}

.title-logo{
    width: 100%;
}

.hero-search{
    width: 100%;
    padding: 0 15px;
    position: absolute;
    z-index: 30;
    padding-top: 290px;
}

.search-input {
    width: 100%;
    height: 80px;
    padding: 0 10px;
    font-size: 15px;
    background-color: #C9E3F4;
    line-height: 1;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-input input{
    width: 100%;
    height: 100%;
    font-size: 15px;
    font-weight: bold;
    border-radius: 0 30px 30px 0;
}

.search-btn{
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-btn-img{
    width: 30px;
    margin: 0 10px;
}

.search-activity{
    width: 100%;
    height: 130px;
    margin-top: 10px;
    border-radius: 25px;
    padding: 20px;
    background-color: #fff;
}

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

.search-activity-title p{
    font-size: 12px;
    padding-bottom: 8px;
    color: #666666;
}

.search-activity-title a{
    font-size: 10px;
    text-decoration: none;
    padding-bottom: 8px;
    color: #4082ca;
}

.search-activity-list{
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: scroll;
}

.search-activity-btn{
    margin-right: 10px;
    text-decoration: none;
    text-align: center;
}

.search-activity-icon{
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F8F8F8;
    border-radius: 100px;
}

.search-activity-station{
    font-size: 12px;
    color: #666666;
}

#favorite_list::-webkit-scrollbar {
    height: 2px;
    /* スクロールバーの幅 */
}

#favorite_list::-webkit-scrollbar-thumb {
    background-color: #888;
    /* スクロールバーの色 */
    border-radius: 10px;
    /* スクロールバーの角を丸く */
}

#favorite_list::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* スクロールバーのホバー時の色 */
}

/*#favorite_list::-webkit-scrollbar-track {
    background-color: #f1f1f1;
     スクロールバーのトラック（背景）の色 
}*/

/*content-area*/

.content-area{
    width: 100%;
    position: absolute;
    z-index: 30;
    margin-top: 510px;
    padding: 0px 15px 100px 15px;
}

.features-title{
    padding: 20px 10px;
}

.features-title h2{
    font-size: 15px;
}

.features-title h5{
    font-size: 10px;
    color: #888;
}

.features-card{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 190px;
    border-radius: 25px;
    margin-bottom: 10px;
    background-image: url(../img/index/spai-features-back.svg);
    background-size: cover;
    background-position: center;
}

.features-card div{
    text-align: center;
}

.features-card h3{
    font-size: 12px;
}

.features-card h2{
    font-size: 20px;
}

.spasi-start{
    color: #b5b5b5;
    width: 100px;
    font-size: 10px;
    display: block;
    text-align: center;
    padding: 5px 0;
    margin: 10px auto 0 auto;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 20px;
}

.features-card-double{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    height: 190px;
}

.features-img-area{
    width: 50%;
    height: 100%;
    border-radius: 25px 0 0 25px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-text-area{
    width: 50%;
    height: 100%;
    border-radius: 0 25px 25px 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-text-area div{
    padding: 10px;
}

.features-text-area h2{
    font-size: 15px;
    padding-bottom: 10px;
    color: #0061fc;
}

.features-text-area h3{
    font-size: 12px;
    color: #333333;
}

.visit-index-img{
    height: 90%;
}


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

.try-function{
    background-color: #2E86DE;
    width: 170px;
    height: 50px;
    color: #fff;
    border-radius: 60px;
}

.try-function-action{
    background-color: #2E86DE;
    padding: 10px 20px;
    margin: 0 auto;
    color: #fff;
    border-radius: 60px;
    font-size: 13px;
}

.post-search-input {
    width: 100%;
    margin: 10px 0;
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
}

.post-search-btn {
    width: 100%;
    padding: 10px;
    color: #fff;
    background-color: #3385d9;
    border-radius: 15px;
}

/*intro*/

.intro-title{
    text-align: center;
}

.intro-title img{
    width: 100px;
}

.intro-title h2{
    font-size: 20px;
    color: #2E86DE;
}

.step-card{
    background-color: #fff;
    padding: 30px;
    margin: 20px 0;
    border-radius: 20px;
}

.step-no{
    font-weight: bold;
    color: #2E86DE;
}

.step{
    padding-top: 35px;
    text-align: center;
}

.visit-start_index{
    color: #333333;
    width: 100px;
    font-size: 13px;
    display: block;
    text-align: center;
    right: 0;
    padding: 5px 0;
    margin-top: 10px;
    text-decoration: none;
    background-color: #f5f5f7;
    border-radius: 20px;
}

@media screen and (max-width: 380px) {
    .visit-index-img {
        height: 140px;
    }
}