@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
*/

/*ヘッダー の文字色変更*/
.c-gnav .sub-menu,
.p-spMenu{
	color:#001140;
}
/* ヘッダー見積もりボタンのホバー */
.w-header__item .swell-block-button{
 position: relative;
}

.w-header__item .swell-block-button::after{
    content: "";
    display: none;
    width: 300px;
    height: 250px;
/*      background-image: url(http://stasanmon.local/wp-content/uploads/2013/03/featured-image-vertical.jpg); */
	  background-image: url(http://stg.sanmon.co.jp/wp-content/uploads/pop-up2.png);
	background-size: contain;
	background-repeat:no-repeat;
    position: absolute;
    right: 0;
	top:100%;
}

.w-header__item .swell-block-button:hover::after{
    display: block;
    animation: appear .5s ease;
}
@keyframes appear {
    0%{
      opacity: 0;
    }
    100%{
      opacity: 1;
    }
  }

.wp-block-heading{
	color:#001B63;
}

/*リンク ボタンの上の余白 */
.swell-block-button{
	margin-top:50px;
}

/* テーブルの文字色をネイビーに変更 */

td[data-text-color=black]{
	color:#001140 !important;
}
.l-header__inner. l-container{
width:1200px !important ;
}
