@charset "UTF-8";
@media screen and (min-width: 1025px) {
    /* Reset */
    * {
        margin: 0;
        padding: 0;
    }
    h5,
    h6,
    pre,
    table,
    code,
    kbd,
    samp,
    acronym,
    input,
    textarea,
    select {
        font-size: 100%;
    }
    a,
    ins {
        text-decoration: none;
    }
    address,
    em,
    cite,
    dfn,
    var {
        font-style: normal;
    }
    input,
    textarea {
        font-family: sans-serif;
        font-weight: normal;
    }
    img {
        vertical-align: bottom;
    }
    a img {
        border: none;
    }
    /* Setting */
    html {
        height: 100%;
        font-size: 14px;
        line-height: 18px;
    }
    body {
        height: 100%;
        color: #000;
        font-family: 'メイリオ', sans-serif, "ヒラギノ角ゴ ProN W3", "Meiryo", sans-serif;
        background: #fff
    }
    * html body {
        /* for IE6 */
        font-size: small;
    }
    *:first-child+html body {
        /* for IE7 */
        font-size: small;
    }
    ul {
        list-style-position: outside;
        list-style-type: none;
    }
    ol {
        list-style-position: outside;
    }
    table {
        border-collapse: collapse;
        width: 100%;
    }
    legend {
        color: #333;
    }
    /* ---------------------------------------------------------------------
set
--------------------------------------------------------------------- */
    a {
        text-decoration: underline;
        color: #333;
    }
    a:hover {
        color: #aaa;
        text-decoration: none;
    }
    .clearfix:after {
        content: ".";
        display: block;
        height: 0.1px;
        font-size: 0.1em;
        line-height: 0;
        clear: both;
        visibility: hidden;
        overflow: hidden;
    }
    .center {
        text-align: center;
    }
    .right {
        text-align: right;
    }
    .fade a:hover img {
        opacity: 0.5;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE lt 8 */
        -ms-filter: "alpha(opacity=50)";
        /* IE 8 */
    }
    .fade a img {
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
    input:hover {
        opacity: 0.5;
        -webkit-opacity: 0.5;
        -moz-opacity: 0.5;
        filter: alpha(opacity=50);
        /* IE lt 8 */
        -ms-filter: "alpha(opacity=50)";
        /* IE 8 */
    }
    input {
        -webkit-transition: opacity 0.3s ease-out;
        -moz-transition: opacity 0.3s ease-out;
        -ms-transition: opacity 0.3s ease-out;
        transition: opacity 0.3s ease-out;
    }
    .b {
        font-weight: bold;
    }
    .mt15 {
        margin-top: 15px;
    }
    /* ---------------------------------------------------------------------
none
--------------------------------------------------------------------- */
    .pc-none,
    .login-btn {
        display: none;
    }
    /* ---------------------------------------------------------------------
header
--------------------------------------------------------------------- */
    #main {
        margin: 0;
    }
    #header {
        margin: 0;
        width: 100%;
        height: 130px;
        background: #F51B10;
        border-bottom: 2px solid #ffe400;
    }
    .header-area {
        margin: 0 auto;
        width: 1000px;
    }
    .top-logo {
        float: left;
        margin: 8px 0 0 10px;
    }
    .user {
        float: right;
        margin: 10px 20px 0 0;
    }
    .user table * {
        font-size: 14px;
        color: #fff;
    }
    .user table th,
    .user table td {
        padding: 2px 5px;
        font-size: 14px;
    }
    .user table td input {
        background: #fff;
        border: none;
        color: #666;
    }
    .user table td .sbtn {
        padding: 13px 10px;
        background: #f9db31;
        color: #000;
        font-size: 14px;
        font-weight: bold;
        cursor: pointer;
    }
    .user table th {
        font-weight: bold;
    }
    .user .link {
        margin-top: 5px;
        font-size: 14px;
        text-align: center;
    }
    .user .link a {
        color: #fff;
        font-size: 12px;
        font-weight: bold;
    }
    .sns li {
        float: left;
        margin: 3px 2px 0;
    }
    .sns li img {
        width: 97px;
    }
    /* ---------------------------------------------------------------------
contents
--------------------------------------------------------------------- */
    #contents {
        margin: 0 auto;
        width: 1000px;
        padding: 0;
        text-align: left;
    }

    .top01{
        background: url("../images/top01.jpg");
        width: 1000px;
        height: 929px;
        position: relative;
    }

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

    td{
        padding: 6px 0;
    }

    .td_top{
        padding-top: 16px;
    }

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

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

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

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

    .table_head{
        background-color: #dddddd;
    }

    .back_gray{
        background-color: #f3f3f3;
    }

    .hit{
        color: #fff;
        background-color: #f51b10;
        display: inline-block;
        padding: 12px 10px 8px;
        letter-spacing: 0.1em;
    }

    .co_re{
        color: #f51b10;
        font-size: 1.3em;
        letter-spacing: 0.1em;
    }

    .form {
        text-align: center;
        width: 1000px;
        height: 590px;
        margin: auto;
        background: url("../images/top03.jpg") no-repeat;
    }
    .form02 {
        text-align: center;
        width: 1000px;
        margin: 40px auto 0;
        padding: 15px 0;
        background: url("../images/top03.jpg") no-repeat;
    }

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

    .form-txt {
        text-align: center;
        margin: 0 auto;
        color: #fff;
        font-size: 16px;
    }
    .form02-txt {
        text-align: center;
        margin: -30px auto 0;
        color: #fff;
        font-size: 16px;
    }
    .form03-txt {
        text-align: center;
        margin: 30px auto 0;
        color: #333;
        font-size: 16px;
    }
    .form-txt input,
    .form02-txt input,
    .form03-txt input {
        border: 0;
        border-radius: 5px;
        width: 700px;
        padding: 15px 15px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .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);
    }
   
    .f-com {
        margin-top: 33px;
        color: #000;
        font-weight: bold;
        letter-spacing: 0.1em;
    }
    .f-sns {
        margin: 0 auto;
        width: 780px;
        padding-top: 25px;
    }
    .f-sns li {
        float: left;
        margin: 5px;
    }
    @keyframes vertical {
        0%,
        100% {
            -webkit-transform: scale(0.8)
        }
        50% {
            -webkit-transform: scale(1.0)
        }
    }
    .btn {
        animation: vertical ease-in-out infinite alternate;
        animation-duration: 1.8s;
        text-align: center;
        margin: 5px 0;
        width: 100%;
        border-radius: 20px;
        outline: none;
        border: none;
    }

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

    .pass {
        width: 700px;
        margin: 0 auto 12px;
        padding: 12px;
        text-align: left;
        line-height: 26px;
        background-color: #fff;
        opacity: 0.8;
    }

    .contents_result{
        width: 100%;
    }
    #result {
        margin: 0 auto;
        width: 100%;
        padding: 40px 0 10px;
    }

    .result {
        width: 400px;
        height: 300px;
        background-color: #f51b10;
        padding: 30px;
        border-radius: 15px;
        position: relative;
        font-weight: bold;
        margin: 0 10px;
    }

    .result_box img{
        width: 100%;
    }

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

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

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

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

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

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

    .aom span{
        font-size: 0.7em;
    }

    #contents-right {
        width: 734px;
        float: right;
    }
    .title05 {
        text-align: center;
        margin-bottom: 8px;
    }
    .title04 {
        margin-top: 30px;
    }
    .plan-banner {
        float: left;
    }
    .plan-btn {
        float: left;
        margin-top: 54px;
    }
    .plan-head {
        text-align: center;
        margin: 20px auto;
    }

    .plan-head h2{
        position: relative;
        padding: 2.8rem 0 0 0;
        background: repeating-linear-gradient(-45deg, #fee601 0 3px, #fede0d 3px 6px);
        color: #333;
        font-weight: bold;
        font-size: 2.4em;
        text-align: center;
        height: 92px;
        box-sizing: border-box;
    }

    .plan-head2 h2{
        position: relative;
        padding: 2.8rem 0 0 0;
        color: #333;
        font-weight: bold;
        font-size: 2.4em;
        text-align: center;
        height: 92px;
        box-sizing: border-box;
    }

    .text-area {
        width: 710px;
        margin: 30px auto;
        padding: 20px;
        background: #F51B10;
        color: #fff;
        font-size: 16px;
        line-height: 26px;
    }

    /*==================================================
スライダーのためのcss
===================================*/
.slider {
    width:100%;
    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-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;/*ドットボタンの現在地表示の色*/
}   

    /* ----------------------------------------------------
お問い合わせ
---------------------------------------------------- */
    #contact {
        background: url("../../images/bicycle/contact-bg.html") no-repeat top #000;
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        color: #fff;
        text-shadow: 2px 1px 0px #000;
        padding: 230px 50px 50px;
    }
    .info textarea {
        width: 98%;
        height: 300px;
        padding: 1%;
        margin: 10px auto;
    }
    #trans table {
        width: 100%;
        border: #bababa 1px solid;
        background-color: #fff;
        margin: 4px auto;
        color: #000;
    }
    #trans th {
        width: 200px;
        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;
    }
    .form-txt04 {
        border: 0;
        border-radius: 5px;
        width: 100%;
        padding: 15px 15px;
        box-sizing: border-box;
        font-size: 16px;
        margin-top: 10px;
        border: 2px solid #999;
    }
    .image-parent {
        position: relative;
    }
    .image-banner {
        position: relative;
    }
    .image-qr {
        position: absolute;
        top: 10px;
        right: 13px;
    }
    /* ---------------------------------------------------------------------
Footer
--------------------------------------------------------------------- */
    #page-top {
        position: fixed;
        bottom: 20px;
        right: 20px;
    }
    #footer {
        margin: 0;
        width: 100%;
        text-align: center;
        border-top: 2px solid #ffe400;
        background: #F51B10;
        color: #fff;
        position: sticky;
        top: 100vh;
    }
    .footer-area {
        margin: 0 auto;
        width: 1000px;
        text-align: left;
    }
    .footer-logo {
        float: left;
        width: 33%;
        margin: 10px 0 0 0;
    }
    .footer-logo img{
        width: 100%;
    }
    .footer-com {
        float: left;
        margin: 16px 0 0 5px;
    }
    #footer-menu {
        display: table;
        table-layout: fixed;
        text-align: center;
        width: 100%;
        font-size: 14px;
    }
    #footer-menu li {
        display: table-cell;
        vertical-align: middle;
    }
    #footer-menu li a {
        color: #fff;
        display: block;
        text-decoration: none;
        padding: 20px 0;
    }
    #footer-menu li a:hover {
        background-color: #333;
    }
    address {
        margin: 0px auto;
        padding: 5px 0;
        text-align: center;
    }
    .column-info {
        background: #fff;
        color: #000;
        padding: 10px;
        font-size: 16px;
        line-height: 24px;
        text-shadow: none;
        font-weight: normal;
        border: 4px solid #fede0d;
        margin: 0;
    }
}