@charset "utf-8";
/* CSS Document */

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

.main1{
    display: block;
    position: relative;
}
.main1 img{
    width: 100%;
    height: auto;
    display: block;
}
.main1>a{
    position: absolute;
    left: 50%;
    top: 90%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
}
.main1>a:hover{
    width: 65%;
}

.main{
    display: block;
    position: relative;
}
.main img{
    width: 100%;
    height: auto;
    display: block;
}

.main2{
    display: block;
    position: relative;
}
.main2 img{
    width: 100%;
    height: auto;
    display: block;
}
.main2>a{
    position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
}
.main2>a:hover{
    width: 65%;
}

.main3{
    display: block;
    position: relative;
}
.main3 img{
    width: 100%;
    height: auto;
    display: block;
}
.main3>a{
    position: absolute;
    left: 50%;
    top: 25%;
    transform: translate(-50%,-50%);
    display: block;
    width: 60%;
    box-sizing: border-box;
    padding: 15px;
    text-align: center;
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
    transition: .3s;
    text-decoration: none;
}
.main3>a:hover{
    width: 65%;
}

.button{
      margin: 0 auto;
  }

.bownow_style{
    background: white;
    margin: auto;
    width: 50%;
}

.bownow_style_1{
background: white;
    margin: auto;
    width: 50%;
    padding: 0px 50px;
}

.bownow_background_1{
    background: #073e99;
    text-align: center;
    height: 200px;
}

.bownow_background_2{
    background: #64d4e0;
    text-align: center;
    height: 200px;
}

.botton_2{
    margin: auto;
    width: 55%;
    transition-duration: .5s;
}

.botton_2:hover{
    transform: scale(1.1);
}
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pc { display: none !important; }
    .sp { display: block !important; }

    .bownow_style_1{
        background: white;
        margin: auto;
        width: 90%;
        padding: 0px 10px;
    }

    .bownow_style{
        background: white;
        margin: auto;
        width: 80%;
    }

    .main1>a{
        position: absolute;
        left: 50%;
        top: 90%;
        transform: translate(-50%,-50%);
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        text-align: center;
        color: #FFF;
        font-size: 120%;
        font-weight: bold;
        transition: .3s;
        text-decoration: none;
    }
    .main2>a{
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translate(-50%,-50%);
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        text-align: center;
        color: #FFF;
        font-size: 120%;
        font-weight: bold;
        transition: .3s;
        text-decoration: none;
    }

    .main3>a{
        position: absolute;
        left: 50%;
        top: -40%;
        transform: translate(-50%,-50%);
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 15px;
        text-align: center;
        color: #FFF;
        font-size: 120%;
        font-weight: bold;
        transition: .3s;
        text-decoration: none;
    }

    .botton_2{
        width: 95%;
        margin: auto;
    }
}