@charset "UTF-8";

@media only screen and (min-width: 768px) {

    #suntory_contents #container #birdwatching .top{
        position: relative;

    }
    #suntory_contents #container #birdwatching .top .bk{
        position: relative;
        max-width: 1150px;
        margin-left: auto;
        margin-right: auto;
    }


    #suntory_contents #container #birdwatching .top .bk img{
        width: 130%;
        margin-left: -15%;
    }

    #suntory_contents #container #birdwatching .top .inner{
        position: absolute;
        left: 50%;
        top: 0;
        width: 100%;
        max-width: 1150px;
        transform: translateX(-50%);
    }

    #suntory_contents #container #birdwatching .top h2{
        text-align: center;
        padding-top: 7%;
         width: 52%;
        margin-left: auto;
        margin-right: auto;
    }

    #suntory_contents #container #birdwatching .top .read{
        text-align: center;
        padding-top: 50px;
        font-size:16px;
        line-height: 1.75em;
    }

    #suntory_contents #container #birdwatching .top .buttons{
        margin-top: 30px;
        position: relative;
    }

    #suntory_contents #container #birdwatching .top .buttons .btn1{
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        max-width:570px;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn2{
        position: absolute;
        left: 50%;
        top: 0;
        width: 50%;
        max-width:570px;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn2 .base{
        cursor:pointer;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn2 .basebutton{
        position: absolute;
        left: 4%;
        top:10%;
        width: 92%;
        max-width:522px;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn2 .sub1{
        position: absolute;
        left: 2%;
        top:40%;
        width: 45%;
        max-width:253px;
    }

    #suntory_contents #container #birdwatching .top .buttons .btn2 .sub2{
        position: absolute;
        left: 52%;
        top:37%;
        width: 45%;
        max-width:252px;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn3{
        position: absolute;
		left: 50%;
		transform: translateX(-50%);
		width: 50%;
		max-width: 570px;
        top: 330px;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn3 .base{
        cursor:pointer;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn3 .basebutton{
        position: absolute;
        left: 4%;
            top: 7%;
    width: 92%;
    max-width: 523px;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn3 .sub1{
        position: absolute;
            left: 4%;
    top: 79%;
    width: 51%;
    max-width: 289px;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn4{
        position: absolute;
        left: 50%;
        width: 50%;
        max-width:570px;
    }
}


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

    #suntory_contents #container #birdwatching .top{
        position: relative;

    }
    #suntory_contents #container #birdwatching .top .bk{
        position: relative;

    }

    #suntory_contents #container #birdwatching .top .inner{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }

    #suntory_contents #container #birdwatching .top h2{
        text-align: center;
        padding-top: 12%;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    #suntory_contents #container #birdwatching .top .read{
        text-align: center;
        padding-top: 8%;
        font-size:16px;
        line-height: 1.75em;
    }
    #suntory_contents #container #birdwatching .top .read span{
        color: #fd5655;
    }

    #suntory_contents #container #birdwatching .top .buttons{
        margin-top: 35%;
        position: relative;
        width: 90%;
        margin-left: auto;margin-right: auto;
    }

    #suntory_contents #container #birdwatching .top .buttons .btn1{
        position: relative;
        margin-bottom: 4%;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn2{
        position: relative;
        margin-bottom: 4%;
    }


    #suntory_contents #container #birdwatching .top .buttons .btn2 .basebutton{
        position: absolute;
        left: 5%;
        top:3%;
        width: 90%;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn2 .sub1{
        position: absolute;
        left: 5%;
        top: 20%;
        width: 80%;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn2 .sub2{
        position: absolute;
        left: 7%;
        top:58%;
        width: 80%;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn3{
        position: relative;
        margin-bottom: 4%;
    }

    #suntory_contents #container #birdwatching .top .buttons .btn3 .basebutton{
        position: absolute;
        left: 5%;
        top: 7%;
        width: 90%;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn3 .sub1{
        position: absolute;
        left: 4%;
        top:68%;
        width: 55%;
    }
    #suntory_contents #container #birdwatching .top .buttons .btn4{
        margin-bottom: 4%;
    }

}



