.top_news {
    background: #fff1d8;
}

.top_news .news_area {
    width: calc(100% - 50px);
    padding: 15px;
}

.top_news .news_area ul li {
    font-size: 14px;
}

.top_news .news_area ul li span {
    font-size: 12px;
    display: inline-block;
    margin: 0 30px 0 0;
}

.top_news .plus {
    background: #ffa200;
    width: 50px;
    height: 50px;
    text-align: center;
    position: relative;
}

.top_news .plus p {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -27px 0 0 -18px;
}

.top_news .plus p a {
    font-size: 36px;
    color: #fff;
}


.user_name {
    text-align: right;
    font-size: 14px;
    padding: 20px 0;
}

.con_title {
    font-size: 48px;
    letter-spacing: 4px;
    margin: 0 0 30px;
}

.con_title::first-letter {
    color: #ffa200;
}

.con_title span {
    position: relative;
    margin: 0 0 0 20px;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans Japanese", "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.con_title span::before {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    top: -15px;
    left: 0;
    background: #000;
}



.top_menu h2 {
    width: 100%;
}

.top_menu .box {
    width: 49%;
    border-radius: 6px;
    background-image: url("../img/schedule_bg.png");
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 60px 0;
    overflow: hidden;
    position: relative;
}

.top_menu .box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 30px 30px;
    border-color: transparent transparent #084a80 transparent;
}

.top_menu .box h3 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    margin: 20px 0 0;
}

.top_menu .box.top_schedule {}

.top_menu .box.top_info {
    background-image: url("../img/info_bg.png");
}

.top_menu .box.top_info::after {
    border-color: transparent transparent #4b654a transparent;
}

.top_menu .box.top_contact {
    width: 100%;
    background-image: url("../img/contact_bg.png");
    margin: 25px 0 0;
}

.top_menu .box.top_contact::after {
    border-color: transparent transparent #327164 transparent;
}

.text {
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 1px;
}


.top_product {
    padding: 70px 0;
}

.top_product .container {
    position: relative;
}

.slider .prev-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    z-index: 1;
}

.slider .next-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    z-index: 1;
}

.top_product ul li {
    padding: 0 10px;
}

.top_product ul li figure {
    text-align: center;
}
.top_product ul li p{
    font-size: 16px;
}
.top_product ul li .text {
   font-size: 18px;
   font-weight: bold;
   margin-top: 20px;
}

.top_product ul li .product_open_price{
    text-decoration: line-through;
}
.top_product ul li .product_sale_price{
    font-weight: bold;
}

.top_product .m_product_btn {
    max-width: 300px;
    width: 100%;
    margin: 30px auto 60px;
    color: #fff;
    background: #ffa200;
    padding: 15px 0;
    text-align: center;
    font-size: 1.2rem;
    display: block;
    border-radius: 10px;
}

.top_product .slider_all  {
    display: flex;
    justify-content: left;
}
.top_product .slider_all li{
    width: 24%;
}

.page_border {
    width: 50%;
    height: 4px;
    background: #ffa200;
}

.bread {
    font-size: 12px;
    margin: 0 0 60px;
    padding: 10px 0;
}

.btn {
    display: block;
    font-size: 14px;
    font-weight: bold;
    padding: 15px 0;
    margin: 50px auto 0;
    color: #fff;
    background: #333;
    width: 300px;
    text-align: center;
    position: relative;
}

.news .news_list ul li {
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    padding: 15px 0;
}

.news .news_list ul li span {
    font-size: 12px;
    display: block;
    margin: 0 0 6px;
}

.news .news_detail {
    font-size: 14px;
    padding: 10px 0;
}

.news .news_detail .news_title {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
}

.news .news_detail .news_title span {
    font-size: 12px;
    display: block;
    margin: 0 0 6px;
}

.news .news_detail .content h1 {
    font-size: 22px;
    font-weight: bold;
    padding: 0.5em 0;
    border-top: solid 3px #ffa200;
    border-bottom: solid 3px #ffa200;
    margin: 20px 0;
    color: #ffa200;
}

.news .news_detail .content h2 {
    font-size: 18px;
    padding: 0.25em 0.5em;
    color: #000;
    background: transparent;
    border-left: solid 5px #ffa200;
    margin: 20px 0;
}

.news .news_detail .content h3 {
    font-size: 16px;
    padding: 0.5em;
    background: #ffa200;
    margin: 20px 0;
    color: #fff;
}

.news .news_detail .content h4 {
    font-size: 16px;
    padding: 0.5em;
    background: #333;
    margin: 20px 0;
    color: #fff;
}

