/* ------------------------------------------------
                    PC Design  
---------------------------------------------------*/

@media screen and (min-width:960px) {

    /* --------------| common |-----------------*/

    /* header ------------------------------*/
    header .toppage .top-slider.pc-only {
        display: initial;
    }

    header .toppage .top-slider.mobile-only {
        display: none;
    }

    header .toppage img {
        margin-bottom: 0px;
        width: 100%;
        height: 500px;
        object-fit: cover;
    }

    header .toppage .hamburger-menu {
        display: none;
    }

    header .toppage .pc-only {
        display: initial;
    }

    header .toppage nav ul {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 100px;
    }

    header .toppage nav ul li {
        margin: 50px;
        line-height: 25px;
    }

    header .toppage .bottom-Nav ul {
        display: none;
    }

    /* footer ------------------------------*/
    footer {
        margin-bottom: 0px;
    }

    /* --------------| top |-----------------*/

    /* main aisatsu / info ------------------------------*/
    #Mainpage main .aisatsu img {
        width: 30%;
        display: block;
        margin-top: -200px;
    }

    #Mainpage main .aisatsu,
    #Mainpage main .info {
        width: 60%;
        margin: 0 auto 200px auto;
    }

    #Mainpage main .info dl {
        display: flex;
        justify-content: center;
        align-items: center;
        max-width: 750px;
        margin: 0 auto;
        width: 100%;
    }

    #Mainpage main .info dl dt {
        padding: 0 20px;
    }

    /* main oshinagaki ------------------------------*/
    #Mainpage main .oshinagaki .wrapper {
        display: flex;
        justify-content: center;
        padding: 0 30px;
        width: 80%;
        margin: 0 auto;
    }

    #Mainpage main .oshinagaki .top,
    #Mainpage main .oshinagaki .center,
    #Mainpage main .oshinagaki .bottom {
        margin: 0 15px;
    }

    #Mainpage main .oshinagaki .bottom {
        width: 700px;
    }

    /* #Mainpage main .oshinagaki .top ul,
    #Mainpage main .oshinagaki .center ul,
    #Mainpage main .oshinagaki .bottom ul {
        margin-bottom: 10px;
    } */

    #Mainpage main .oshinagaki .top ul li {
        line-height: 32px;
    }

    #Mainpage main .oshinagaki .center ul li {
        line-height: 28px;
    }

    /* #Mainpage main .oshinagaki .top p,
    #Mainpage main .oshinagaki .center p,
    #Mainpage main .oshinagaki .bottom p {
        margin-bottom: 0px;
        padding-bottom: 50px;
        font-size: 20px;
    }

    #Mainpage main .oshinagaki .top p {
        line-height: 50px;
    } */

    /* main slideshow ------------------------------*/
    #Mainpage main .slideshow {
        margin-bottom: 250px;
    }

    #Mainpage main .slideshow img {
        margin: 0 auto;
        /* padding: 80px; */
        width: 500px;
        /* height: 600px; */
        background-size: cover;
    }

    /* #Mainpage main .gridimage {
        margin-bottom: 250px;
    } */

    #Mainpage main .gridimage img {
        width: 40%;
    }

    /* main details ------------------------------*/
    #Mainpage main .details .wrapper {
        display: flex;
        justify-content: center;
        align-items: start;
    }

    #Mainpage main .details .bottom img {
        display: block;
        width: 100%;
        background-size: cover;
    }

    #Mainpage main .details .center {
        background-color: #ffffff;
        margin-top: -100px;
        padding-top: 40px;
        width: 700px;
        margin-bottom: 200px;
    }

    #Mainpage main .details td {
        padding: 10px 20px;
    }

    #Mainpage main .details .otoiawase .wrapper {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        padding-top: 20px;
        width: 550px;
        margin: 0 auto;
    }

    #Mainpage main .details .otoiawase .top {
        width: 500px;
        margin: 0 auto;
    }


    #Mainpage main .details .otoiawase .left {
        padding-right: 35px;
        border-right: 1px solid #ffffff;
        border-bottom: 0px;
        width: 350px;
    }

    #Mainpage main .details .otoiawase .right {
        width: 350px;
        padding: 15px;
        margin-left: -10px;
    }

    #Mainpage main .details .map iframe {
        width: 600px;
        height: 600px;
    }

    #Mainpage main .details .sidephoto {
        width: calc(calc(100% - 500px) / 2);
        height: 600px;
        object-fit: cover;
    }

    /* --------------| news |-----------------*/

    /* main n_info ------------------------------*/
    #Newspage main .n_info {
        width: 60%;
        margin: 100px auto 200px auto;
    }

    #Newspage main .n_info h1 {
        margin-bottom: 30px;
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 35px;
        text-align: center;
    }

    #Newspage main .n_info span {
        margin-bottom: 30px;
        text-align: right;
        display: block;
        font-size: 15px;
    }

    #Newspage main .n_info .content p {
        margin-bottom: 20px;
    }

    /* --------------| 404 error |-----------------*/

    /* main .error ------------------------------*/
    #Errorpage main .error .title {
        margin-top: 0px;
    }

    #Errorpage main .error p {
        text-align: center;
        line-height: 1.7;
    }









}