@charset "UTF-8";
/*
    Template: swell
    Theme Name: MURAMATSU
    Theme URI: https://swell-theme.com/
    Description: 村松製作所
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/


/******************************
 * 全体 *
 ******************************/
.w-960 {
    max-width: 960px !important;
    margin: 0 auto;
}
.w-750 {
    max-width: 750px !important;
    margin: 0 auto;
}
.w-600 {
    max-width: 600px !important;
    margin: 0 auto;
}
.pl-1, .pc_pl-1 {
    padding-left: 1rem !important;
}
.pl-2, .pc_pl-2 {
    padding-left: 2rem !important;
}
.pr-1, .pc_pr-1 {
    padding-right: 1rem !important;
}
.pr-2, .pc_pr-2 {
    padding-right: 2rem !important;
}
h3 {
    font-size: 1em !important;
}
h3 + p {
    font-size: .9em !important;
}
.clear-none {
    clear: none;
}
.pc-only {
    display: block;
}
.sp-only {
    display: none;
}
.img-top {
    position: relative;
    margin-bottom: 24em !important;
    padding-bottom: 10em !important;
}
.img-top-ab {
    max-width: 960px;
    margin: 0 auto;
    position: absolute;
    top: 50;
    left: 0;
    right: 0;
}

/*画像回り込み*/
.img-around:after {clear: none;}
.img-around img {
    padding-right: 1.5rem;
}
.post_content>* {clear: none;}
.post_content:after {clear: both;}
/*SP用*/
@media (max-width: 768px) {
    .img-around img{
    width:100% !important;
    margin-bottom:10px;
    padding: 0;
    }
    .pc_pl-1,
    .pc_pl-2,
    .pc_pr-1,
    .pc_pr-2 {
        padding-left: 0;
        padding-right: 0;
    }
    .pc-only {
        display: none !important;
    }
    .sp-only {
        display: block !important;
    }
    .img-top {
    position: relative;
    margin-bottom: 2em !important;
    padding-bottom: 0em !important;
    }
    .img-top-ab {
    max-width: 960px;
    margin: 0 auto;
    position: static;
}
}

/******************************
 * Header *
 ******************************/

.l-header__gnav {}
.c-gnav .sub-menu {
    background: rgb(255 255 255 / 0.9 );
}

.page #top_title_area  {
    display: none;
}
.page .l-content {
    padding-top: 0;
}

/******************************
 * Footer *
 ******************************/

#footer-address {
    width: 100%;
}
.footer-address-info {
    max-width: 395px;
    margin: 0 auto;
    text-align: center;
    color: #fefefe;
    font-size: 0.9rem;
}
.footer-address-name {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

@media (max-width: 600px) {
    .sp-bl {
        display: block;
    }
    .order-1 {
        order: 1;
    }
    .order-2 {
        order: 2;
    }
}