.news .news_detail .content h5 {
    font-size: 14px;
    font-weight: bold;
    padding: 0.5em 0;
    margin: 20px 0;
}

.news .news_detail .btn::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -10px;
    width: 21px;
    height: 21px;
    background-image: url("../img/icon_menu.png");
    background-size: cover;
}


.contact .page_border {
    background: #35c5a7;
}


.form table {
    width: 70%;
    margin: auto;
}

.form table th {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 20px 0;
}

.form table th span {
    color: #e58100;
    display: inline-block;
    margin: 0 10px 0 0;
}

.form table td {
    width: 100%;
    display: block;
    font-size: 16px;
}

.form table td input,
.form table td textarea {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    border: 1px solid #ccc;
    background: #f2f2f2;
}

.reset-group.mb20 {
    margin-bottom: 20px;
}

.reset-group label {
    width: 100%;
    display: block;
    font-size: 16px;
    padding: 20px 0;
}

.reset-group input {
    width: 100%;
    display: block;
    padding: 10px;
    font-size: 16px;
    font-weight: normal;
    color: #999;
    border: 1px solid #ccc;
    background: #f2f2f2;
}


.login {
    background: #f2f2f2;
    height: 90vh;
    padding: 100px 0 0;
}

.login+footer {
    margin: 0;
}

.login .page_border,
.login .bread {
    display: none;
}

.login .form .container {
    width: 30%;
    background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto 20px;
    padding: 50px 30px;
}

.login .form figure {
    text-align: center;
}

.login .form table {
    width: 100%;
}

.login .form .check {
    font-size: 15px;
    padding: 20px 0;
}

.login .form .check input {
    -ms-transform: scale(1.5, 1.5);
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    margin: 0 10px 0 0;
}

.login .form .btn {
    margin: 0 auto;
}

.login .link_area .container {
    width: 30%;
}

.login .link_area a {
    display: block;
    text-align: right;
    font-size: 14px;
    margin: 10px 0 0;
}


.schedule .page_border {
    background: #5295cc;
}

.info .page_border {
    background: #8cca89;
}





/*


==================
下記からSP


==================
*/





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

    .user_name {
        font-size: 12px;
        padding: 10px 0;
    }

    .top_news .news_area ul li {
        font-size: 12px;
    }

    .top_news .news_area ul li span {
        margin: 0 10px 0 0;
    }

    .top_news .container {
        width: 100%;
    }

    .con_title {
        font-size: 30px;
        letter-spacing: 2px;
        margin: 0 0 20px;
    }

    .con_title span {
        margin: 0 0 0 10px;
        font-size: 12px;
    }

    .con_title span::before {
        width: 20px;
        top: -7px;
    }

    .top_menu .box {
        padding: 30px 0;
    }

    .top_menu .box::after {
        border-width: 0 0 15px 15px;
    }

    .top_menu .box figure {
        width: 30%;
        margin: auto;
    }

    .top_menu .box h3 {
        font-size: 16px;
        margin: 10px 0 0;
    }

    .top_menu .box.top_contact {
        margin: 7px 0 0;
    }

    .top_menu .box.top_contact figure {
        width: 15%;
    }

    .top_product {
        padding: 40px 0;
    }

    .top_product ul li {
        padding: 0 30px;
    }

    .top_product ul li figure {
        width: 60%;
        margin: auto;
    }


    .bread {
        margin: 0 0 20px;
    }

    .btn {
        margin: 30px auto 0;
        width: 80%;
    }

    .news .news_list ul li {
        font-size: 14px;
        padding: 10px 0;
    }



    .news .news_detail .news_title {
        font-size: 18px;
    }

    .news .news_detail .content h1 {
        font-size: 18px;
    }

    .news .news_detail .content h2 {
        font-size: 16px;
    }

    .news .news_detail .content h3,
    .news .news_detail .content h4 {
        font-size: 14px;
        margin: 15px 0;
    }

    .news .news_detail .content h5 {
        margin: 10px 0;
    }


    .form table {
        width: 100%;
    }

    .form table th {
        width: 100%;
        font-size: 14px;
        padding: 15px 0;
    }

    .form table td input,
    .form table td textarea {
        font-size: 14px;
    }

    .login {
        height: auto;
        padding: 60px 0;
    }

    .login .form .container {
        width: 90%;
        padding: 20px;
    }

    .login .form figure {
        width: 20%;
        margin: auto;
    }

    .login .form .btn {
        width: 100%;
    }

    .login .link_area .container {
        width: 90%;
    }
}



.pagination{
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
