.fe-12
{
    font-size: 0.9em;
    margin-left: 5px;
    margin-top: 5px;
    color: #622D2E;
}
.top-info > h2{
    color: #1a1a1a;
    line-height: 1.3;
    font-weight: 500;
    font-size: 1.89em;
}

.slick-list img{
    height: auto;
    max-width: 100%;
}
.pgs-home .section-heading h3
{
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 8px 5px 8px;
    font-size: 16px;
    background-image: none;
}
.pgs-home h3 .link
{
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    font-size: 14px;
    background-image: none;
    margin-left: 10px;
}
.pgs-home .top-now
{
    margin: 0px 0px 0px -20px;
}
.pgs-home .top-now li
{
    border: 1px solid #999999;
    float: left;
    width: 49%;
}
.pgs-home .top-now li.top-1
{
    clear: both;
    height: 380px;
    margin-right: 10px;
}
.pgs-home .top-1 img
{
    max-width:100%;
}
.pgs-home .g-item img
{
    float: left;
    margin-right: 10px;
    max-width: 150px;
    max-height: 150px;
}
.single-sidebar-widget img , .sports-videos-area img {
    height: auto;
    max-width: 100%;
}
/*******************/
.pgs-home .clm-list h3
{
    display: inline-block;
    font-size: 20px;
    color: #666666;
    font-weight: bold;
}
.pgs-home .clm-list .h3-link
{
    margin-left: 10px;
}
/******************
    home-menu
*******************/
.owl-carousel .card-img-box
{
    padding: 10px;
    border: 1px solid #C0C0C0;
    max-height: 190px;
    margin-bottom: 10px;
    overflow: hidden;
}
.owl-carousel .card-img-box .card-img-lain
{
    max-height: 170px;
    overflow: hidden;
}
.owl-carousel .owl-item img.card-img-top
{
    overflow: hidden;
    max-height: 100%;

}
@media screen and (max-width:700px)
{
    .owl-carousel .card-img-box
    {
        padding: 7px;
        border: 1px solid #C0C0C0;
        height: 160px;
        margin-bottom: 10px;
    }
    .owl-carousel .card-img-box .card-img-lain
    {
        max-height: 140px;
        overflow: hidden;
    }
}
@media screen and (max-width:400px)
{
    .owl-carousel .card-img-box
    {
        padding: 7px;
        border: 1px solid #C0C0C0;
        height: 130px;
        margin-bottom: 10px;
    } 
}
/*** エリア **********************/
ul.top-area
{
    padding: 10px 0px 10px 0px;
    margin: 0px;
}
ul.top-area li
{
    border: 1px solid #C0C0C0;
    padding: 5px 7px 5px 7px;
    margin: 0px 6px 0px 0px;
    display: inline-block;
}
@media screen and (max-width:700px)
{
    .top-info h3
    {
        font-size: 16px;
        margin-top: 15px;
        padding-right: 10px;
        padding-left: 10px;
    }
    .top-text
    {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width:400px)
{
    .top-info h3
    {
        font-size: 14px;
    }
    .top-text
    {
        font-size: 11px;
        color: #5E5E5E;
    }
    .owl-stage-outer .htmtag
    {
        font-size: 12px;
        color: #393939;
    }
}
/*
------------------------------
    owl-carousel
------------------------------
*/
.owl-carousel .owl-item img
{
    margin-bottom: 10px;
}
.owl-carousel h3
{
    padding: 10px 0px 0px 0px;
    font-size: 20px;
    line-height: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
}
.owl-carousel h3 a
{
    color: #B7005B;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
}
.container .toriatukai-list
{
    margin-top: 10px;
}
.container .toriatukai-list span img
{
    width: 30px;
    display: inline-block;
    margin-right: 5px;
}

/*
------------------------------
    SLICK
------------------------------
*/
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.slick-slide{
    opacity: 0.5;
}
.slick-slide.slick-current{
    opacity: 1.0;
}
.slick-slide a{
    display: block;
    position: relative;
}
.slick-slide .content{
    position: absolute;
    bottom: 2rem;
    left: 0;
    right: 0;
    width: 85%;
    margin: 0 auto;
}
.slick-slide .category{
    display: inline-block;
    color: #fff;
    font-size: 12px;
    padding: 4px 10px;
    background-color: #E7004C;
}
.slick-slide .description{
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.center-item .slick-dots{
    bottom: 0.8rem;
}
.center-item .slick-dots li{
    width: 15px;
    height: 15px;
}
.center-item .slick-dots li button{
    width: 15px;
    height: 15px;
}
.center-item .slick-dots li button:before{
    font-size: 14px;
    opacity: 1.0;
    color: #DDDDDD;
}
.center-item .slick-dots li.slick-active button:before{
    opacity: 1;
    color: #e8004b;
}
.center-item .slick-next{
    right: 50%;
    margin-right: -21rem;
    width: 35px;
    height: 35px;
    background-image: url(next.png);
    background-size: 100% 100%;
    background-position: center center;
}
.center-item .slick-prev{
    z-index: 10;
    left: 50%;
    margin-left: -21rem;
    width: 35px;
    height: 35px;
    background-image: url(prev.png);
    background-size: 100% 100%;
    background-position: center center;
}
.center-item .slick-prev:hover, 
.center-item .slick-prev:focus{
    background-image: url(prev.png);
    background-size: 100% 100%;
    background-position: center center;
} 
.center-item .slick-next:hover, 
.center-item .slick-next:focus{
    background-image: url(next.png);
    background-size: 100% 100%;
    background-position: center center;
}
.center-item .slick-next:before,
.center-item .slick-prev:before{
    content: '';
}
/*
-------------------------------------------
イベント
-------------------------------------------
*/
.event-imgbox
{
    width: 72px;
    text-align: center;
}
.event-content {
    padding-left: 0px;
    margin-top: 0px;
}
.event-title
{
    font-size: 19px;
    color: #005EBB;
}
.event img
{
    max-width: 70px;
    max-height: 46px;
}
.eve-12
{
    font-size: 0.9em;
    margin-top: 5px;
    color: #622D2E;
}
.fe-kikan
{
    font-size: 0.9em;
    margin-top: 1px;
    color: #007700;
}
.lain-eve
{
    border-bottom: 1px solid #ebebeb;
}
@media screen and (max-width:700px){
    .slick-slide .category{
        display: inline-block;
        color: #fff;
        font-size: 10px;
        padding: 4px 10px;
        background-color: #E7004C;
    }
    .slick-slide .description{
        display: block;
        color: #fff;
        font-size: 15px;
        font-weight: bold;
    }
    .center-item .slick-dots li{
        width: 8px;
        height: 8px;
    }
    .center-item .slick-dots li button{
        width: 8px;
        height: 8px;
    }
    .center-item .slick-dots li button:before{
        font-size: 8px;
    }
    .center-item .slick-next,
    .center-item .slick-prev{
        width: 30px;
        height: 30px;
    }
    .center-item.slick-dotted.slick-slider {
        margin-bottom: 0;
    }
}
/************************
SIDE
*************************/
.special img
{
    width: 100px;
    vertical-align: top;
    margin-right: 8px;
    margin-bottom: 0px;
    float: left;
}
.special
{
    margin-bottom: 20px;
}
.side-blog ul li
{
    margin-bottom: 6px;
}
.side-blog ul li .date
{
    font-size: 12px;
}
.side-blog ul li a
{
    margin-left: 12px;
}
/************************
CARD TOP
*************************/

.box-item
{
    border: 1px solid #C0C0C0;
    width: 32%;
    margin-bottom: 15px;
    height: 280px;
    clear: right;
    float: left;
    border-radius: .35rem;
}
.box-item.g-item
{
    margin-right: 15px;
}
h5.box-header
{
    padding: 6px 10px 6px 10px;
    margin-bottom: 0px;
    border-radius: .35rem .35rem 0 0;
    font-size: 16px;
    text-align: center;
}
.box-img-top
{
    text-align: center;
    display: table;
}
.box-img-inner
{
    height: 160px;
    display: table-cell;
    vertical-align: middle;
}
.box-img-inner img
{
    max-width: 96%;
    max-height: 96%;
    margin-left: 17%;
    margin-right: auto;
}
.box-item .box-inner
{
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 0px;
}
h3.box-title
{
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    line-height: 18px;
    height: 38px;
}

/*************************************/
.box-top-card .col-sm-4 {
    padding: 12px;

}
.box-top-card .box-images
{
    padding: 12px 24px 12px 24px;
    text-align: center;
}
.box-top-card .box-images img
{
    width: 80%;
}
.box-top-card .card-footer
{
    padding: 6px 8px 6px 8px;
    height: 90px;
}
.box-top-card .card-header
{
    margin: 0px;
    padding: 0px;
    text-align: center;
}
.box-top-card .card-header h3
{
    padding: 10px 5px 10px 5px;
    margin: 5px 0px 5px 0px;
    display: inline-block;
    font-size: 16px;
    line-height: 1px;
}
.box-top-card .card-header h3 a
{
    padding: 0px;
    margin: 0px;

}
.box-top-card .card-footer a
{
    color: #0066CC;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    line-height: 16px;
}
.box-top-card .card-footer .card-name
{
    margin-top: 5px;
    font-size: 14px;
}
.container .area-nam
{
    font-size: 12px;
    color: #333333;
    margin-top: 4px;
    display: inline-block;
}
/*************************************/
.camp-url
{
    vertical-align: middle;
    text-align: center;
}
.camp-url a
{
    padding: 15px;
    background-color: #1F58B8;
    font-size: 22px;
    display: block;
    color: #FFFFFF;
    border-radius: .40rem;
    margin-bottom: 10px;
}

/*************************************/
@media screen and (max-width:700px)
{

   .box-top-card .card-header h3 a
    {
        font-size: 10px;
        line-height: 14px;
    }
    .box-top-card
    {
        padding-right: 10px;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .box-top-card .col-sm-4 {
        padding: 6px;

    }
    .box-top-card .box-images
    {
        padding: 8px;
        text-align: center;
    }
    .box-top-card .card-footer .card-name
    {
        margin-top: 3px;
        font-size: 12px;
    }
    .box-top-card .card-footer
    {
        padding: 6px 8px 6px 8px;
        height: 110px;
    }
    .box-item
    {
        border: 1px solid #C0C0C0;
        width: 46%;
        margin-bottom: 15px;
        height: 310px;
        clear: none;
        float: left;
        border-radius: .35rem;
        margin-right: 15px;
    }
    .box-item.g-item
    {
        margin-right: 15px;
    }
    .box-img-inner img
    {
        max-width: 90%;
        max-height: 90%;
        margin-left: 1.5%;
        margin-right: auto;
    }
    h3.box-title
    {
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        line-height: 18px;
        height: 60px;
    }
    
    
}
@media screen and (max-width:400px)
{
    .box-top-card .card-footer
    {
        padding: 6px 8px 6px 8px;
        height: 100px;
    }
}

        @media screen and (max-width:768px) {
          .fbox-item {
            width: 49% !important;
          }
        }

        .category-box {
          margin: 12px 0 !important;
        }

        .fbox-item {
          width: 32.5%;
          margin-bottom: 0.5em;
        }

        .fbox-item img {
          max-width: 100%;
        }

        .cat-fc-business, .cat-fc-night {
          background-color: transparent !important;
        }

        .fbox-item .fa, .fbox-item .fas, .fbox-item .cat-fc-business {
          color: #fff !important;
          background-color: transparent !important;
          margin-right: 5px;
          font-size: 1em;
        }

        .fbox-item:nth-of-type(1) a.btn01 {
          background: #c30463;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #c30463;
        }

        .fbox-item:nth-of-type(1) a.btn01:hover {
          background: #fff;
          color: #c30463 !important;
        }

        .fbox-item:nth-of-type(1) a.btn01:hover .fa, .fbox-item:nth-of-type(1) a.btn01:hover .fas {
          color: #c30463 !important;
        }

        .fbox-item:nth-of-type(2) a.btn01 {
          background: #FDCA00;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #FDCA00;
        }

        .fbox-item:nth-of-type(2) a.btn01:hover {
          background: #fff;
          color: #FDCA00 !important;
        }

        .fbox-item:nth-of-type(2) a.btn01:hover .fa, .fbox-item:nth-of-type(2) a.btn01:hover .fas {
          color: #FDCA00 !important;
        }

        .fbox-item:nth-of-type(3) a.btn01 {
          background: #3399FF;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #3399FF;
        }

        .fbox-item:nth-of-type(3) a.btn01:hover {
          background: #fff;
          color: #3399FF !important;
        }

        .fbox-item:nth-of-type(3) a.btn01:hover .fa, .fbox-item:nth-of-type(3) a.btn01:hover .fas {
          color: #3399FF !important;
        }

        .fbox-item:nth-of-type(4) a.btn01 {
          background: #0066CC;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #0066CC;
        }

        .fbox-item:nth-of-type(4) a.btn01:hover {
          background: #fff;
          color: #0066CC !important;
        }

        .fbox-item:nth-of-type(4) a.btn01:hover .fa, .fbox-item:nth-of-type(4) a.btn01:hover .fas {
          color: #0066CC !important;
        }

        .fbox-item:nth-of-type(5) a.btn01 {
          background: #FF8080;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #FF8080;
        }

        .fbox-item:nth-of-type(5) a.btn01:hover {
          background: #fff;
          color: #FF8080 !important;
        }

        .fbox-item:nth-of-type(5) a.btn01:hover .fa, .fbox-item:nth-of-type(5) a.btn01:hover .fas {
          color: #FF8080 !important;
        }

        .fbox-item:nth-of-type(6) a.btn01 {
          background: #99CC00;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #99CC00;
        }

        .fbox-item:nth-of-type(6) a.btn01:hover {
          background: #fff;
          color: #99CC00 !important;
        }

        .fbox-item:nth-of-type(6) a.btn01:hover .fa, .fbox-item:nth-of-type(6) a.btn01:hover .fas {
          color: #99CC00 !important;
        }

        .fbox-item:nth-of-type(7) a.btn01 {
          background: #82459c;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #82459c;
        }

        .fbox-item:nth-of-type(7) a.btn01:hover {
          background: #fff;
          color: #82459c !important;
        }

        .fbox-item:nth-of-type(7) a.btn01:hover .fa, .fbox-item:nth-of-type(7) a.btn01:hover .fas {
          color: #82459c !important;
        }

        .fbox-item:nth-of-type(8) a.btn01 {
          background: #AA5211;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #AA5211;
        }

        .fbox-item:nth-of-type(8) a.btn01:hover {
          background: #fff;
          color: #AA5211 !important;
        }

        .fbox-item:nth-of-type(8) a.btn01:hover .fa, .fbox-item:nth-of-type(8) a.btn01:hover .fas {
          color: #AA5211 !important;
        }

        .fbox-item:nth-of-type(9) a.btn01 {
          background: #DC7444;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #DC7444;
        }

        .fbox-item:nth-of-type(9) a.btn01:hover {
          background: #fff;
          color: #DC7444 !important;
        }

        .fbox-item:nth-of-type(9) a.btn01:hover .fa, .fbox-item:nth-of-type(9) a.btn01:hover .fas {
          color: #DC7444 !important;
        }

        .fbox-item:nth-of-type(10) a.btn01 {
          background: #00B5B5;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #00B5B5;
        }

        .fbox-item:nth-of-type(10) a.btn01:hover {
          background: #fff;
          color: #00B5B5 !important;
        }

        .fbox-item:nth-of-type(10) a.btn01:hover .fa, .fbox-item:nth-of-type(10) a.btn01:hover .fas {
          color: #00B5B5 !important;
        }

        .fbox-item:nth-of-type(11) a.btn01 {
          background: #38b64d;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #38b64d;
        }

        .fbox-item:nth-of-type(11) a.btn01:hover {
          background: #fff;
          color: #38b64d !important;
        }

        .fbox-item:nth-of-type(11) a.btn01:hover .fa, .fbox-item:nth-of-type(11) a.btn01:hover .fas {
          color: #38b64d !important;
        }

        .fbox-item:nth-of-type(12) a.btn01 {
          background: #2eb0c9;
          display: block;
          text-align: center;
          color: #ffffff !important;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 17px;
          padding: 0.3em;
          border-radius: 0.2em;
          border: 2px solid #2eb0c9;
        }

        .fbox-item:nth-of-type(12) a.btn01:hover {
          background: #fff;
          color: #2eb0c9 !important;
        }

        .fbox-item:nth-of-type(12) a.btn01:hover .fa, .fbox-item:nth-of-type(12) a.btn01:hover .fas {
          color: #2eb0c9 !important;
        }@media screen and (max-width:768px) { 
        a.btn01{
            font-size:14px !important;
        }
        }