@charset "utf-8";

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #7453A0;
    background-color: #7453A0;
}

a{
    color: #7453A0;
}

.btn{
    border: 1px solid #7453A0;
}

.btn:hover {
    color: #7453A0;
    background: #fff;
    border-color: #7453A0;
}

.pagination_num{
    border: 1px solid #CEDC34;
    color: #000000;
}

.pagination a, .page_current {
    color: #000000;
    background: #CEDC34;
    padding: 12px 12px 11px;
    margin: 0 3px;
    font-size: 12px;
    text-decoration: none;
}

.page_current {
    background: #fff;
    border: 1px solid #CEDC34;
}

.site-footer_reservation{
    background: #7453A0;
}

.main_title::after{
    border-top: 1px solid #7453A0;
}

.title03{
    color: #7453A0;
}

.view_more a {
    background:#7453a0;
}

.menu_title{
    border-bottom: 2px solid #7453A0;
}

.ico_profile{
    color: #CEDC34;
    border: 1px solid #CEDC34;
}

.header_menu {
    background-color: #CEDC34;
}

.staff_sns>a {
    color: #7453A0;
}
.bg_01{
    background: #CEDC34;
}

.reservation_btn{
    color: #fff;
    border: 1px solid #7453A0;
    background-color: #7453A0;
    transition: 0.3s;
    font-size: 1.1rem;
    letter-spacing: 0.15rem;
    margin: 1.2rem auto;
}

.news_cate a{
    background: rgba(206, 220, 52);
}

.widget>ul>li>label, .widget>ul>li>a{
    color: #7453A0;
}

.gallery_cate .current a{
    border-bottom: 3px solid #7453A0;
}

.entry-title{
    border-bottom: 2px solid #7453A0;
}

@media only screen and (min-width: 1180px), print {
    .header_menu {
        background-color: transparent;
        transition: none;
    }
    }