/*********************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  共通 
*********************************************************************************************************************************/

/***** THORテーマのリセットCSS *****/
h1.heading.heading-primary {
    display: none;
}
.content div, .content p {
    margin-top: 0;
}
.l-wrapper {
    max-width: 100%;
}
.container {
    max-width: 100%;
}
.content ul > li::before {
    display:none;
}
.l-wrapper {
    margin: 0;
}
.wrap-of {
	  overflow: hidden;
    margin-top: 80px;
}
/***** 投稿記事アイキャッチ削除 *****/
.eyecatch__link {
    display: none;
}
.eyecatch:before {
    padding-top: 0;
}
.eyecatch-main {
    margin: 0;
}
/***** 固定ページトップ　h1削除 *****/
.heading-primary {
    display: none;
}
/***** 投稿記事コメント削除 *****/
aside#comments {
    display: none;
}
/***** 投稿記事ページ調整 *****/
.l-main {
    margin-bottom: 0;
    margin: 0 auto;
}
.l-wrapper {
	max-width:100%;
	padding-left: 0;
	padding-right: 0;
}
.l-sidebar {
    width: 30%;
    min-height: 900px;
}
/***** ヘッダー *****/
.container {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;    
    padding-right: 0;
}
.globalNavi {
    margin-left: 70px;
    font-size: 20px;
}
.breadcrumb {
    padding: 8px 0;
}
aside.widget.widget-menu.widget_pages h2 {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
}
.heading-widget {
    background: none;
    border-radius: 0;
}
.menuBtn__contentInner a {
    font-size: 1.5em;
}
.globalNavi__list .menu-item a:hover {
    font-size: 18px;
    color: #000000;
}
.widget.widget_nav_menu ul.menu li a ,.widget.widget_nav_menu ul.menu .current-menu-item>a{
    background: #0f4d71;
}
.widget.widget_categories ul li, .widget.widget_nav_menu ul.menu li {
    border-top: 1px solid rgba(60, 60, 60, 0.75);
}
.widget.widget_nav_menu ul.menu li a:hover {
    background: rgba(32, 118, 158, 0.75);
}
/***** ヘッダーメニュー追随 *****/
.l-header {
    position: fixed;
    top: 0;
}
/***** フッター　コピーライト削除 *****/
.bottomFooter__copyright{
    color: #ffffff;
}
.bottomFooter__producer {
    display: none;
}
/***** リストの行頭文字削除 *****/
.content ul>li:before {
  display:none;
}

