.mw-1000{
    width:100%;
    max-width:900px;
}

.submit,.submit:hover,.submit:active,.submit:focus {
    background-color: #289298;
    border-color: #289298;
    color:#ffffff;
    border: 0px;
}

.stroke-btn {
    background-color: #ffffff;
    border: 1.5px solid #289298;
    color:#289298;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    max-width:100%;
    width: 340px;
    border-radius: 5px;
}

.custom-btn{
    background-color: #289298;
    border-color: #289298;
    color:#ffffff;

    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    cursor: pointer;
    border-radius: 4px;
}

.custom-btn:hover,.search-btn:hover {
    filter: brightness(0.8);
}


.menu-icon {
    display: none;
}

.menu-contents {
    display: inline-block;
}

@media only screen and (max-width: 991px) {
    .menu-icon {
        display: inline-block;
        position: absolute;
        top: 20px;
        right: 15px;
        z-index: 100;
    }
    .menu-icon>div>a {
        color: #FFF;
    }
    .menu-contents {
        display: none;
    }
}

.navbar-menu {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.navbar-menu span {
    display: block;
    width: 28px;
    height: 1px;
    left: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: ease .5s all;
    transition: ease .5s all;
}

.navbar-menu__button {
    background-color: transparent;
    position: fixed;
    right: 15px;
    width: 32px;
    height: 32px;
    border: none;
}

.navbar-menu__lineTop {
    transform: translateY(-10px);
}

.navbar-menu__lineBottom {
    transform: translateY(10px);
}

.navbar-menu--isOpen .navbar-menu__lineTop {
    transform: rotate(45deg);  
}

.navbar-menu--isOpen .navbar-menu__lineMiddle {
    opacity: 0;
}

.navbar-menu--isOpen .navbar-menu__lineBottom {
    transform: rotate(-45deg);  
}

.img-wrapper{
    width: auto;
    height: auto;
}
.img-contain{
    aspect-ratio: 1;
    object-fit: contain;
}
.img-cover{
    aspect-ratio: 1;
    object-fit: cover;
}

.line1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;/*何行まで表示し、以降を「...」で省略するかを決める。1行にする場合は1sを設定*/
}

.line2 {
    height: calc( 1.3em * 2 );
    line-height: 1.3;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;/*何行まで表示し、以降を「...」で省略するかを決める。2行にする場合は2を設定*/
}

.brand-name{
    color:#289298;
    font-weight: bold;
    font-size: 1.2em;
}


.mid-title {
    color: #289298;
}