@charset "utf-8";
@media screen and (max-width: 1024px) {
    /* Init tags
================================================*/
    /*--- reset */
    * {
        margin: 0;
        padding: 0;
        outline: 0;
        vertical-align: baseline;
    }
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p {
        margin: 0;
    }
    article,
    aside,
    details,
    figcaption,
    figure,
    footer,
    header,
    hgroup,
    menu,
    nav,
    section {
        display: block;
    }
    hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #cccccc;
        margin: 1em 0;
        padding: 0;
    }
    ul {
        list-style: none;
        padding: 0;
    }
    li {
        padding: 0;
    }
    table {
        border-collapse: collapse;
        width: 100%;
    }
    input,
    select {
        vertical-align: middle;
    }
    a {
        color: #000;
        text-decoration: underline;
        -webkit-tap-highlight-color: transparent;
    }
    a:hover {
        color: #999;
        text-decoration: none;
    }
    a img {
        border-style: none;
    }
    html,
    body {
        -webkit-text-size-adjust: none;
    }
    body {
        margin: 0;
        width: 100%;
        font: 14px/20px 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Verdana, Arial, sans-serif;
        color: #000;
        background: #fff;
    }
    .center {
        text-align: center;
        margin: 0 auto;
    }

    .center input{
        width: 80%;
    }
    .right {
        text-align: right;
    }
    img {
        height: auto;
        max-width: 100%;
        vertical-align: bottom;
    }
    .clearfix:after {
        content: ".";
        display: block;
        height: 0.1px;
        font-size: 0.1em;
        line-height: 0;
        clear: both;
        visibility: hidden;
    }
    .mt15 {
        margin-top: 15px;
    }

    /* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */
    .sp-none,
    .user {
        display: none;
    }
    /* ---------------------------------------------------------------------
main
--------------------------------------------------------------------- */
    #main {
        margin: 0;
        overflow: hidden;
    }
    #header {
        margin: 0;
        width: 100%;
        height: 70px;
        background: #f51b10;
        border-bottom: 2px solid #ffe400;
    }
    .header-area {
        margin: 0 auto;
    }
    .top-logo {
        float: left;
        width: 180px;
        margin: 10px 0 0 6px;
    }
    .login-btn {
        float: right;
        margin: 10px 10px 0 0;
        background: #f9db31;
        font-size: 14px;
        font-weight: bold;
    }
    .login-btn a {
        display: block;
        padding: 15px 10px;
        color: #000;
        text-decoration: none;
    }
    /* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
    #contents {
        text-align: left;
        margin: 0;
    }

    .top01{
        background: url("../images/top01.jpg");
        background-repeat: no-repeat;
        width: 100%;
        height: 89.7vw;
        background-size: cover;
        position: relative;
    }

    .top01 img{
        width: 100%;
        object-fit: cover;
    }

    .topimg{
        width: 100%;
    }

    .table_result{
        background-color: #ffffff;
        border-collapse: collapse;
        text-align: center;
        position: absolute;
        width: 85%;
        height: auto;
        margin: auto;
        top: 52%;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 2.8vw;
        font-weight: bold;
        padding-bottom: 5px;
        box-sizing: border-box;
    }

    td{
        padding: 0;
    }

    .td_top{
        padding-top: 0.8vw 0 0;
    }

    .ta_01{
        width: 15%;
        padding: 0;
    }

    .ta_02{
        width: 20%;
        padding: 0;
    }

    .ta_03{
        width: 30%;
        padding: 0;
    }

    .ta_04{
        width: 35%;
        padding: 0;
    }

    .table_head{
        background-color: #dddddd;
    }

    .back_gray{
        background-color: #f3f3f3;
    }

    .hit{
        color: #fff;
        background-color: #f51b10;
        display: inline-block;
        padding: 0 0.7vw;
        letter-spacing: 0.1em;
        line-height: 1.3;
    }

    .co_re{
        color: #f51b10;
        font-size: 3.2vw;
        letter-spacing: 0.1em;
        line-height: 1.1;
    }

    .form {
        margin: 0 auto;
        text-align: left;
        background: url("../images/top03.jpg") no-repeat;
        background-size: 180% auto;
        background-position: top center;
        padding: 5px 10px;
    }
    .form02 {
        margin: 0 auto 20px;
        text-align: left;
        background: url("../images/top03.jpg") no-repeat;
        background-size: 150% auto;
        padding: 5px 10px;
    }

    .form_smp {
        text-align: center;
        padding: 30px 0;
        margin: 0 auto 20px;
        background: url("../images/top03.jpg") no-repeat;
    }

    .form-txt {
        text-align: center;
        margin: 5px auto 0;
        color: #000;
        font-size: 12px;
    }
    .form02-txt {
        text-align: center;
        margin: -10px auto 0;
        color: #fff;
        font-size: 12px;
    }
    .form03-txt {
        text-align: center;
        margin: 10px auto 0;
        color: #000;
        font-size: 14px;
    }
    .form03-txt input {
        border: 0;
        border-radius: 5px;
        width: 90%;
        padding: 7px 5px;        
        font-size: 12px;
        margin-top: 2px;
    }

    .input_border{
        -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
        box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    }

    .m-btn {
        text-align: center;
        width: 90%;
        margin: 2% auto;
    }
    .f-man {
        margin: 5px 0;
    }
    .f-sns {
        margin: 0 10%;
        margin-top: 20px;
        display: block;
    }
    .f-sns li {
        margin: 5px 0;
    }
    @keyframes vertical {
        0%,
        100% {
            -webkit-transform: scale(0.9)
        }
        50% {
            -webkit-transform: scale(1.2)
        }
    }
    .btn {
        animation: vertical ease-in-out infinite alternate;
        animation-duration: 1.8s;
    }

    button {
        /* 背景色を無色に */
        background: transparent;
        /* 枠線を消す */
        border: none;
        /* クリックした際に枠線をnone消す */
      }

    .pass {
        font-size: 12px;
        line-height: 16px;
        margin: 0 20px 10px;
        padding: 10px;
        background-color: #fff;
        opacity: 0.8;
    }
    .title01 {
        margin: 10px auto;
        text-align: center;
        width: 80%;
    }
    #result {
        margin: 0 auto;
        width: 100%;
        padding: 30px 0 0;
    }

    .result {
        width: 60vw;
        height: 45vw;
        background-color: #f51b10;
        padding: 20px;
        border-radius: 15px;
        position: relative;
        font-weight: bold;
        margin: 0 5px;
    }

    .result_box img{
        width: 100%;
    }

    .hit_mark{
        width: 31%;
        position: absolute;
        top: 49%;
        left: 1%;
    }    

    .r-title{
        position: absolute;
        top: 57%;
        right: 5%; 
        color: #fff;
        font-weight: normal;
        font-size: 3.4vw; 
    }

    .r-stitle {
        position: absolute;
        top: 65%;
        right: 5%;
        font-size: 2.4vw;
        color: #fff;
        font-weight: normal;
    }

    .r-date {
        position: absolute;
        top: 71%;
        right: 5%;
        font-size: 2.4vw;
        color: #fff;
        font-weight: normal;
    }

    .r-detail {
        position: absolute;
        top: 77%;
        right: 5%;
        font-size: 2.4vw;
        color: #fff;
        font-weight: normal;
    }

    .aom {
        position: absolute;
        bottom: 7%;
        right: 5%;
        color: #deff00;
        font-size: 4.8vw;
        letter-spacing: 0.02em;
    }
    .aom span{
        font-size: 0.7em;
    }
    /*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
    width:94%;
    margin:0 auto;
}

.slider img {
    height:auto;
}

.slider .slick-slide {
	transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
    height: auto !important;
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*中央の画像のサイズだけ等倍に*/
	opacity: 1;/*透過なし*/
}

