main {
    width: 100%;

}
#main_img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.slick-slide img {
    width: 1100px;
    margin: 0 auto;
    object-fit: cover;
}

.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 240px;
}

.logo>img {
    width: 100%;
    height: auto;
}


/*オープン用*/

#open {
    text-align: center;
    margin-top: 120px;
}

#open #open_text {
    font-size: 300%;
    margin-bottom: 40px;
    color: #f18700;
}

#open_text .xs_font {
    margin-left: 5px;
}

.date_font {
    font-family: 'Oleo Script', cursive;
}

.open_font {
    font-family: 'Norican', cursive;
}

#open img {
    margin-top: 120px;
    margin-bottom: 40px;
}

#open h2 {
    font-size: 150%;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 150%
}

#open p {
    line-height: 2;
    margin-bottom: 10px;
}


/*キャンペーン用*/

#campaign {
    margin: 120px auto 0;
    overflow: hidden;
    padding-bottom: 90px;
    border-bottom: 1px solid #969696;
    margin-bottom: 90px;
}

#campaign h3 {
    position: relative;
    margin-bottom: 75px;
    font-family: 'Norican', cursive;
    font-size: 200%;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
}

#campaign h3:before,
#campaign h3:after {
    content: " ";
    position: absolute;
    width: calc(50% - 100px);
    height: 1px;
    background: #969696;
    top: 15px;
}

#campaign h3:before {
    left: 0;
}

#campaign h3:after {
    right: 0;
}

#c_left h4 {
    font-size: 150%;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

#c_left p {
    line-height: 2;
}

#c_right img {
    width: 100%;
}



    /*オープン*/
    #open {
        margin-top: 60px;
    }

    #open #open_text {
        line-height: 1.2;
        margin-bottom: 20px;
    }

    #open h2 {
        line-height: 1.6;
        margin-bottom: 20px;
        font-size: 125%;
    }

    #open .more {
        margin-top: 20px;
    }

    #open p {
        line-height: 1.8;
    }

    /*キャンペーン*/
    #campaign {
        margin-top: 60px;
        text-align: center;
        padding-bottom: 40px;
        margin-bottom: 60px;
    }

    #campaign h3 {
        margin-bottom: 40px;
    }

    #campaign h4 {
        line-height: 1.6;
        margin-bottom: 20px;
    }

    #campaign p {
        line-height: 1.8;
    }

    #c_right {
        margin-bottom: 40px;
    }



   

@media screen and (max-width:480px) {
    .notice {
        z-index: 1;
        top: 0;
        margin-top: 50px;
        position: relative;
        width: 88%;
        left: 6%;
        padding: 25px 0;
    }

    #open {
        margin-top: 25px;
    }

    .notice .title {
        font-size: 1rem;
    }

    .notice .date {}

    .notice .text {
        font-size: 0.75rem;
    }

    .ib {
        display: inline-block;
    }
}
/*information*/

#info {
    margin-top: 90px;
    overflow: hidden;
    clear: both;
    text-align: left;
    border: 3px solid #494949;
    padding: 38px;
    box-sizing: border-box;
}

#i_left {
    width: 598px;
    float: left;
    margin-right: 60px;
    margin-left: 40px;
    
}

#i_right {
    width: 310px;
    float: left;
}

#i_logo {
    overflow: hidden;
}

#i_logo img {
    width: 170px;
    margin-right: 20px;
    margin-top: 7px;
}

#i_right p {
    font-weight: bold;
    padding-top: 10px;
    font-size: 100%;
    clear: both;
    font-family:'Crimson Te9xt', serif;
}

#i_right .tel {
    font-size: 200%;
    letter-spacing: 1px;
    clear: both;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family:'Crimson Text', serif;
}

#i_right address {
    margin-top: 10px;
    font-size: 90%;
    line-height: 2;
    margin-bottom: 30px;
}

#i_right ul {
    overflow: hidden;
}

#i_right li {
    width: 100%;
    margin-bottom: 10px;
}

#i_right .sns {
    margin-top: 35px;
    overflow: hidden;
    margin-bottom: 0;
}

footer {
    padding: 60px 0;
}

footer p {
    text-align: center;
}

@media screen and (max-width:768px) {
    #i_left {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        
    }
    #greeting {
        margin-top: 60px;
    }
    #greeting h3 {
        line-height: 1.6;
        font-size: 140%;
    }
    #greeting p br {
        display: none;
    }
    #g_left,
    #g_right {
        width: 100%;
    }
    #info {
        text-align: center;
        margin-top: 40px;
        padding: 0;
        border: none;
    }
    #i_right {
        width: 100%;
    }
    #i_logo {
        margin-top: 60px;
        margin-bottom: 20px;
    }
    #i_right .tel {
        margin-top: 10px;
        font-size: 220%;
    }
    #i_right address {
        margin-top: 30px;
    }
    #i_right li {
        line-height: 1.6;
    }
}
h9 {
    font-size: 250%;
    font-family: 'Crimson Text', serif;
}
h11 {
    font-size: 250%;
    font-family: 'Crimson Text', serif;
}
h10 {
    margin-top: 80px;
        font-size: 160%;
        font-weight: normal;
        letter-spacing: 1px;
        font-family:'Crimson Text', serif;
    }
    