/***********************************************************************
                              　一般 
**********************************************************************/
/***** フォント *****/
body,h1,h2,h3,h4,h5,p {
    font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
/***** リンクaタグ *****/
.content a {
    color: #ffffff;
}
/***** リンクホバー時アンダーライン削除 *****/
a:hover {
    text-decoration: none;
}
/***** 検索窓削除 *****/
label.searchBtn__link.searchBtn__link-text.icon-search {
    display: none;
}
/***** コンテンツマージントップ削除 *****/
.content div, .content p {
    margin-top: 0;
}

/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  PC (pcpcpc)
************************************************************************************************************************************/
@media (min-width: 1025px) {

.pc-none {
     display: none;
}
.only-sp {
     display: none;
}
.only-tab {
     display: none;
}

/***** 画面サイズ *****/
.w1024 {
    width: 1024px;
	  margin: auto;
}


/***** PC時　電話リンク無効化 *****/
a[href^="tel:"] {
    pointer-events: none;
}
}



/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  SP(spspsp) 
************************************************************************************************************************************/
@media (max-width: 420px) {
.sp-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-tab {
     display: none;
}

/***** オーバーフロー *****/
.wrap-of {
    margin-top: 40px;
}
/***** 画面サイズ *****/
.container {
    width: auto;
}
/***** ヘッダーロゴ修正 *****/
a.siteTitle__link img {
    width: 80%;
    height: 80%;
}
/***** フッターコピーライト修正 *****/
.bottomFooter {
    margin-bottom: 20px;
}
/***** ヘッダーメニューボタン *****/
.menuBtn {
    font-size: 28px;
    color: #ffffff;   
    right: 10px;
}
.menuBtn__close {
    color: #000000;
}
.globalNavi {
    display: none;
}
.globalNavi::before {
    display:none;
}
.content {
    top: 17px;
}
/***** メニューパネル *****/
.widget>ul {
    border-top: dotted 1px rgba(0,0,0,.1);
}
/***** サイドメニュー *****/
.l-sidebar {
    width: 100%;
    min-height: 600px;
}
.side-menu .column-3-item {
    width: 100%;
}
.side-menu .column-3-item-content.column-3-item-content--t {
    height: 150px;
}
.column-3-item {
    margin-left: 0;
}
h2.column-3-item-title {
    font-size: 30px;
}
.side-menu .column-3-item-sub {
    font-size: 14px;
}

/***********************************************************************
                                フッター 
**********************************************************************/
.bottomFooter__copyright, .bottomFooter__producer {
    max-width: 240px;
    margin: auto;
}
/******************************** フッター固定ボタン ********************************/
.sp-footer-btn {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 9999;
}
.sp-footer-btn ul {
    width: 100%;
    padding: 0;
}
.sp-footer-btn ul li {
    float: left;
    width: 25%;
    height: 50px;
    margin-bottom: 0;
    text-align: center;
    color: #fff;
    border-left: 1px solid;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #bdbbbb), color-stop(1.00, #777));
    background: -webkit-linear-gradient(#bdbbbb, #777);
    background: -moz-linear-gradient(#bdbbbb, #777);
    background: -o-linear-gradient(#bdbbbb, #777);
    background: -ms-linear-gradient(#bdbbbb, #777);
    background: linear-gradient(#bdbbbb, #777);
}
.sp-footer-btn ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-top: 30px;
}
.sp-footer-btn ul li a.home {
    background: url(http://template3.kenta-k.com/wp-content/uploads/2019/08/home-btn.png) no-repeat center top 2px / 30px;
}
.sp-footer-btn ul li.tel-btn {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffa443), color-stop(1.00, #ff7400));
    background: -webkit-linear-gradient(#ffa443, #ff7400);
    background: -moz-linear-gradient(#ffa443, #ff7400);
    background: -o-linear-gradient(#ffa443, #ff7400);
    background: -ms-linear-gradient(#ffa443, #ff7400);
    background: linear-gradient(#ffa443, #ff7400);
}
.sp-footer-btn ul li.tel-btn a {
    background: url(http://template3.kenta-k.com/wp-content/uploads/2019/08/tel-btn.png) no-repeat center top 2px / 30px;
}
.sp-footer-btn ul li a.menu-btn {
    background: url(http://template3.kenta-k.com/wp-content/uploads/2019/08/menu-btn.png) no-repeat center top 2px / 30px;
}
.sp-footer-btn ul li a.menu-btn2 {
    background: url(http://template2.kenta-k.com/wp-content/uploads/2019/08/yoyaku-btn.png) no-repeat center top 2px / 30px;
}



}






/*************************************************************************************************************************************
                                　　　　　　　　　　　　　　　　  TAB (tabtabtab)
************************************************************************************************************************************/
@media print, screen and (max-width: 1024px) and (min-width: 421px) {


.tab-none {
     display: none;
}
.only-pc {
     display: none;
}
.only-sp {
     display: none;
}
/******************************** ロゴ・メニューバー ********************************/
.siteTitle__logo {
    height: 80px;
}
label.menuBtn__link.menuBtn__link-text.icon-menu {
    font-size: 40px;
}
.t-headerCenter .menuBtn__link::after {
    font-size: 20px;
}
.t-headerCenter .menuBtn__link {
    padding: 0;
}
  





}