.m-b0{
    margin-bottom: 0 !important;
}
.m-b10 {
    margin-bottom: 10px !important;
}
.m-b20 {
    margin-bottom: 20px !important;
}
.m-b30{
    margin-bottom: 30px !important;
}
.m-b40{
    margin-bottom: 40px !important;
}

.m-b50{
    margin-bottom: 50px !important;
}
.m-b70{
    margin-bottom: 70px !important;
}
.m-t0{
    margin-top: 0 !important;
}
.m-t10 {
    margin-top: 10px !important;
}
.m-t15 {
    margin-top: 15px !important;
}
.m-t20 {
    margin-top: 20px !important;
}
.m-t30{
    margin-top: 30px !important;
}

.m-t40{
    margin-top: 40px !important;
}

.m-t50{
    margin-top: 50px !important;
}

.m-t100{
    margin-top: 100px !important;
}
.hero-txt {
    margin: 20px 0;
    font-size: 18px;
}
.col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
}
.theme-btn,
.theme-btn2 {
    margin: 0;
}
.pagination-wrapper li.active {
    pointer-events: none;
}
.blog-single-section .tag-share {
    margin-bottom: 20px;
}
.f-col-img {
    overflow: hidden;
}
.is-img-center {
    text-align: center;
}
.f-col-img a .img-responsive {
    margin-bottom: 0;
}
.blog-sidebar .widget {
    border: 1px solid #b19a56;
}
@media(min-width: 768px){
    .f-col_wrap {
        display: flex;
        flex-wrap: wrap;
    }
    .f-col {
        width: calc((100% - 30px) / 3);
        margin-right: 15px;
    }
    .f-col.ver2 {
        width: calc((100% - 15px) / 2);
    }
    .f-col.ver3 {
        width: calc((100% - 45px) / 4);
    }
    .f-col-img {
        margin-bottom: 10px;
    }
    .f-col:last-child {
        margin-right: 0;
    }
    .f-col.ver2:nth-child(2n) {
        margin-right: 0;
    }
    .f-col.ver3:nth-child(4n) {
        margin-right: 0;
    }
    .f-col-img a img {
        transition: all .2s ease-in-out;
    }
    .f-col-img a:hover img {
        transform: scale(1.05);
        opacity: 0.8;
    }
    .is-img-center {
        margin-bottom: 24px;
    }
    .is-pc-p10 {
        padding-right: 10px !important;
        padding-left: 10px !important;
    }
}

@media (max-width: 1199px) {
    .blog-sidebar .recent-post-widget .post h4 {
        margin: 0;
        margin: 10px 0;
    }
}

@media (max-width: 650px) {
    .wedding-photo-section .location-grids .CMSgrid {
        width: 100%;
        padding-right: 0;
    }
}
/* SP */
@media(max-width: 767px){
    .m-b70{
        margin-bottom: 35px;
    }
    .blog-single-section .post {
        padding-right: 20px;
        padding-left: 20px;
    }
    .wedding-photo-section .location-grids .grid.is-w-max {
        padding-right: 0;
        margin: 0 auto;
    }
    .grid.is-w-max .img-holder img {
        width: 100%;
        height: auto;
    }
    .wedding-photo-section .img-holder:before {
        top: 11px;
    }
    .blog-single-section .post blockquote {
        padding: 20px 15px;
    }
    .plain-contents-section .story-grids {
        padding: 30px 20px;
    }
    .img-responsive {
        margin-bottom: 15px;
    }
    .location-grids.clearfix .grid {
        padding-right: 0;
        margin: 0 auto;
    }
    .f-col_wrap.sp-f {
        display: flex;
        flex-wrap: wrap;
    }
    .f-col_wrap.sp-f .f-col {
        width: calc((100% - 10px) / 2);
        margin: 10px 10px 0 0;
    }
    .f-col_wrap.sp-f .f-col:nth-child(2n) {
        margin-right: 0;
    }
    .gallery-section .gallery-grids.gallcol-2.gall-sp-herf .grid,
    .gallery-section .gallery-grids.gallcol-3.gall-sp-herf .grid {
        width: calc(50% - 15px);
    }
    .is-img-center {
        margin-bottom: 21px;
    }
    .wedding-photo-section .img-holder img {
        width: 100%;
    }
    .blog-single-section .author-box {
        margin: 40px 0 30px;
    }
    .blog-single-section.section-padding {
        padding-top: 30px;
    }
}
