@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    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
*/

/*******h1(ページタイトル)デザイン*******/
.c-pageTitle {
 position: relative;
 font-size: 26px;
 height: 70px;
 text-align: center;
}
.c-pageTitle :before {
 content: '';
 position: absolute;
 bottom: -3px;
 left: 50%;
 transform: translateX(-50%);
 width: 170px;
 height: 1px;
 background-color: #9d925a;
}
/*******パンくずリスト非表示*******/
#breadcrumb {
 display: none;
}
/*******リッチカラムスマホリバース用（swell-col-reverseを追加CSSへ）*******/
@media (max-width: 768px)  {
.swell-col-reverse .swell-block-columns__inner{
flex-direction: column-reverse; 
}
}