.slider .slick-track {
    display: flex;
  }

/*矢印の設定*/

/*戻る、次へ矢印の位置*/

/* .slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #3a59a0;
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
    position: absolute;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  }
  .slider .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
    border-width: 3px 3px 0 0;
    position: absolute;
    top: 12px;
    transform: rotate(45deg);
  } */
  .slider .slick-next {
    right: 0;
  }
  .slider .slick-prev {
    left: 0;
  }
  .slider .slick-next::before {
    left: 10px;
  }
  .slider .slick-prev::before {
    border-width: 0 0 3px 3px;
    right: 9px;
  }
  

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
	margin:20px 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    display: block;
    width: 10px;
    height: 10px;
    margin: 6px;
    font-size: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: pointer;
    background: #bcbcbc;
    border-radius: 50%;
}

.slick-dots .slick-active button{
    background:#f51b10;/*ドットボタンの現在地表示の色*/
}  
    .plan-head {
        text-align: center;
        margin: 20px auto;
        width: 100%;
    }

    .plan-head h2{
        position: relative;
        background: repeating-linear-gradient(-45deg, #fee601 0 3px, #fede0d 3px 6px);
        color: #333;
        font-weight: bold;
        font-size: 4vw;
        text-align: center;
        height: 10vw;
        display: grid;
        place-items: center;
        box-sizing: border-box;
    }

    .text-area {
        margin: 20px 10px;
        padding: 10px;
        background: #f51b10;
        color: #fff;
        font-size: 14px;
        line-height: 24px;
    }
    /* ----------------------------------------------------
お問い合わせ
---------------------------------------------------- */
    .info textarea {
        width: 98%;
        height: 150px;
        padding: 1%;
        margin: 10px auto;
    }
    #contact {
        background: url("../../images/bicycle/contact-bg.html") no-repeat top #000;
        background-size: contain;
        font-size: 14px;
        line-height: 20px;
        font-weight: bold;
        color: #fff;
        text-shadow: 2px 1px 0px #000;
        padding: 110px 10px 10px;
    }
    .btn {
        width: 70%;
        padding-top: 5px;
    }
    #trans table {
        width: 100%;
        border: #bababa 1px solid;
        background-color: #fff;
        margin: 0 auto;
        color: #000;
    }
    #trans th {
        height: 22px;
        text-align: center;
        padding: 10px;
        border: #bababa 1px solid;
        font-weight: normal;
        background: #ddd;
    }
    #trans td {
        padding: 10px;
        height: 22px;
        text-align: left;
        border: #bababa 1px solid;
        vertical-align: middle;
    }
    .column-info {
        background: #fff;
        color: #000;
        padding: 10px;
        font-weight: normal;
        text-shadow: none;
        border: 4px solid #fede0d;
        margin: 0;
    }
    .form-txt04 {
        border: 0;
        border-radius: 5px;
        width: 100%;
        padding: 15px 15px;
        box-sizing: border-box;
        font-size: 16px;
        margin: 10px 0;
        border: 2px solid #999;
    }
    /* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
    #page-top {
        position: fixed;
        bottom: 10px;
        right: 10px;
    }
    #page-top img {
        width: 40px;
        height: 40px;
    }
    #footer {
        border-top: 2px solid #ffe400;
        background: #f51b10;
        padding: 0;
        text-align: center;
        color: #fff;
        position: sticky;
        top: 100vh;
    }
    .footer-logo {
        margin: 10px auto;
        width: 200px;
    }
    .footer-com {
        margin: 5px;
        text-align: left;
        font-size: 12px;
    }
    #footer-menu li {
        height: 40px;
        border-bottom: 2px solid #ffe400;
        font-size: 12px;
    }
    #footer-menu li a {
        text-align: left;
        height: 40px;
        display: block;
        line-height: 42px;
        text-decoration: none;
        text-indent: 5px;
        color: #fff;
        font-weight: bold;
        background: url("../../images/bicycle/arrow.png") 99% center no-repeat;
        -webkit-background-size: 12px 21px;
    }
    #footer-menu li a:hover {
        background-color: #333;
    }
    address {
        padding: 10px 0;
        font-size: 12px;
        font-style: normal;
    }
    .email-txt {
        border: 0;
        border-radius: 5px;
        width: 90%;
        padding: 15px 15px;
        font-size: 16px;
        margin-top: 10px;
    }
}

@media (min-width:550px) and (max-width:1024px) {

    td{
        padding: 6px 0;
    }

    .td_top{
        padding-top: 10px 0 0;
    }

    .ta_01{
        width: 15%;
        padding: 6px 0;
    }

    .ta_02{
        width: 20%;
        padding: 6px 0;
    }

    .ta_03{
        width: 30%;
        padding: 6px 0;
    }

    .ta_04{
        width: 35%;
        padding: 6px 0;
    }

    .hit{
        color: #fff;
        background-color: #f51b10;
        display: inline-block;
        padding: 0 0.7vw;
        letter-spacing: 0.1em;
        line-height: 1.3;
    }

    .co_re{
        color: #f51b10;
        font-size: 3.2vw;
        letter-spacing: 0.1em;
        line-height: 1.1;
    } 
    .place {
        position: absolute;
        top: 32px;
        left: 5px;
        font-size: 2em;
    }

    .place2 {
        position: absolute;
        top: 32px;
        left: 90px;
        font-size: 2em;
    }

    .race2 span{
        color: #fff;
        font-size: 1.2em;
    }

    .race3 span{
        color: #fff;
        font-size: 1.2em;
    }

    .center input{
        width: 60%;
    }

}

@media (min-width:480px) and (max-width:549px) {

    td{
        padding: 4px 0;
    }

    .td_top{
        padding-top: 8px 0 0;
    }

    .ta_01{
        padding: 4px 0;
    }

    .ta_02{
        padding: 4px 0;
    }

    .ta_03{
        padding: 4px 0;
    }

    .ta_04{
        padding: 4px 0;
    }

    
}

@media screen and (max-width: 500px) {

    .hit_mark{
        width: 31%;
        position: absolute;
        top: 49%;
        left: 1%;
    }    
 
    .r-title{
        position: absolute;
        top: 56%;
        right: 5%; 
        color: #fff;
        font-weight: bold;
        font-size: 3.4vw; 
    }

    .r-stitle {
        position: absolute;
        top: 64%;
        right: 5%;
        font-size: 2.4vw;
        color: #fff;
        font-weight: bold;
    }

    .r-date {
        position: absolute;
        top: 70%;
        right: 5%;
        font-size: 2.4vw;
        color: #fff;
        font-weight: bold;
    }

    .r-detail {
        position: absolute;
        top: 76%;
        right: 5%;
        font-size: 2.4vw;
        color: #fff;
        font-weight: bold;
    }

    .aom {
        position: absolute;
        bottom: 4%;
        right: 5%;
        color: #deff00;
        font-size: 4.8vw;
        letter-spacing: 0.02em;
    }
}

@media (max-width:350px) {

    .table_result {
    line-height: 2;
}

    
}
