/*
Theme Name:   Noguchi Kikaku Theme2
Theme URI:    https://noguchi-kikaku.com/
Description:  Noguchi Kikaku Theme2
Author:       Noguchi Kikaku
Author URI:   https://noguchi-kikaku.com/
Template:     generatepress
Version:      0.3

■目次
・フォント設定
・基本設定
・ロゴ・ヘッダー
・ナビゲーション
・パンクズ
・サイドバー
・フッター
・モバイルCTA
・コンタクトフォーム
・お知らせにスクロールバー
・1行のお知らせ
・2行のお知らせ
・テーブル
・イメージ
・WP-PAGENAVI
・投稿メタ情報
・GP & Unsemantic調整
・Flexレイアウト
・ボタン装飾
・メディアクエリ
・コンテンツパーツ（各種）
・要素のアニメーション
・Page Hero：背景スライドショー：KenBurns（不要な場合は削除）
・Page Hero：背景動画（不要な場合は削除）
・アニメーション：ローディング（不要な場合は削除）
・追加のCSSはここから記載（tools.cssの上書きもここに記載）

■＋子テーマ内 css/tools.css
上書きが必要なものは当style.cssに記述
*/
@import url('css/tools.css');

/* =========================================================
* フォント設定
* WEBフォントはGoogleフォントをメインで利用
* https://fonts.google.com/
========================================================= */
/* 本文はNotoを利用（サイトのテイストに応じて適宜変更可能） */
/* https://fonts.google.com/?subset=japanese */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese');

/* サンセリフ（ゴシック系） */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:900&display=swap');
/* セリフ（明朝系） */
/*@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');*/

/* 電話番号用（ゴシック系） */
/* @import url('https://fonts.googleapis.com/css?family=Ramabhadra'); */
/* 電話番号用（明朝系） */
@import url('https://fonts.googleapis.com/css?family=Source+Serif+Pro:400,600');


/* =========================================================
* 基本設定
========================================================= */
/* カスタマイザーの「Colors」で設定できないカラーはCSSで指定 */
/* キーカラー：サイトのカラーに合わせて下記色コードを一括置換してください */
.k-color { color: #009c84!important; }
.fa { color: #009c84; }
/* ボタンのFontAwesome */
a.button .fa, .top-bar .fa { color: #fff; }

/* サンセリフ（ゴシック系）、セリフ（明朝系）はサイトのテイストに合わせて調整 */
body {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
    /*font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 游明朝, YuMincho, HGS明朝E, 'MS PMincho', serif;*/
    /* カーニングの設定 */
    letter-spacing: 1.5px;
    -webkit-font-feature-settings: "palt" 1;
            font-feature-settings: "palt" 1;
    -webkit-font-kerning: auto;
            font-kerning: auto;
}
@media (max-width: 768px) {
    body {
        letter-spacing: 0;
    }
}
button, input, select, textarea {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
    /*font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 游明朝, YuMincho, HGS明朝E, 'MS PMincho', serif;*/
}
/* 見出し（基本はカスタマイザーで設定） */
h1, h2, h3, h4, h5, h6 {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif;
    /* font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 游明朝, YuMincho, HGS明朝E, 'MS PMincho', serif; */
}
/* フォント指定 */
.sans-jp  { font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif !important; }
.serif-jp { font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 游明朝, YuMincho, HGS明朝E, 'MS PMincho', serif !important; }
.sans-en  { font-family: 'Roboto Condensed', sans-serif !important; }
.serif-en { font-family: 'Playfair Display', serif !important; }
.tel {
    /* font-family: 'Ramabhadra', sans-serif; */
    /* font-family: 'Source Serif Pro', serif;*/
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
}

/* 見出しフォントサイズ：カスタマイザーの設定「Typography＞Headings」に合わせる */
.h0 {font-size: 34px; line-height: 1.2;}
.h1 {font-size: 30px; line-height: 1.2;}
.h2 {font-size: 26px; line-height: 1.4;}
.h3 {font-size: 22px; line-height: 1.4;}
.h4 {font-size: 20px; line-height: 1.6;}
.h5 {font-size: 18px; line-height: 1.8;}
.h6 {font-size: 16px; line-height: 1.8;}
@media (max-width: 768px) {
    .h0 {font-size: 30px;}
    .h1 {font-size: 26px;}
    .h2 {font-size: 22px;}
    h3, .h3 {font-size: 20px;} /* モバイル用の見出しサイズはGPのカスタマイザーで設定可能なのがh2まで */
    h4, .h4 {font-size: 18px;}
    h5, .h5 {font-size: 16px;}
    h6, .h6 {font-size: 16px;}
}
/* リストのインデント調整 */
ol, ul {
    margin: 0 0 1.5em 1.5em;
}

/* サイドバー有りの場合は投稿とサイドバーのウィジェットを線で囲む */
.blog .site-main article.post,
.archive .site-main article.post,
.single .site-main article.post,
.single .site-main article.works,
.single .site-main article.voices,
.single .site-main article.estates,
/*.single .site-main article.employees,*/
/*.sidebar .widget,*/
.search .site-main article,
.search-no-results .site-main .inside-article,
.error404 .site-main .inside-article {
    border: 1px solid #e3e3e3;
}

/* カスタマイザーの設定「Layout＞Container＞Separating Space」の値になるので広げる */
/* カスタマイザーのセパレート値（20）を上書き */
.right-sidebar.separate-containers .site-main {
    margin: 20px 40px 40px 0;
}
/* カスタマイザーのセパレート値（20）を上書き */
#main.site-main,
.separate-containers .site-main article.post {
    margin-bottom: 40px;
}

/* ページヘッダーを非表示（ElementsのHeaderを利用の場合） */
body.category .page-header,
body.tag .page-header,
body.date .page-header,
body.search .page-header {
    display: none;
}

/* PageHeroを「Full Screen」で利用した場合のIE対策 */
/* .home .page-hero,
.page-hero.slide,
.page-hero.video {
    height: 100vh;
}*/

/* =========================================================
* ロゴ・ヘッダー
========================================================= */
h1.site-logo {
    margin: 0;
}
/* GPのCSS上書き */
.site-header .main-navigation .navigation-logo img,
#mobile-header.mobile-header-navigation .mobile-header-logo img {
    padding: 0;
}
.site-logo {
    padding: 0 0 10px 20px;
    margin: 0;
}
#sticky-navigation.main-navigation .navigation-logo {
    margin-left: 0;
    padding-top: 10px;
}

/* 【ロゴ】SVGファイルを扱う場合はサイズ指定を厳密に行う（IEで縦横比が崩れる） */
.site-header .header-image,
.site-header .main-navigation .navigation-logo img,
#mobile-header.mobile-header-navigation .mobile-header-logo img {
    height: 50px;
    /* width: 183px; /* ロゴの縦横比に合わせて横幅調整（SVG以外の場合はコメントアウト可） */
}
@media (max-width: 768px) {
    .site-logo {
        padding: 0 0 0 10px;
    }
    .site-header .header-image,
    .site-header .main-navigation .navigation-logo img,
    #mobile-header.mobile-header-navigation .mobile-header-logo img {
        height: 30px;
        /* width: 110px; /* ロゴの縦横比に合わせて横幅調整（SVG以外の場合はコメントアウト可） */
    }
}

/* 検索結果・404ページのHeaderが無い場合のヘッダーには下線 */
.search .site-header,
.search-no-results .site-header,
.error404 .site-header {
    border-bottom: 1px solid #e3e3e3;
}

/* Top Bar（不要の場合は削除） */
.top-bar-align-left .inside-top-bar>.widget:nth-child(odd) {
    margin-right: 0;
}
.top-bar {
    line-height: 40px;
	 border-bottom: solid 1px #e0dedc;
}
.top-bar .grid-container {
    max-width: 1200px;
}
.top-bar .widget {
    width: 100%;
}
.top-bar i {
    font-size: 18px;
    margin-right: 10px;
}
.topbar-txt {
    float: left;
    /* オーバーフロー分は…で表示 */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topbar-txt p {
    font-size: 12px;
    font-weight: 300;
    line-height: 35px;
    margin: 0;
}
.topbar-contact {
    width: 198px;
    float: right;
    text-align: center;
    border-left: 1px solid rgba(255,255,255,0.3);
    border-right: 1px solid rgba(255,255,255,0.3);
}
.topbar-tel {
    float: right;
}
.topbar-tel img {
    width: 35px;
    vertical-align: middle;
    padding-right: 5px;
    margin-top: -5px;
}

.topbar-tel span{
    font-family: 'Roboto', sans-serif;
    font-size: 19px;
    font-weight: 900;
}
@media (max-width: 1023px) {
    .topbar-txt {
        display: none;
    }
}
@media (max-width: 768px) {
    .top-bar {
        display: none;
    }
}

/* ナビ幅調整（スティッキー時も同様） */
.inside-header {
    max-width: 1300px;
    margin: 0 auto;
}
body #sticky-navigation .grid-container {
    max-width: 1300px;
}


/* =========================================================
* ナビゲーション
========================================================= */
/* サブナビゲーション（子メニュー）の横幅 = カスタマイザーで指定*/
.main-navigation ul ul {
    /* width: auto; */
    white-space: nowrap;
}

/* スライドアウトナビのサブメニュー時の「▼」クリック可能領域を広げる */
@media (max-width: 768px) {
    li.menu-item-has-children .dropdown-menu-toggle {
        padding-left: 20px;
        padding-right: 20px;
        border-left: 1px solid #ddd;
    }
    ul.sub-menu li.menu-item-has-children .dropdown-menu-toggle {
        border-left: 1px solid rgba(255, 255, 255, 0.5);
    }
}
@media (min-width: 769px) {
    #sticky-navigation.is_stuck.main-navigation ul li {
        letter-spacing: 1.5px;
    }
}
/* オフキャンパスナビの装飾 */
.slideout-navigation .main-nav, 
.slideout-navigation .slideout-widget:not(:last-child) {
    margin-bottom: 0 !important;
}
/* スライドアウトナビの装飾 */
#generate-slideout-menu .slideout-menu > li {
    border-bottom: 1px solid #ddd;
}
#generate-slideout-menu .slideout-menu > li li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/* スライドアウトナビのウィジェトの余白調整 */
.main-navigation.slideout-navigation .slideout-widget {
    margin: 0;
}

/* スライドアウトナビのCTA */
.slideout-cta-tel {
    text-align: center;
    padding: 15px;
    background-color: rgba(101, 89, 127, 0.1);
}
.slideout-cta-tel .slideout-tel,
.slideout-cta-tel .slideout-tel a {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}
.slideout-cta-tel .slideout-txt {
    font-size: 12px;
    line-height: 12px;
}
.slideout-cta-mail a.button {
    text-align: center;
    line-height: 40px;
    padding: 15px;
    width: calc(100% - 30px);
    color: #fff;
}

/* ナビゲーションのCTA（ナビのCTAを利用しない場合は削除） */
#primary-menu {
    float: right;
    margin-right: 20px;
}
.navigation-cta {
    float: right;
    /* flexbox */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navigation-cta-item {
    height: 90px;
    /* flexbox */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.navigation-cta-tel {
    padding: 0 20px;
    text-align: center;
    /* flexbox */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.flex-clear {
    display: block;
}
.navigation-cta-tel .navi-tel {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}
.navigation-cta-tel .navi-txt {
    font-size: 12px;
    line-height: 18px;
}
.main-navigation a.navigation-cta-mail {
    padding: 0 20px;
    /* flexbox */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

/* GP2.1　モバイルメニューのブレークポイント調整（GPのバージョンアップによって変更になる可能性あり） */
/* https://docs.generatepress.com/article/mobile-navigation/ */
@media (max-width: 1200px) {
	.main-navigation .menu-toggle,
	.main-navigation .mobile-bar-items,
	.sidebar-nav-mobile:not(#sticky-placeholder) {
		display: block;
	}
	.main-navigation ul,
	.gen-sidebar-nav {
		display: none;
	}
	[class*="nav-float-"] .site-header .inside-header > * {
		float: none;
		clear: both;
	}
}
/* GP Premiumのmenu plusのブレークポイントも同時に調整 */
@media( max-width: 1200px ) {
	.site-header,
	#site-navigation,
	#sticky-navigation {
		display: none !important;
		opacity: 0;
	}
	#mobile-header {
		display: block !important;
		opacity: 1;
		width: 100% !important;
	}
}
/* #mobile-header内のナビを非表示 */
@media( max-width: 1200px ) {
    #mobile-header .main-nav > ul {
        display: none;
    }
}


/* =========================================================
* パンクズ
========================================================= */
.breadcrumbs {
    font-size: .8em;
    line-height: 20px;
    overflow: hidden;
    padding-top: 20px;
}
.sections-no-sidebars .breadcrumbs {
    padding: 20px 0;
}
/* オーバーフローした場合、改行させずに…表示 */
.breadcrumbs .grid-container {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .breadcrumbs {
        padding: 20px 10px 0 10px;
    }
    .sections-no-sidebars .breadcrumbs {
        padding: 20px 10px;
        border-bottom: 1px solid #eee;
    }
}

/* =========================================================
* サイドバー
========================================================= */
.sidebar .widget {
    padding: 20px;
}
/* サイドバーウィジェットのタイトル設定 */
.sidebar .widget .widget-title {
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    margin: -20px -20px 20px -20px; /* .sidebar .widgetのpadding打ち消し */
    position: relative;
    font-weight: 500;
    background: #f7f7f7;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#99cc00+0,079e80+100 */
background: #99cc00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #99cc00 0%,#079e80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc00', endColorstr='#079e80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.sidebar .widget .widget-title::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom:  0px;
    /* ▼横幅いっぱい */
    /* left: 0; */
    /* right: 0; */
    /* width: 100%; */
    /* ▼横幅指定 */
    left: 0;
    width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#99cc00+0,079e80+100 */
background: #99cc00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #99cc00 0%,#079e80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc00', endColorstr='#079e80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/* セレクトボックスデザイン調整 */
.sidebar .widget select {
    width: 100%;
    padding: 5px;
}

/* wp show posts関係 */
.sidebar .wp-show-posts-entry-meta {
    text-align: right;
    border-bottom: dotted 1px #e8e8e7;
    padding-bottom: 5px;
}
.sidebar .wp-show-posts-entry-date {
    color: #777;
}
.sidebar .wp-show-posts-image.wpsp-image-left {
    margin-right: 15px;
}
.sidebar .wp-show-posts .wp-show-posts-entry-title {
    font-size: 15px;
    line-height: 1.4;
    font-weight: normal;
}
@media (max-width: 768px) {
    .sidebar .wp-show-posts-image.wpsp-image-left {
        float: left; /* サイドバーのWPSP（最新情報）は左寄せ維持 */
    }
}

/* =========================================================
* フッター
========================================================= */
/* copyright-barとfooter-barの初期値（float）リセット */
.copyright-bar, .footer-bar {
    float: none !important;
    margin: 0;
}

.footer-widgets .widget {
    font-size: 14px;
}
.footer-logo {
   width: 220px;
	height: auto; /* ロゴの縦横比に合わせて横幅調整（SVGの場合指定必須） */
}

/* サイトマップ用の装飾 */
.footer-widget-menu-title {
    font-size: 120%;
    line-height: 2em;
}
.footer-widget-menu ul,
.footer-widget-menu ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    font-size: 90%;
    line-height: 1.6em;
}
.footer-widget-menu li {
    margin: 0;
    padding: 0;
}
.footer-widget-menu li.footer-widget-menu-child {
    margin-left: 18px;
}
.footer-widget-info .fa {
    width: 26px;
    text-align: center;
}
.footer-widget-menu li i{
   color: #b1b1b1;
	font-size:11px;
	vertical-align: middle;
}

.footer-freedial{
	font-size: 10px;
	margin: 5px 0;
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #eee;
}
.footer-freedial .tel{
	font-size: 30px;
	line-height: 1;
}
.footer-freedial img{
	float: left;
	max-width: 50px;
}
.footer-tel{
	font-size: 19px;
	font-weight: 700;
	font-family:'Roboto Condensed', sans-serif ;
}
.footer-widget-illust img{
	width: 220px;
	margin-top: 10px;
}

/* フッターにカスタムメニューを設置した場合 */
.site-footer .widget_nav_menu {
    text-align: center;
}
.site-footer ul.menu li {
    display: inline-block;
    list-style-type: none;
    padding: 0 0 0 20px;
    margin: 0 20px 0 0;
}
.site-footer ul.menu li::before {
    font-family: 'FontAwesome';
    content: "\f138";
    position: absolute;
    left : 0;
    color: #009c84;
}
.footer-bn{
	border-top: solid 2px #ddd;
	border-bottom: solid 2px #ddd;
	margin: 0 0 40px 0;
	padding-top: 10px;
}
.footer-bn img{
   max-width: 280px;
   width: 100%;
}
/* コピーライト＆クレジット表記 */
.footer-copyright {
    text-align: left;
}
.footer-credit {
    text-align: right;
}

@media (max-width: 768px) {
    .site-footer .widget_nav_menu {
        text-align: left;
    }
    .site-footer ul.menu li {
        display: block;
        padding: 0 0 0 20px;
        margin: 0;
    }
    .footer-copyright {
        text-align: center;
    }
    .footer-credit {
        text-align: center;
    }
	.site-footer .button{
		font-size: 14px;
	}
	
}

/* =========================================================
* モバイルCTA
========================================================= */
@media (max-width: 768px) {
    .mobile-cta {
        width: 100%;
        background-color: #009c84;
        
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* 天地中央 */
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* 両端揃え */
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .mobile-cta-1,
    .mobile-cta-2 {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        text-align: center;
    }
    .mobile-cta-1 .button, 
    .mobile-cta-2 .button {
        width: 100%;
        padding: 15px 0;
        text-align: center;
        margin-bottom: 0;
        line-height: 1;
    }
    .mobile-cta-2 .button {
        border-left: 1px solid rgba(255,255,255,0.5);
        width: calc( 100% - 1px );
    }
    .mobile-cta-1 .button .fa,
    .mobile-cta-2 .button .fa {
        font-size: 18px;
        line-height: 1;
    }
    /* 以下、CTAをフッターに固定する場合（固定にしない場合はコメントアウト） */
    .mobile-cta-fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }
    .generate-back-to-top, .generate-back-to-top:visited {
        bottom: 53px;
        right: 5px;
        z-index: 200;
    }
    footer.site-info {
        margin-bottom: 48px;
    }
    /* CTAのフッター固定ここまで */
}



/* =========================================================
* コンタクトフォーム
========================================================= */
/* チェックボックス縦並び */
span.wpcf7-list-item {
    display: block;
}

/* プレイスホルダーの色指定（その他の色はカスタマイザーで設定） */
input::-webkit-input-placeholder { color: #aaa; }
input:-ms-input-placeholder      { color: #aaa; }
input::-ms-input-placeholder     { color: #aaa; }
input::placeholder               { color: #aaa; }
::-webkit-input-placeholder      { color: #aaa; }
:-ms-input-placeholder           { color: #aaa; }
::-ms-input-placeholder          { color: #aaa; }
::placeholder                    { color: #aaa; }

/* 必須項目 */
.form-required {
	color: #fff;
    background: #e75757;
	font-size: 12px;
	padding: 1px 5px;
	margin-right: 7px;
}

/* =========================================================
* お知らせにスクロールバー
* jQuery custom content scroller用の設定：不使用の場合は削除
========================================================= */
.scroller {
    height: 230px; /* 高さ調整 */
    overflow: auto;
}
/* スクロールバーの色（標準は黒） */
.scroller .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(0,0,0,.75);
}
.scroller .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
    background-color: rgba(0,0,0,.85);
}
.scroller .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.scroller .mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
    background-color: rgba(0,0,0,.9);
}

/* =========================================================
* 1行のお知らせ
========================================================= */
.list-news {
    list-style: none;
    margin: 0;
    /*
    外枠をボーダーで囲む場合
    border: #e3e3e3 1px solid;
    border-bottom: none;
    */
}
.list-news li {
    border-bottom: #e3e3e3 1px dotted;
}
.list-news li a {
    display: block;
    text-decoration: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.list-news li a:hover {
    background: #f7f7f7;
}
.list-news li .list-news-wrap {
    display: table;
    table-layout: fixed; /* オーバーフローを…表示 */
}
.list-news li .list-news-wrap span {
    display: table-cell;
}
.list-news li .list-news-wrap .news-date {
    padding: 10px 20px;
    width: 120px; /* 合計:160px */
}
.list-news li .list-news-wrap .news-cat {
    padding: 10px 20px 10px 0; /* 合計:140px */
}
.list-news li .list-news-wrap .news-txt {
    padding: 10px 20px 10px 0;
    width: auto;
}
.news-date {
    vertical-align: middle;
    white-space: nowrap;
    font-size: 13px;
    line-height: 28px;
    color: #3a3a3a;
}
.news-cat {
    vertical-align: middle;
    white-space: nowrap;
}
/* カテゴリ部分のデフォルト設定 */
.news-cat span {
    width: 110px; /* 合計:120px カテゴリ名称が長い場合要調整 */
    min-width: 110px;
    max-width: 110px; /* オーバーフローを…表示 */
    overflow: hidden; /* オーバーフローを…表示 */
    text-overflow: ellipsis; /* オーバーフローを…表示 */
    text-align: center;
    padding: 5px;
    border: solid 2px #009c84;
    color: #009c84;
    font-size: 12px;
    line-height: 14px;
    background: #fff;
}
/* カテゴリ毎に背景色設定 */
.news span {
    border: solid 2px #009c84;
}

@media (max-width: 768px) {
    .list-news li .list-news-wrap {
        display: block;
    }
    .list-news li .list-news-wrap .news-date {
        padding: 10px 10px 0 0;
        width: auto;
    }
    .list-news li .list-news-wrap .news-cat {
        padding: 10px 0 0 0;
    }
    .list-news li .list-news-wrap .news-txt {
        padding: 0 0 10px 0px;
        display: block;
        width: auto;
    }
    .news-cat span {
        padding: 4px;
        line-height: 12px;
    }
}

/* =========================================================
* 2行のお知らせ
========================================================= */
.news2row {
    margin: 0;
    padding: 0;
}
.news2row .info-column {
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px dotted #ccc;
}
.news2row .info-meta {
    line-height: 1em;
}
.news2row .info-meta .info-cat {
    float: left;
    text-align: center;
    width: 80px;
    margin-right: 10px;
}
.news2row .info-meta .info-date {
    display: table-cell;
    vertical-align: middle;
    font-size: 90%;
    line-height: 1.4em;
}
.news2row .info-title {
    margin-top: 5px;
}
/*-- カテゴリのスラッグ毎に色を変える --*/
.news2row .info-meta .info-cat {
    padding: 2px 6px;
    font-size: 80%;
    color: #fff;
    background: #009c84; /* キーカラーに合わせて変更 */
}

/* =========================================================
* テーブル
* .tableクラスを付与するとレスポンシブ対応
* .table-color：色付きのthに変更
* .table-telfax：電話番号・FAX番号用
========================================================= */
/* テーブル：標準 */
table {
    margin: 0;
    background: #ffffff;
}
table th {
    font-weight: 500;
    background-color: #f3f3f3;
    width: 200px; /* 適宜変更 */
}
table th,
table td {
    padding: 20px;
}

/* テーブル：キーカラーバージョン */
.table-color ,
.table-color th,
.table-color td {
    border: none;
    height: 100%;
}
.table-color {
   border-top: 1px solid #ddd;
}
.table-color th,
.table-color td {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background: #fff; 
}
.table-color th {
    background: #fff; /* キーカラーに合わせて変更 */
    vertical-align: middle;
}
.table-color th > div {
    height: 100%;
    vertical-align: middle;
    display: block;
}
/* tdの奇数行に適応 */
.table-color tr:nth-of-type(odd) th > div {
    background: #eff7ed; /* 背景色に合わせて微調整 */
    padding: 5px 10px;
}
/* tdの偶数行に適応 */
.table-color tr:nth-of-type(even) th > div  {
	background: #ecf6f7; /* 背景色に合わせて微調整 */
	padding: 5px 10px;
}

/* テーブル：電話番号・FAX番号用 */
table.table-telfax th {
    width: 50px;
    font-size: 20px;
    text-align: center;
}
table.table-telfax td {
    /* font-family: 'Ramabhadra', sans-serif; */
    font-family: 'Source Serif Pro', serif;
    font-weight: 600;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0.05em;
}

@media (max-width: 768px){
    table th,
    table td,
    table.table-color th,
    table.table-color td {
        padding: 10px;
    }
    table.table-telfax th {
        width: auto;
        font-size: 18px;
    }
    table.table-telfax td {
        text-align: center;
        font-size: 24px;
        line-height: 1.8;
    }

    /* table-mobile指定でレスポンシブ対応（単純なテーブルに利用） */
    table.table-mobile tr,
    table.table-mobile th,
    table.table-mobile td {
        display: block;
        width: auto !important;
    }
	
    table.table-color th {
        border-bottom: none;
    }
	
}

/* talbeの外側にtable-scroll指定でスマホ時に横スクロール（複雑なテーブルに利用） */
@media (max-width: 768px){
    .table-scroll table {
        width:100%;
    }
    .table-scroll {
        overflow: auto; /*tableをスクロールさせる*/
        white-space: nowrap; /*tableのセル内にある文字の折り返しを禁止*/
    }
    .table-scroll::-webkit-scrollbar { /*tableにスクロールバーを追加*/
        height: 5px;
    }
    .table-scroll::-webkit-scrollbar-track { /*tableにスクロールバーを追加*/
        background: #F1F1F1;
    }
    .table-scroll::-webkit-scrollbar-thumb { /*tableにスクロールバーを追加*/
        background: #BCBCBC;
    }
}

/* =========================================================
* イメージ
========================================================= */
img {
    vertical-align: middle;
}
a:hover img {
    opacity:0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha( opacity=80 )";
}

/* =========================================================
* WP-PAGENAVI
========================================================= */
/*
* generatepressのページャーを非表示
* https://generatepress.com/forums/topic/blog-paging-pagenavi-styles/
*/
.nav-links .page-numbers {
    display: none;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
    text-decoration: none;
    padding: 5px 8px;
    margin: 2px;
    font-size: 15px;
    line-height: 15px;
    float: left;
}
.wp-pagenavi a,
.wp-pagenavi a:link,
.wp-pagenavi a:active,
.wp-pagenavi a:focus {
    color: #009c84;
    border: 1px solid #fff;
    background: none;
}
.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #009c84;
    border: 1px solid #fff;
    padding: 5px 8px;
}
.wp-pagenavi a:hover {
    color: #ffffff;
    background: #009c84;
    border: 1px solid #fff;
    padding: 5px 8px;
}
.wp-pagenavi span.pages {
    color: #009c84;
    background: none;
    padding: 5px 8px 5px 0;
}
.wp-pagenavi span.extend {
    background: transparent;
    color: #009c84;
    background: none;
}

/* =========================================================
* 投稿メタ情報（次へ前へ等）
========================================================= */

/* 次へ前へ */
.site-main .post-navigation {
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav-previous, .nav-next {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}
.nav-previous {
    /*border-right: 1px solid #e3e3e3;*/
}

.nav-previous .prev,
.nav-next .next {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.nav-previous .prev::before,
.nav-next .next::after {
    font-family: FontAwesome;
    text-align: center;
    background: #eee;
    display: block;
    margin: 0;
    padding: 15px 5px;
    width: auto;
}
.nav-previous .prev::before {
    content: "\f104";
}
.nav-next .next::before {
    content: "";
    margin: 0;
    width: 0;
}
.nav-next .next::after {
    content: "\f105";
}
.nav-previous .prev a,
.nav-next .next a {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding: 5px 10px;
}
.nav-previous .prev a {
    text-align: left;
}
.nav-next .next a {
    text-align: right;
}

/* =========================================================
* GP & Unsemantic調整
========================================================= */
/* フルワイドのセクション：GPのセクション利用時にCustom Classesに「generate-sections-fullwide」を設定 */
/* セクションの設定「Inner Box Type」を「Full Width」に変更しただけでは左右の余白が残るため、余白を０にする */
.generate-sections-fullwide .generate-sections-inside-container {
    padding-left: 0;
    padding-right: 0;
}
/* GPのセクション利用時にCustom Classesに「generate-sections-XXXX」を設定 */
.generate-sections-800  .generate-sections-inside-container {max-width: 800px; margin:0 auto;}
.generate-sections-900  .generate-sections-inside-container {max-width: 900px; margin:0 auto;}
.generate-sections-1000 .generate-sections-inside-container {max-width: 1000px;margin:0 auto;}
.generate-sections-1100 .generate-sections-inside-container {max-width: 1100px;margin:0 auto;}
.generate-sections-1200 .generate-sections-inside-container {max-width: 1200px;margin:0 auto;}
.generate-sections-1300 .generate-sections-inside-container {max-width: 1300px;margin:0 auto;}
.generate-sections-1400 .generate-sections-inside-container {max-width: 1400px;margin:0 auto;}
.generate-sections-1500 .generate-sections-inside-container {max-width: 1500px;margin:0 auto;}
.generate-sections-1600 .generate-sections-inside-container {max-width: 1600px;margin:0 auto;}
.generate-sections-1700 .generate-sections-inside-container {max-width: 1700px;margin:0 auto;}

/* 固定幅　※grid-containerはカスタマイザーの「Layout＞Container＞Container Width」設定値（ベーステーマでは1100px）となるため、それ以外の横幅を利用したい場合に利用 */
.grid-400  {max-width: 400px; margin:0 auto;} .grid-400::after {clear: both;}
.grid-500  {max-width: 500px; margin:0 auto;} .grid-500::after {clear: both;}
.grid-600  {max-width: 600px; margin:0 auto;} .grid-600::after {clear: both;}
.grid-700  {max-width: 700px; margin:0 auto;} .grid-700::after {clear: both;}
.grid-800  {max-width: 800px; margin:0 auto;} .grid-800::after {clear: both;}
.grid-900  {max-width: 900px; margin:0 auto;} .grid-900::after {clear: both;}
.grid-1000 {max-width: 1000px;margin:0 auto;} .grid-1000::after {clear: both;}
.grid-1100 {max-width: 1100px;margin:0 auto;} .grid-1100::after {clear: both;}
/* カスタマイザーの設定値（Container Width）を超える場合は該当セクションの「Inner Box Type」を「Full Width」に変更してから利用する */
.grid-1200 {max-width: 1200px;margin:0 auto;} .grid-1200::after {clear: both;}
.grid-1300 {max-width: 1300px;margin:0 auto;} .grid-1300::after {clear: both;}
.grid-1400 {max-width: 1400px;margin:0 auto;} .grid-1400::after {clear: both;}
.grid-1500 {max-width: 1500px;margin:0 auto;} .grid-1500::after {clear: both;}
.grid-1600 {max-width: 1600px;margin:0 auto;} .grid-1600::after {clear: both;}
.grid-1700 {max-width: 1700px;margin:0 auto;} .grid-1700::after {clear: both;}
/* clear:both */
.grid-400::after, .grid-500::after, .grid-600::after, .grid-700::after, .grid-800::after, .grid-900::after, .grid-1000::after, 
.grid-1100::after, .grid-1200::after, .grid-1300::after, .grid-1400::after, .grid-1500::after, .grid-1600::after, .grid-1700::after {
    content: ".";
    display: block;
    overflow: hidden;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
    width: 0;
    height: 0;
}

/* =========================================================
* Flexレイアウト
* 参考URL　https://www.nxworld.net/tips/flexbox-examples.html
* チートシート　https://www.webcreatorbox.com/tech/css-flexbox-cheat-sheet
========================================================= */
.flexbox-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.flexbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background: #fff;
}

.flex2 .flexbox { width: 49%; }
.flex3 .flexbox { width: 32%; }
.flex4 .flexbox { width: 23.5%; }
.flex5 .flexbox { width: 18.5%; }
/* セクションの「Inner Box Type」を「Full Width」にした場合 */
.generate-sections-inside-container:not(.grid-container) .flex2 .flexbox { width: 49.5%; }
.generate-sections-inside-container:not(.grid-container) .flex3 .flexbox { width: 32.5%; }
.generate-sections-inside-container:not(.grid-container) .flex4 .flexbox { width: 24%; }
.generate-sections-inside-container:not(.grid-container) .flex5 .flexbox { width: 19%; }
@media (max-width: 1200px) {
    .generate-sections-inside-container:not(.grid-container) .flex2 .flexbox { width: 49%; }
    .generate-sections-inside-container:not(.grid-container) .flex3 .flexbox { width: 32%; }
    .generate-sections-inside-container:not(.grid-container) .flex4 .flexbox { width: 23.5%; }
    .generate-sections-inside-container:not(.grid-container) .flex5 .flexbox { width: 18.5%; }
}

@media (max-width: 768px) {
    .flexbox-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; /* 縦方向に並べる */
    }
    .flexbox {
        margin-bottom: 20px;
    }
    .flexbox:last-child {
        margin-bottom: 0;
    }
    .flex2 .flexbox,
    .flex3 .flexbox,
    .flex4 .flexbox,
    .flex5 .flexbox {
        width: 100% !important;
    }
}

/* =========================================================
* ボタン装飾（GPの標準buttonをベースに）
* ベースのボタンカラーはカスタマイザーで設定可能
* サイトのテイストにあわせて丸ごと入れ替え可
========================================================= */
button, html input[type=button], input[type=reset], input[type=submit] {
    /* 角丸やパッディング等調整あれば記載 */
}

.button,
.button i {
    -webkit-transition: all  0.3s ease;
    transition: all  0.3s ease;
}
.button i.left {
    border-right: 1px solid rgba(255, 255, 255, .2);
    margin-right: 5px;
    padding-right: 10px;
}
.button i.right {
    border-left: 1px solid rgba(255, 255, 255, .2);
    margin-left: 5px;
    padding-left: 10px;
}
/* 角丸にする場合 */
.button.round {
    border-radius: 5px;
}

/* 追加したい色は各自指定 */
.button.red,
.button.red:visited {
    background: #c81e32;
    color: #FFF;
}
.button.red:hover {
    background: #b91629;
}
.button.black,
.button.black:visited {
    background: #1D1C1C;
    color: #FFF;
}
.button.black:hover {
    background: #474747;
}
.button.green,
.button.green:visited {
    background: #009c84;
    color: #FFF;
}
.button.green:hover {
    background: #008a75;
}

/* シースルー：黒 */
.button.see-through {
    background-color: transparent;
    font-weight: 500;
    color: #444241 !important;
    border: 2px solid #444241;
}
.button.see-through:hover {
    color: #fff !important;
    background-color: #444241; /* キーカラーに合わせて変更 */
    border: 2px solid #444241 /* キーカラーに合わせて変更 */
}
.button.see-through i.fa {
    color: #444241;
}
.button.see-through i.left {
    border-right: 1px solid rgba(0, 0, 0, 0.7);
}
.button.see-through i.right {
    border-left: 1px solid rgba(0, 0, 0, 0.7);
}
.button.see-through:hover i.fa {
    color: #fff;
}
.button.see-through:hover i.left {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.button.see-through:hover i.right {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
/* シースルー：白 */
.button.see-through.white {
    color: #fff !important;
    border: 2px solid #fff;
}
.button.see-through.white:hover {
    background-color: #009c84; /* キーカラーに合わせて変更 */
    border: 2px solid #009c84; /* キーカラーに合わせて変更 */
    color: #fff;
}
.button.see-through.white i.fa {
    color: #fff;
}
.button.see-through.white i.left {
    border-right: 1px solid rgba(255, 255, 255, 0.7);
}
.button.see-through.white i.right {
    border-left: 1px solid rgba(255, 255, 255, 0.7);
}
.button.see-through.white:hover i.fa {
    color: #fff;
}
.button.see-through.white:hover i.left {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.button.see-through.white:hover i.right {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}
/* シースルーのボーダー細く */
.button.see-through.thin,
.button.see-through.thin:hover {
    border-width: 1px;
}

/* =========================================================
* メディアクエリ
========================================================= */
/*==========  非モバイル・ファーストの場合  ==========*/
/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media (max-width: 1200px) {}

/* カスタマイザーのContainer Width */
@media (max-width: 1100px) {}

/* XGA(iPad・タブレット) */
@media (max-width: 1024px) {}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media (max-width: 992px) {}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media (max-width: 768px) {
    .mobile-grid-100 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* フォームの横幅100% */
    input[type=email], 
    input[type=number], 
    /* input[type=password],  */
    /* input[type=search],  */
    input[type=tel], 
    input[type=text], 
    input[type=url], 
    select, textarea {
        width: 100%;
    }
}

/* XSサイズ : Extra Small Devices, Phones */
@media (max-width: 480px) {}

/* カスタム, iPhone Retinaディスプレイ */
@media (max-width: 320px) {}


/*==========  モバイル・ファーストの場合  ==========*/
/* カスタム, iPhone Retinaディスプレイ */
@media (min-width: 320px) {}

/* XSサイズ : Extra Small Devices, Phones */
@media (min-width: 480px) {}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media (min-width: 768px) {}

/* Mサイズ、デスクトップ : Medium Devices, Desktops */
@media (min-width: 992px) {}

/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */
@media (min-width: 1200px) {}


/* =========================================================
* コンテンツパーツ：共通
========================================================= */
.section-line {
    border-bottom: 1px solid #eee;
}

/* =========================================================
* 見出し装飾
* ■ Googleフォントでポピュラーなもの（※importは当CSSの最上部で）
* https://fonts.google.com/?sort=popularity
* ■ Googleフォントの利用方法
* https://saruwakakun.com/html-css/basic/google-fonts
========================================================= */
/*=== コンテンツの見出し ===*/
.ttl-std-wrap {
    margin-bottom: 50px;
    text-align: center;
}
/* 【注意】日本語にhタグを割り当てる */
.ttl-std-lv1,
.ttl-std-lv2{
    text-transform: uppercase;
    /* サンセリフ */
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 900;
    font-size: 44px;
    letter-spacing: 0.1em; /* フォントに応じて調整 */
    line-height: 1;
    margin: 0;
    position: relative;
    display: inline-block;
    color: #1D1C1C;
}
.ttl-std-lv2 {
    color: #1D1C1C; /* キーカラーに合わせて変更 */
    font-size: 40px;
}
.ttl-std-lv2.white {
    color: #fff;
}

.ttl-std-lv1::after,
.ttl-std-lv2::after,
.ttl-std-lv3::after{
    content: "";
    position: absolute;
    height: 2px;
    bottom: -15px;
    /* ▼横幅いっぱい */
    /* left: 0; */
    /* right: 0; */
    /* width: 100%; */
    /* ▼横幅指定 */
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200px;
    background: #009c84; /* キーカラーに合わせて変更 */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#99cc00+0,079e80+100 */
    background: #99cc00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #99cc00 0%,#079e80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc00', endColorstr='#079e80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.ttl-std-lv2.white::after {
    background: #fff;
}
.ttl-std-txt {
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif; 
    /* font-family: 'Noto Serif JP', 'Hiragino Mincho ProN', 游明朝, YuMincho, HGS明朝E, 'MS PMincho', sans-serif;*/
    margin: 25px 0 0 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.45em;
    color: #8c694f!important;
}
.ttl-std-txt.white {
    color: #fff;
}


/* h2が日本語の場合 */
.ttl-std-lv2.sans-jp{
	font-weight: 600;
	font-size: 30px;
	line-height: 1.4em;
}
.ttl-std-lv2.sans-jp::after {
	bottom: -20px;
	width: 150px;
}

/* 小さいサイズ */
.ttl-std-lv3{
	font-weight: 600;
	font-size: 20px;
	line-height: 1.4em;
	text-align: center;
	position: relative;
}
.ttl-std-lv3::after {
	bottom: -15px;
	width: 100px;
}


/* 色の濃い背景の場合 */
.ttl-bg {
    font-size: 32px;
    font-weight: 500;
}
.ttl-bg {
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
}
.ttl-bg::after {
    background: #fff;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 50px;
    height: 3px;
}

@media (max-width: 768px) {
    .ttl-std-lv1 {
        font-size: 36px;
    }
    .ttl-std-lv2 {
        font-size: 30px;
    }
    .ttl-bg {
        font-size: 24px;
    }

    /* h2が日本語の場合 */
    .ttl-std-lv2.sans-jp{
        font-size: 20px;
    }
    /* 小さいサイズ */
    .ttl-std-lv3{
        font-size: 18px;
    }
}

/* コンテンツの概要文章 */
.txt-read {
    margin-bottom: 50px;
    font-weight: 500;
    text-align: center;
}

/*=== 画像+文章 ===*/
.img-body {
    min-height: 0%;
    margin: 0;
}
.img-body img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}
/* 丸い画像の場合 */
.img-body .img-circle {
    margin: 40px auto 10px auto;
    width: 50%;
    text-align: center;
}
/* アイコンの場合 */
.img-icon {
    margin: 40px 0 10px 0;
    color: #009c84; /* キーカラーに合わせて変更 */
    font-size: 50px;
    line-height: 1;
    text-align: center;
}
.img-icon .fa {
    /* fontawesome のアイコンを細くする */
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke: 1px #fff; /* 背景色とあわせる */
}
.img-read {
    font-size: 15px;
    padding: 20px;
}
.img-read h3,
.img-read h3.under-line {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 20px;
}
.img-read h3.under-line {
    padding-bottom: 20px;
    position: relative;
}
.img-read h3.under-line::after {
    background: #009c84; /* キーカラーに合わせて変更 */
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 3px;
}
.img-read p {
    margin-bottom: 0;
}

/*=== ボタンエリア ===*/
.flexbox-btn {
    margin-top: auto; /* 高さを揃える */
    text-align: center;
    padding-bottom: 20px;
}
.btn-wrap {
    text-align: center;
}
.btn-wrap .button,
.flexbox-btn .button {
    min-width: 200px;
}
.btn-wrap a::before,
.flexbox-btn a::before {
    font-family: FontAwesome;
    content: "\f054"; /* https://fontawesome.com/v4.7.0/cheatsheet/ */
    font-size: 14px;
    margin-right: 10px;
}

/* =========================================================
* コンテンツパーツ：メインイメージ
========================================================= */
.section-mainimg {
	
}

.section-mainimg h1 {
    font-size: 18px;
    line-height: 1.6;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
    margin-bottom: 40px;
}
.section-mainimg h2 {
    /* font-family: 'Roboto Condensed', sans-serif; */
    font-family: 'Playfair Display', serif;
    font-size: 86px;
    line-height: 1.2;
    margin-bottom: 40px;
}


.section-mainimg .main-white{
	width: 100%!important;
}
.section-mainimg .main-white > div{
	width: 25%!important;
}


@media (max-width: 768px) {
    /* スマホ表示のときは、ページヘッダーのイメージ変更 */
    .home .page-hero {
        /* background-image: url(img/mb-main.jpg); */
    }
    .section-mainimg h1 {
        font-size: 16px;
    }
    .section-mainimg h2 {
        font-size: 60px;
    }
}

/* =========================================================
* コンテンツパーツ：ニュースティッカー
* GP：Elementsで編集
* Page HeroのElement Classesにtickerクラスを指定
========================================================= */
.page-hero.ticker {
    position: relative;
}
.section-ticker {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background-color: #009c84;
    /* flexbox */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
/* 768px以上の場合1300px上限 */
@media (min-width: 768px) {
    .section-ticker {
        max-width: 1300px;
        width: calc(100% - 200px);
        min-width: 1000px;
        margin: 0 auto;
    }
}

.ticker-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.ticker-item.ticker-ttl {
    /* サンセリフ */
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* セリフ */
    font-family: 'Playfair Display', serif;
    width: 200px;
    line-height: 50px;
    text-align: center;
    background-color: #333;
    font-size: 1.2em;
}
.ticker-item.ticker-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    text-align: left;
    font-size: 1em;
}
.ticker-txt ul {
    margin: 0;
    padding: 0;
    line-height: 50px;
}
.ticker-txt ul li {
    padding: 0 1.5em;
    display: none;
    width: calc( 100% - 3em);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ticker-date {
    color: rgba(255, 255, 255, 0.8);
    margin-right: 1em;
}
@media (max-width: 768px) {
    .ticker-item.ticker-ttl {
        width: 65px;
        font-size: 1em;
    }
    .ticker-item.ticker-txt {
        font-size: 0.85em;
    }
    .ticker-txt ul li {
        padding: 0 1em;
        width: calc( 100% - 2em);
    }
}

/* =========================================================
* コンテンツパーツ：ビジネス
========================================================= */
.section-business {}

/* =========================================================
* コンテンツパーツ：メッセージ
========================================================= */
.section-message {}

.section-message h3 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .section-message h3 {
        font-size: 26px;
    }
}

/* =========================================================
* コンテンツパーツ：アバウト
========================================================= */
.section-about {}

/* =========================================================
* コンテンツパーツ：フォト
========================================================= */
.section-photo {}

/* =========================================================
* コンテンツパーツ：アイコン
========================================================= */
.section-icon {}

/* =========================================================
* コンテンツパーツ：メンバー
========================================================= */
.section-member {}


/* =========================================================
 * コンテンツパーツ：流れ
========================================================= */
.section-flow {}

.ttl-flow {
    position: relative;
    background: #eee;
    line-height: 40px;
    padding: 10px 10px 10px 60px;
    margin-top: 40px;
}
.ttl-flow:first-of-type {
    margin-top: 0;
}
.num-flow {
    position: absolute;
    color: #fff;
    background: #009c84;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    top: 10px;
    left: 10px;
    border-radius: 20px;
}

/* =========================================================
 * コンテンツパーツ：Q&A
========================================================= */
.section-faq {}

/* tools.cssの装飾を調整 */
.faq-circle-no {
    font-family: 'Roboto Condensed', sans-serif;
    /* font-family: 'Playfair Display', serif; */
    color: #fff;
}
.faq-circle-no.faq-circle-q {
    background: #009c84;
}
.faq-circle-no.faq-circle-a {
    background: #009c8480;
}


/* =========================================================
* コンテンツパーツ：更新情報（画像）
========================================================= */
.section-img-information {}

/* WP Show Posts（プラグイン）のタイトル */
.wp-show-posts .wp-show-posts-entry-title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 0.5em 0;
}

/* =========================================================
* コンテンツパーツ：更新情報（1行テキスト）
========================================================= */
.section-news1row{}
/* =========================================================
* コンテンツパーツ：更新情報（2行テキスト）
========================================================= */
.section-news2row {}

/* =========================================================
* コンテンツパーツ：SNS
========================================================= */
.section-sns {}

.sns-wrap {
    text-align: center;
    margin: 0 auto;
}
.sns-wrap .fb_iframe_widget {
    padding-top: 10px; /* FBページプラグインをInstagramの高さに合わせる */
}

/* =========================================================
* コンテンツパーツ：画像文章左右交互（Flex）
========================================================= */
.section-imgtxt {}

.flex-imgtxt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
/* 左右に振り分け（コメントアウトで画像左固定） */
.flex-imgtxt:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
/* 任意で順向きにしたい場合 */
.flex-imgtxt.row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}
/* 任意で逆向きにしたい場合 */
.flex-imgtxt.row-reserve {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.flex-imgtxt-img {
    width: 50%;
}
.flex-imgtxt-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.flex-imgtxt-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px;
    background: #f3f3f3;
}
/* フルワイドで利用する場合 */
.flex-imgtxt-txt-inner {
    max-width: 520px;
}

/* 見出し */
.section-imgtxt h3 {
    font-size: 26px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.section-imgtxt h3::after {
    background: #009c84; /* キーカラーに合わせて変更 */
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 30px;
    margin-left: -15px;
    height: 3px;
}

/* スマホ調整 */
@media (max-width: 768px) {
    /* 縦方向に変更 */
    .flex-imgtxt,
    .flex-imgtxt:nth-child(odd),
    .flex-imgtxt.row-reserve {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; /* 縦方向に並べる */
        margin-bottom: 40px;
    }
    .flex-imgtxt-img {
        width: 100%;
    }
    .flex-imgtxt-txt {
        padding: 15px;
    }
    .flex-imgtxt-txt-inner {
        max-width: 100%;
    }
    .section-imgtxt h3 {
        font-size: 22px;
    }
}

/* =========================================================
* コンテンツパーツ：会社概要
========================================================= */
.section-company {}

/* =========================================================
* コンテンツパーツ：背景有りコンテンツ
========================================================= */
.section-background{}

/* =========================================================
* コンテンツパーツ：アクセス
========================================================= */
.section-access {
    text-align: center;
}
.section-access h3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.section-access .txt-read {
    
}

.map-wrap {
    position: relative;
}
.map-inner-box {
    position: absolute;
    min-width: 320px;
    top: 50px;
    left: 50px;
    z-index: 1;
    padding: 40px;
    background-color: #fff;
    -webkit-box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 992px) {
    .map-wrap {
        position: static;
    }
    .map-inner-box {
        position: static;
        min-width: auto;
        padding: 40px 15px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
}

/* =========================================================
* コンテンツパーツ：アクセス（詳細）
========================================================= */
.section-access-detail {}


/* =========================================================
* コンテンツパーツ：電話・FAX
========================================================= */
.section-telfax {
    border-bottom: 1px solid #eee;
}

/* =========================================================
* コンテンツパーツ：メールフォーム
========================================================= */
.section-mailform {}


/* =========================================================
* コンテンツパーツ：CTA
========================================================= */
.section-cta {}

.section-cta .flex2 .flexbox { 
    width: 48%;
    padding: 40px;
}
.section-cta .tel { 
    font-size: 40px;
    line-height: 50px;
}
.section-cta .button { 
    width: 300px;
    font-size: 18px;
    line-height: 30px;
    padding: 10px;
}
@media (max-width: 768px) {
    .section-cta .flex2 .flexbox { 
        padding: 15px;
    }
    .section-cta .tel { 
        font-size: 32px;
    }
    .section-cta .button { 
        width: calc( 100% - 40px );
    }
}


/* =========================================================
 * 要素のアニメーション
========================================================= */
/* アニメーション：Reveal Effect */
.anim-wrap {
    overflow: hidden; /* オーバーフロー部分は非表示 */
}
.anim-re {
    opacity: 0;
}
/* インライン要素にアニメーションを適応させる */
span.anim-wrap,
span.anim-re {
    display: inline-block;
}
/* 画面に表示されたらクラス付与 */
.play-re {
    -webkit-animation-name: play;
            animation-name: play; /* keyframesで指定した名前 */
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.8,0,.5,1);
            animation-timing-function: cubic-bezier(.8,0,.5,1);
    position: relative;
    opacity: 1 !important;
}
.play-re:before {
    -webkit-animation-name: maskOut;
            animation-name: maskOut; /* keyframesで指定した名前 */
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-delay: .5s;
            animation-delay: .5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(.8,0,.5,1);
            animation-timing-function: cubic-bezier(.8,0,.5,1);
    content: '';
    position: absolute;
    top: 0;
    left: 1px; /* インライン要素の際に右側に1px残ってしまう線を避ける */
    z-index: 1;
    width: 100%;
    height: 100%;
    /* background-image: linear-gradient( 109.6deg,  rgba(156,252,248,1) 11.2%, rgba(110,123,251,1) 91.1% ); */
    background-color: #59477e;
}

@-webkit-keyframes play {
    from {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); /* 左から右へ */
        /* transform: translateX(100%); /* 右から左へ */
        /* transform: translateY(-100%); /* 上から下へ */
        /* transform: translateY(100%); /* 下から上へ */
    }
    to {
        -webkit-transform: translateX(0);
                transform: translateX(0); /* 左右終了 */
        /* transform: translateY(0); /* 上下終了 */
    }
}
@keyframes play {
    from {
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%); /* 左から右へ */
        /* transform: translateX(100%); /* 右から左へ */
        /* transform: translateY(-100%); /* 上から下へ */
        /* transform: translateY(100%); /* 下から上へ */
    }
    to {
        -webkit-transform: translateX(0);
                transform: translateX(0); /* 左右終了 */
        /* transform: translateY(0); /* 上下終了 */
    }
}
@-webkit-keyframes maskOut {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0); /* 左右開始 */
        /* transform: translateY(0); /* ��下開始 */
    }
    to {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); /* 左から右へ */
        /* transform: translateX(-100%); /* 右から左へ */
        /* transform: translateY(100%); /* 上から下へ */
        /* transform: translateY(-100%); /* 下から上へ */
    }
}
@keyframes maskOut {
    from {
        -webkit-transform: translateX(0);
                transform: translateX(0); /* 左右開始 */
        /* transform: translateY(0); /* 上下開始 */
    }
    to {
        -webkit-transform: translateX(100%);
                transform: translateX(100%); /* 左から右へ */
        /* transform: translateX(-100%); /* 右から左へ */
        /* transform: translateY(100%); /* 上から下へ */
        /* transform: translateY(-100%); /* 下から上へ */
    }
}

/* アニメーション：スライドイン */
.anim-si {
    opacity: 0;
}
/* インライン要素にアニメーションを適応させる */
span.anim-si {
    display: inline-block;
}
/* 画面に表示されたらクラス付与 */
.play-si {
    -webkit-animation-name: slideIn;
            animation-name: slideIn;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    /* -webkit-animation-timing-function: ease;
            animation-timing-function: ease; */
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
            animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);;
    opacity: 1 !important;
}
@-webkit-keyframes slideIn {
    from {
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px); /* 左からスライドイン */
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}
@keyframes slideIn {
    from {
        -webkit-transform: translateX(-30px);
                transform: translateX(-30px); /* 左からスライドイン */
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0);
                transform: translateX(0);
        opacity: 1;
    }
}


/* =========================================================
 * Page Hero：背景スライドショー：KenBurns（CSSのみで実装）（不要な場合は削除）
 * GP：Elementsで編集
 * Page HeroのElement Classesにslideクラスを指定
 * 参考　https://codepen.io/ibanez182/pen/LZPgrY
 * 3枚バージョンのCSS　https://codepen.io/xxx-web/pen/ebMWVP
 * 4枚バージョンのCSS　https://codepen.io/xxx-web/pen/wRmdye
 * 5枚バージョンのCSS　https://codepen.io/xxx-web/pen/ebMWqo
========================================================= */
.page-hero.slide {
    position: relative;
    overflow: hidden;
}
.slide .section-mainimg {
    position: relative;
    z-index: 9; /* スライドの枚数以上、10以下指定（GPのスティッキーナビの下になるように） */
    /* 
    background-color: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
            box-shadow: 0 1em 2em -1em rgba(0, 0, 0, 0.5);
    padding: 1em 2em;
    */
}
.section-slideshow {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.slideshow-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat 50% 50%;
    background-size: cover;
    -webkit-animation-name: kenburns;
            animation-name: kenburns;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-duration: 18s;
            animation-duration: 18s;
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
}
.slideshow-image:nth-child(1) {
    -webkit-animation-name: kenburns-1;
            animation-name: kenburns-1;
    z-index: 2;
}
.slideshow-image:nth-child(2) {
    -webkit-animation-name: kenburns-2;
            animation-name: kenburns-2;
    z-index: 1;
}
.slideshow-image:nth-child(3) {
    -webkit-animation-name: kenburns-3;
            animation-name: kenburns-3;
    z-index: 0;
}

@-webkit-keyframes kenburns-1 {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    1.5625% {
      opacity: 1;
    }
    31.7675% {
      opacity: 1;
    }
    34.8925% {
      opacity: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    98% {
      opacity: 0;
      -webkit-transform: scale(1.2117647059);
              transform: scale(1.2117647059);
    }
    100% {
      opacity: 1;
    }
}
@keyframes kenburns-1 {
    0% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    1.5625% {
      opacity: 1;
    }
    31.7675% {
      opacity: 1;
    }
    34.8925% {
      opacity: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    98% {
      opacity: 0;
      -webkit-transform: scale(1.2117647059);
              transform: scale(1.2117647059);
    }
    100% {
      opacity: 1;
    }
}
@-webkit-keyframes kenburns-2 {
    31.7675% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    34.8925% {
      opacity: 1;
    }
    65.0975% {
      opacity: 1;
    }
    68.2225% {
      opacity: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
}
@keyframes kenburns-2 {
    31.7675% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    34.8925% {
      opacity: 1;
    }
    65.0975% {
      opacity: 1;
    }
    68.2225% {
      opacity: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
}
@-webkit-keyframes kenburns-3 {
    65.0975% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    68.2225% {
      opacity: 1;
    }
    98.4375% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}
@keyframes kenburns-3 {
    65.0975% {
      opacity: 1;
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
    68.2225% {
      opacity: 1;
    }
    98.4375% {
      opacity: 1;
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(1);
              transform: scale(1);
    }
}

/* =========================================================
 * Page Hero：背景動画（不要な場合は削除）
 * GP：Elementsで編集
 * Page HeroのElement Classesにvideoクラスを指定
========================================================= */
.page-hero.video {
    position: relative;
    overflow: hidden;
    /* 動画へのオーバーレイ指定 */
    /* background-image: radial-gradient(circle, rgba(63,94,251,1) 0%, rgba(252,70,107,1) 100%); */
    background-image: url(img/dot1.png);
}
.video .section-mainimg {
    position: relative;
    z-index: 1;
}
.background-video {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.6; /* ElementのBackground Colorや上記page-heroで指定した背景色やドットをオーバーレイする場合は0.Xで指定 */
}

video[poster] {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}


/* =========================================================
 * アニメーション：ローディング（不要な場合は削除）
 * 要変更：page-id
 * CodePen　https://codepen.io/xxx-web/pen/jXZNdX
 * SpinKit　http://tobiasahlin.com/spinkit/
 * ThreeDots　https://nzbin.github.io/three-dots/
========================================================= */
/* アニメーションを読み込むページだけスクロールバーを最初から表示させておく */
/* 全ページでローディングアニメーションを読み込む場合はクラス指定不要 */
body.page-id-190 {
    overflow-y: scroll !important;
}
/* ローディング前後の表示・非表示 */
body.page-id-190 > .header-wrap,
body.page-id-190 > .page-hero,
body.page-id-190 > #page,
body.page-id-190 > .site-footer {
    opacity: 0;
}
body.page-id-190.pg-loaded > .header-wrap,
body.page-id-190.pg-loaded > .page-hero,
body.page-id-190.pg-loaded > #page,
body.page-id-190.pg-loaded > .site-footer {
    opacity: 1;
}

/* SpinKitからCSSを利用、HTMLは外観＞Elements内のJSで指定 */
.sk-fading-circle {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
  }
.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
            animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
            transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
            transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
            transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
            transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
            transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
            transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
            animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
            animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
            animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
            animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
            animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
            animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
            animation-delay: -0.1s;
}
@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; }
}
@keyframes sk-circleFadeDelay {
    0%, 39%, 100% { opacity: 0; }
    40% { opacity: 1; } 
}

/* =========================================================
* 追加CSS（コメントを付けてわかりやすく記載して下さい）
========================================================= */

.txt-white{
	color: #fff!important;
}
.txt-gray {
	color: #999!important;
}
.txt-orange {
	color: #ff7e00!important;
}
.txt-yellow-orange {
	color: #F9A600!important;
}
.txt-yellow-green{
	color: #6db306!important;
}
.bg-gray {
	background: #e8e8e8;
}
.bg-pl-gray{
	background: #f7f7f7;
}
.bg-ivory{
	background: #f9f9f8;
}
.bg-white{
	background: #fff;
}
.bg-blue-green{
	background: #009c84;
}
.bg-yellow-orange{
	background: #ffb423;
}
.bg-grad{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffd800+0,079e80+100 */
	background: #ffd800; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffd800 0%,#079e80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd800', endColorstr='#079e80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.bg-pl-yellow{
	background: #fef9e0;
}
.bg-pl-green{
	background: #eff7ed;
}
.bg-pl-bgreen{
	background: #e9f6f1;
}

.rounded{
	border-radius: 0.25rem;
}

.border-box{
	border: solid 1px #ddd;
}

/* 背景イメージ 方眼紙 */
.bg-graph{
	background-size: 100px auto;
}
/* タイトル装飾  矢印付きタイトル*/
.ttl-arrow-gray{
	font-size: 16px;
	padding: 0.8em 1.4em;
	font-weight: 600;
	border-left: none;
	position: relative;
	margin: 0 auto 20px auto;
	text-align: center;
	background: #f7f7f7;
}
.ttl-arrow-gray:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(224, 224, 224, 0);
	border-top-color: #e6e3e0;
	border-width: 10px;
	margin-left: -10px;
}
.ttl-arrow-gray.grd{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+20,f7f7f7+20,f7f7f7+80,eaeaea+80,f7f7f7+80,ededed+80 */
	background: #fcfcfc; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fcfcfc 20%,#f7f7f7 20%,#f7f7f7 80%,#eaeaea 80%,#f7f7f7 80%,#ededed 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* タイトル装飾  グラデライン付きタイトル*/
.ttl-gline{
	position: relative;
	font-weight: 500;
}
.ttl-gline::after {
	 content: "";
	 position: absolute;
	 height: 2px;
	 width: 100%;
	 bottom: -10px;
	 display: block;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#99cc00+0,079e80+100 */
	background: #99cc00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #99cc00 0%,#079e80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc00', endColorstr='#079e80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* ページ内リンク */
.page-link{
	padding-top: 80px;
	margin-top: -80px;
}
/* 外部サイトへのリンクボタン */
.link-external{
	display: block;
	border-top: dotted 1px #009c84;
	border-bottom: dotted 1px #009c84;
	padding: 10px;
	text-align: center;
	color: #009c84!important;
}
@media (max-width: 768px) {	
	.link-external{
		font-size: 90%;
		padding: 10px 0;
	}	
}

/* テーブル：シンプルなテーブル */
.table-simple ,
.table-simple th,
.table-simple td {
	border: none;
	height: 100%;
}
.table-simple th,
.table-simple td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}
.table-simple th {
	color: #44413d;
	background: none;
}
.table-simple th > div {
    background: #f7f7f7;
    padding: 5px 10px;
    height: calc( 100% - 10px );
}
@media (max-width: 768px) {	
	.table-simple th {
		padding: 10px 10px 0 10px;
		border-bottom: none;
	}	
}

/* お問い合わせボタン */
/* お問い合わせページでは非表示*/
.page-id-11 .fixed-cta{
    display: none;
}
/* IE表示調整 */
.header-widget{
	float: none;
}

.fixed-cta{
    position: fixed;
    top: 35%;
    right: 10px;
    z-index: 1;
    width: 100px;
}
.fixed-cta a{
    display: block;
    font-size: 13px;
    line-height: 1.2em;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
}
.fixed-cta a:hover,
.fixed-cta a:visited{
    color: #fff;
    opacity: 0.9;
}
.fixed-cta a i{
    display: block;
    font-size: 25px;
    margin-bottom: 4px;
}
.fixed-cta a .contact-btn{
    padding: 30px 10px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffc300+0,f4ab00+80 */
    background: #ffc300; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffc300 0%,#f4ab00 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#f4ab00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.fixed-cta a .estimate-btn{
    padding: 25px 10px;
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0cb26a+0,009c84+77,009c84+77 */
    background: #0cb26a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #0cb26a 0%,#009c84 77%,#009c84 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb26a', endColorstr='#009c84',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* WPShowPosts */
.wp-show-posts .wp-show-posts-entry-title {
    font-size: 18px;
    line-height: 1.4em;
    margin: 0 0 0.5em 0;
}
/* WPShowPosts   メインコンテンツの場合 */
.site-main .wp-show-posts-inner {
    position: relative;
    overflow: hidden; /* ･･･に対応 */
}
.site-main .wp-show-posts-entry-meta {
    position: absolute;
    top: 0;
    right: 0;
/*     
    line-height: 1;
    text-align: center;
    font-size: 13px;
    padding: 10px; */

    /* background: #fff; */

    /* 
    background: #0cb26a;
    background: -moz-linear-gradient(-45deg,  #0cb26a 0%, #009c84 77%, #009c84 77%);
    background: -webkit-linear-gradient(-45deg,  #0cb26a 0%,#009c84 77%,#009c84 77%);
    background: linear-gradient(135deg,  #0cb26a 0%,#009c84 77%,#009c84 77%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb26a', endColorstr='#009c84',GradientType=1 ); */
}
.site-main .wp-show-posts-entry-meta a{
    color: #009c84;
    /* color: #fff; */
}

/* 任意の文字列（URL）を含むリンクで色分け（マンション＝黄色、戸建て＝緑） */
.site-main .wp-show-posts-entry-meta a{
    display: inline-block;
    line-height: 1;
    text-align: center;
    font-size: 12px;
    padding: 8px;

    color: #fff;
    background: #0cb26a; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #0cb26a 0%,#009c84 77%,#009c84 77%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0cb26a', endColorstr='#009c84',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.site-main .wp-show-posts-entry-meta a[href*="mansion"] {
    background: #ffc300; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #ffc300 0%,#f4ab00 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc300', endColorstr='#f4ab00',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.site-main .wp-show-posts-entry-header {
    margin: 0 0 5px 0;
}
.renovation-image {
    margin-bottom: 1em;
}
.site-main .wp-show-posts .wp-show-posts-entry-title,
.site-main .wp-show-posts .wpsp-after-content.ttl-estates,
.renovation-title {
    font-weight: 500;
    font-size: 17px;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.site-main .wp-show-posts .wp-show-posts-entry-summary,
.renovation-content {
    font-size: 13px;
    color: #6f6f6f;
    line-height: 1.8;
}
.renovation-content {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* WPShowPosts   一覧表示　価格帯・抜粋テキスト */
.site-main .wp-show-posts .wpsp-after-content.wpsp-works-kakaku,
.site-main .wp-show-posts .wpsp-after-content.wpsp-estates-kakaku,
.renovation-price {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    background: #f7f7f7;
    color: #009c84;
    padding: 5px 0;
    margin: 10px 0 20px 0;
}
.site-main .wp-show-posts .wpsp-after-content{
	font-size: 13px;
	color: #5a5959;
}

/* サイドバー */
.side-works-cate a{
	display: block;
	padding: 0;
}
.side-works-cate a img{
	max-width: 30px;
	width: 100%;
	background: #e3f3e7;
	padding: 5px;
}
.side-works-cate li{
	margin: 0 0 5px 0;
	padding: 0;
	border-bottom: dotted 1px #e8e8e7;
}
.side-works-cate li:nth-of-type(even) a img{
	background: #f9f5cf;
}



/* お問い合わせ　電話番号 */
.contact-tel-box{
	text-align: center;
}
.contact-tel {
    font-size: 30px;
    line-height: 32px;
    letter-spacing: 0.05em;
	text-align: left;
	display: inline-block;
}
.contact-tel span{
    font-size: 12px;
	display: block;
	text-align: left;
	margin: -10px 0;
}
.contact-tel img {
    max-width: 54px;
}
@media only screen and (max-width: 768px) {
.contact-tel {
    font-size: 22px;
	text-align: center;
	display: block;
}
}


/* トップページ */
.section-toptxt{
	line-height: 2em;
}
.section-toptxt .txt-l{
	line-height: 2.2em;
}
.section-toptxt .img-message img{
	max-width: 780px;
	width: 100%;
}
.top-works-search a{
	margin-bottom: 10px;
	padding: 10px 0;
	display: block;
	border-bottom: dotted 1px #e8e8e7;
}
.top-works-search img{
	max-width: 35px;
	width: 100%;
	background: #e3f3e7;
	padding: 4px;
}
.top-works-search div div:nth-of-type(even) img{
	background: #f9f5cf;
}
.top-works-search a:hover{
	border-bottom: solid 1px #fff;
}
.top-works-cate img{
	max-width: 88px;
	width: 100%;
	vertical-align: middle;
	margin-right: 15px;
}
.top-works-cate a {
	background: #f7f7f7;
	display: block;
	font-weight: 500;
}

@media (max-width: 1100px) {
.top-works-search img{
}
.top-works-cate a{
	text-align: center;
}
.top-works-cate img{
	max-width: 80px;
	width: 100%;
	vertical-align: middle;
	margin:10px auto 5px auto;
	display: block;
}
}

.section-top-works h3{
	font-size: 16px;
	padding: 0.8em 1.4em;
	font-weight: 600;
	border-left: none;
	position: relative;
	margin: 0 auto 20px auto;
	text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+20,f7f7f7+20,f7f7f7+80,eaeaea+80,f7f7f7+80,ededed+80 */
	background: #fcfcfc; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fcfcfc 20%,#f7f7f7 20%,#f7f7f7 80%,#eaeaea 80%,#f7f7f7 80%,#ededed 80%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, 		Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ededed',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.section-top-works h3:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(224, 224, 224, 0);
	border-top-color: #e6e3e0;
	border-width: 10px;
	margin-left: -10px;
}

.section-top-voices .bg-white{
    padding: 30px 40px 0px 40px;
}
@media (max-width: 768px) {
    .section-top-voices .bg-white{
        padding: 30px 15px 0px 15px;
    }
}

.top-button{
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 0 auto;
}
.section-toplink a h4{
	background: #fff;
	text-align: center;
	display: block;
	padding: 10px 10px;
	max-width: 70%;
	position: relative;
	top: -15px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffdf2c+0,ffdf2c+4,ffffff+4,ffffff+96,009c84+96 */
	background: #ffdf2c; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #ffdf2c 0%,#ffdf2c 4%,#ffffff 4%,#ffffff 96%,#009c84 96%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdf2c', endColorstr='#009c84',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.site-info{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a0c231+1,079e80+100 */
	background: #a0c231; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #a0c231 1%,#079e80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a0c231', endColorstr='#079e80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


@media (max-width: 768px) {
	.top-works-search a{
		margin-bottom: 0;
		padding: 3px 0;
		border-bottom: dotted 1px #e8e8e7;
	}
	.top-works-search img{
		max-width: 30px;
		padding: 3px;
	}
	.top-works-cate img{
		margin: 5px auto;
	}
	.top-works-cate a {
		line-height: 1.3em;
	}
	.section-top-voices{
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: top center;
		background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(221, 247, 231, 0.8)),to(rgba(221, 247, 231, 0.8))), url(img/bg_voice_mb.jpg)!important;
		background-image: linear-gradient(0deg, rgba(221, 247, 231, 0.8),rgba(221, 247, 231, 0.8)), url(img/bg_voice_mb.jpg)!important;
	}
}

/* スタッフ */
.staff-wrap {
	padding-bottom: 80px;
}
.staff-wrap:last-of-type {
	padding-bottom: 0;
}
.staff-wrap .staff-info{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}

@media (max-width: 768px) {
    .staff-wrap .staff-info{
        margin-bottom: 20px;
    }
}

.staff-wrap .staff-info span{
	background: #fff;
	display: block;
	padding: 10px 5px;
	font-size: 15px;
	position: relative;
	top: -20px;
	max-width: 60%;
	margin: 0 auto;
}
.staff-wrap .staff-name{
	font-weight: 500;
	background: #fff;
	position: relative;
	padding: 0 0 10px 0;
}
.staff-wrap .staff-name::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom:  0px;
    left: 0;
    width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#99cc00+0,079e80+100 */
    background: #99cc00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #99cc00 0%,#079e80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc00', endColorstr='#079e80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.staff-wrap h5{
	font-weight: 500;
	background: #f7f7f7;
	margin-bottom: 10px;
	padding: 5px 10px;
	font-size: 15px;
}


/*投稿ページ　 施工実績・新築物件・お客様の声・リノベーション */

/*カテゴリスライダー別枠デザイン*/
.slick-slider-box.case{
	margin: 0;
	padding: 20px 0 0 0;
	background: #404040;
	border-radius: 0 2px 2px 2px;
}
.slick-slider-box.estates{
	margin: 0;
	padding: 20px 10px 10px 10px;
	background: #404040;
	border-radius: 2px;
}
.slick-slider-box.voices {
	margin: 0;
	padding: 20px 10px;
	border-radius: 2px;
	background: #f7f7f7;
}
.slick-slider-box.renovation{
	margin: 0;
	padding: 20px 10px 10px 10px;
	background: #404040;
	border-radius: 2px;
}

/*スライダー共通*/
.slick-slider-box p{
	margin: 0;
}
.slick-slider-box .slick-list {
    padding: 0;
}
.slick-next {
    right: -5px!important;
    z-index: 200!important;
    width: 35px!important;
    height: 35px!important;
}
.slick-prev{
    left: 10px!important;
    z-index: 100!important;
    width: 35px!important;
    height: 35px!important;
}
.slick-prev.slick-arrow:before{
    font-family: FontAwesome;
    content: "\f104";
    color: #fff;
    font-size: 35px;
}
.slick-next.slick-arrow:before{
	font-family: FontAwesome;
    content: "\f105";
	color: #fff;
	font-size: 35px;
}

.slide-img,
.slide-thumb,
.simple-slider{
	margin: 0;
	padding: 0;
}
.slide-img li,
.simple-slider li{
	text-align: center;
	max-height: 450px;
	position: relative;
}
.renovation .slide-img li {
	max-height: 600px;
}
.slide-img li a img,
.simple-slider li a img{
	max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
	border-radius: 1px;
}
.slide-img li:before,
.simple-slider li:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.slide-img a,
.simple-slider a{
    position: absolute;
    top: 0; 
    left: 0;
    width: 100%;
    height: 100%;
	display: block;
}
.slide-img li p,
.simple-slider li p{
	z-index:99;
	position: absolute;
	left: 0;
	bottom: 10px;
	display: block;
	width: 100%;
	text-align: center;
}
.slide-img li p span,
.simple-slider li p span{
	background : rgba(255,255,255,0.9);
	color: #009c84;
	padding: 5px 15px;
	text-align: center;
	border-radius: 4px;
}
.slick-dots{
	bottom: -40px!important;
}
.slick-dots li button::before {
    font-family: 'slick';
    font-size: 10px!important;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: #fff!important;
}

.slide-thumb{
	margin-top: 20px;
	background: #615f5d;
	padding-right: 10px;
}
.slide-thumb li div{
	position: relative;
    width: 100%;
	padding-top: 65%;
	overflow: hidden;
	border: solid 10px #615f5d;
}
.slide-thumb li div img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}
.slide-thumb .slick-prev.slick-arrow:before{
	font-family: FontAwesome;
    content: "\f0a8";
	color: #fff;
	font-size: 30px;
}
.slide-thumb .slick-next.slick-arrow:before{
	font-family: FontAwesome;
    content: "\f0a9";
	color: #fff;
	font-size: 30px;
}
.slick-dots li button::before {
    color: #55d851!important;
}
.slick-slider-box.voices .slick-dots li button::before {
    color: #009c84!important;
}
.slick-slider-box.voices .slick-next.slick-arrow:before,
.slick-slider-box.voices .slick-prev.slick-arrow:before{
    color: #777;
}

/* 施工実績 */
.tab-slider{
	margin-top: -80px;
	padding-top: 80px;
}
.tab-slider p{
	margin: 0;
}
.case-tab:nth-of-type(2){
	display: none;
}
.case-tab:nth-of-type(3){
	display: none;
}
.case-tab .case-select{
	margin: 0;
}
.case-tab .case-select h3{
  background: #6bbd27;
   padding: 12px 6px 6px 6px;
   text-align: center;
   color: #fff;
   margin: 0;
   border-radius: 1px 1px 0 0;
   min-height: 35px;
	font-size: 18px;
	position: relative;
}
.case-tab .case-select h3::after{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #6bbd27;
	border-width: 10px;
	margin-left: -10px;
}
.case-tab .case-select a{
   background: #f5f5f5;
   padding: 12px 6px 6px 6px;
   text-align: center;
   color: #009c84;
   display: block;
   border-radius: 1px 1px 0 0;
   min-height: 35px;
}


/* 担当営業より一言 */
.staff-comment{
	background: #f7f7f7;
	border-radius: 4px;
	padding: 20px;
    margin-bottom: 20px;
    overflow: hidden; /*floatの解除*/
}
.staff-comment h4{
	color: #4e7bbf;
	margin-bottom: 15px;
	background: #f7f7f7;
	padding: 5px;
}
.staff-comment .staff-icon img {
	width: 120px;
	height: 120px;
	display: block;
	margin: 0 auto 5px auto;
}
.staff-comment .staff-icon{
	float: left;
	display: inline;
	text-align: center;
}
@media (max-width: 768px) {
.staff-comment .staff-icon{
	float: none;
	display: block;
	text-align: center;
	padding-bottom: 20px;
}
}


/* お客様の声 */
.slick-slider-box.voice .slick-dots li button::before {
    color: #4e7bbf!important;
}
.slick-slider-box.voice .slick-prev.slick-arrow:before{
	color: #4e7bbf!important;
}
.slick-slider-box.voice .slick-next.slick-arrow:before{
	color: #4e7bbf!important;
}
.voices-interview h3{
	background: #eff7ed;
	padding: 5px 10px;
	margin-bottom: 0.5em;
	font-size: 17px;
	font-weight: 500;
}

@media (max-width: 768px) {
    .slick-slider-box.case{
        margin: 0;
        padding: 20px 10px;
        background: #39383d;
        border-radius: 0 0 4px 4px;
    }
    .slide-thumb{
        margin-top: 0;
    }
    .slide-img li{
        max-height: 200px;
    }
    .renovation .slide-img li{
        max-height: 300px;
    }
    .slide-img li a img{
        max-width: 100%;
        max-height: 100%;
        width: auto;
        margin: 0 auto;
        border-radius: 4px;
    }
    .slide-img a{
        max-height: 200px;
        display: block;
    }
    .renovation .slide-img a{
        max-height: 300px;
    }
    .slick-prev,
    .slick-next{
        /* display: none!important; */
    }
}


/* 施工実績　リノベーションページ */
.renovation-slider{
	 border-radius: 2px;
	 overflow: hidden;
}
.renovation-ba .renovation-ba-nav {
	 list-style: none;
	 text-align: center;
}
.renovation-ba .renovation-ba-nav li{
	 display: inline-block;
	 margin-bottom: 5px;
}
.renovation-ba .renovation-ba-nav li .button{
	 font-size: 14px;
	 padding: 5px 10px;
}
.renovation-ba-nav{
	 position: relative;
	 z-index: 2;
	 margin-top: -150px;
	 padding-top: 150px;
}
.renovation-ba .ttl-arrow{
	font-size: 15px;
	position: relative;
	text-align: center;
	padding: 8px;
	margin: 0 auto;
	border-radius: 2px;
	max-width: 300px;
	background: #009c84;
	color: #fff;
}
.renovation-ba .ttl-arrow:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 10px solid #177c5c;
}
.renovation-ba-img{
    position: relative;
    width: 100%;
    height: auto;
    background: #f7f7f7;
    border-radius: 2px;
}
.renovation-ba-img:before{
    content: "";
    display: block;
    padding-top: 40%; 
}
.renovation-ba-img > div{
    position: absolute;
    top: 10px;
    left: 0;
    height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.renovation-ba-img div img{
    border-radius: 2px;
    overflow: hidden;
    width: 92%;
}
.renovation-ba-img .renovation-ba-cap span{
    display: block;
    font-size: 80%;
    margin-top: -0.5em;
    font-weight: normal;
}
.renovation-ba-img > div:not(:target){
    opacity: 0;
}

.renovation-ba-img > div:not(:target) .renovation-ba-cap{
    visibility: hidden;
}
.renovation-ba-img > div:nth-child(1) .renovation-ba-cap{
    visibility: visible;
}
.renovation-ba-img > div:nth-child(1){ 
    opacity: 1; 
}
.renovation-ba-img > div:target{ 
    z-index: 1;
    opacity: 1;
}
.renovation-ba-img > div:target .renovation-ba-cap{
    visibility: visible;
    z-index: 1;
    background: #f7f7f7;
}
/* Before＆After写真ナビの内部リンク位置調整 */
#living, #entrance, #room, #room1, #room2, #washroom, #bath, #toilet, #closet, #kitchen, #corridor,
#ba1, #ba2, #ba3, #ba4, #ba5, #ba6, #ba7, #ba8, #ba9, #ba10, #ba11, #ba12, #ba13, #ba14, #ba15 {
    margin-top: -200px;
    padding-top: 200px;
}

@media (max-width: 768px) {
.renovation-ba .renovation-ba-nav li .button{
    font-size: 14px;
    padding: 4px 10px;
}
.renovation-ba-img:before{
    content: "";
    display: block;
    padding-top: 170%; 
}

}


/* アフターサービス */
.jio-h3 {
    padding: 20px 0;
    margin: 0 auto 20px auto;
    text-align: center;
    font-size: 28px;
    background: #f7f7f7;
    font-weight: 500;
}
.jio-h3.yellow{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7c100+2,f7f7f7+2,f7f7f7+98,f7c100+98 */
	background: #f7c100; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #f7c100 2%,#f7f7f7 2%,#f7f7f7 98%,#f7c100 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7c100', endColorstr='#f7c100',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.jio-h3.green{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#89d800+2,f7f7f7+2,f7f7f7+98,89d800+98 */
	background: #89d800; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #89d800 2%,#f7f7f7 2%,#f7f7f7 98%,#89d800 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89d800', endColorstr='#89d800',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.jio-comment {
    background: #fffbe7;
    padding: 10px;
}
.jio-comment.arrow{
    background: #fffbe7;
    position: relative;
}
.jio-comment.arrow::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #eae6d1;
	border-width: 15px;
	margin-left: -10px;
}

/* リフォームの流れ */
.flow-step{
	margin-bottom: 20px;
}
.flow-step:nth-of-type(even){
	background: #eff7ed;
}
.flow-step:nth-child(4),
.flow-step:nth-child(8){
	background: #fdf9ec;
}
.flow-step h3{
	color: #009c84;
	padding-top: 20px;
	margin-bottom: 5px;
	font-weight: 500;
}
.flow-step .num{
	position: relative;
	width: 100%;
	margin: 0 auto;
}
.flow-step .num span{
	position: absolute;
	top: 0; 
	left: 0;
	z-index: 1;
	color: #fff;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3bb549+0,079e80+100 */
	background: #3bb549; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg, #3bb549 0%,#079e80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3bb549', endColorstr='#079e80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-size: 90%;
	padding: 5px 25px;
}
.flow-step h3{
	font-size: 20px;
	margin-top: 0.5em;
	padding: 0 10px;
}
.flow-step h3,
.flow-step p{
	padding: 0 10px;
}
@media (max-width: 768px) {
	.flow-step img{
		margin: 0 auto 10px auto;
	}
	.flow-step h3{
	text-align: center;
	}
}


/* よくあるご質問 */
dl.faq{
	margin: 0 auto;
	overflow: hidden;
}
dl.faq dt{
	padding: 20px 0;
	font-size: 18px;
	display: table;
	width: 100%;
	font-weight: normal;
	background: #eff7ed;
}
dl.faq dt:nth-of-type(even){
	 background: #ecf6f7;
}
dl.faq dd{
	padding: 20px 0;
	margin: 0;
	display: table;
	width: 100%;
}
dl.faq dd span{
	color: #F9A600;
}
dl.faq dt span,
dl.faq dd span{
	font-size: 40px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	text-align: center;
	width: 20%;
}
dl.faq dt p,
dl.faq dd p{
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px 0 0;
}
@media (max-width: 768px) {
	dl.faq dt{
		padding: 10px 0;
		font-size: 16px;
	}
	dl.faq dd{
		padding: 10px 0;
	}
	dl.faq dt span,
	dl.faq dd span{
		font-size: 25px;
		width: 10%;
	}	
}

/* 2020.6.10追加 */
@media (min-width:768px) {
    .pc-pl10   { padding-left:10px !important; }
    .pc-pl15   { padding-left:15px !important; }
    .pc-pl20   { padding-left:20px !important; }
    .pc-pl25   { padding-left:25px !important; }
    .pc-pl30   { padding-left:30px !important; }
    .pc-pl35   { padding-left:35px !important; }
    .pc-pl40   { padding-left:40px !important; }
    .pc-pl45   { padding-left:45px !important; }
    .pc-pl50   { padding-left:50px !important; }
    .pc-pl55   { padding-left:55px !important; }
    .pc-pl60   { padding-left:60px !important; }
    .pc-pl65   { padding-left:65px !important; }
    .pc-pl70   { padding-left:70px !important; }
    .pc-pl75   { padding-left:75px !important; }
    .pc-pl80   { padding-left:80px !important; }
    .pc-pl85   { padding-left:85px !important; }
    .pc-pl90   { padding-left:90px !important; }
    .pc-pl95   { padding-left:95px !important; }
    .pc-pl100  { padding-left:100px !important; }
    
    .pc-pr0   { padding-right:0 !important; }
    .pc-pr5   { padding-right:5px !important; }
    .pc-pr10  { padding-right:10px !important; }
    .pc-pr15  { padding-right:15px !important; }
    .pc-pr20  { padding-right:20px !important; }
    .pc-pr25  { padding-right:25px !important; }
    .pc-pr30  { padding-right:30px !important; }
    .pc-pr40  { padding-right:40px !important; }
    .pc-pr45  { padding-right:45px !important; }
    .pc-pr50  { padding-right:50px !important; }
    .pc-pr55  { padding-right:55px !important; }
    .pc-pr60  { padding-right:60px !important; }
    .pc-pr65  { padding-right:65px !important; }
    .pc-pr70  { padding-right:70px !important; }
    .pc-pr75  { padding-right:75px !important; }
    .pc-pr80  { padding-right:80px !important; }
    .pc-pr85  { padding-right:85px !important; }
    .pc-pr90  { padding-right:90px !important; }
    .pc-pr95  { padding-right:95px !important; }
    .pc-pr100 { padding-right:100px !important; }
}


/* 2020.6.12追加 */
/* トップページ */
.ttl-std-wrap .ttl-jp{
    font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, Meiryo, 'MS PGothic', sans-serif; 
	font-weight: bold;
	font-size: 28px;
	padding-bottom: 5px;
}
.section-top-voicestaff .flex2 .flexbox,
.section-top-works .flex2 .flexbox{
    width: 46.5%!important;
	background: none;
}
.section-top-voicestaff .flexbox-btn a::before,
.section-top-works .flexbox-btn a::before{
    content: none;
}
.section-top-voicestaff{
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f1f8eb+0,f1f8eb+50,fffce6+50,fffce6+100 */
    background: #f1f8eb; /* Old browsers */
    background: -moz-linear-gradient(left,  #f1f8eb 0%, #f1f8eb 50%, #fffce6 50%, #fffce6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #f1f8eb 0%,#f1f8eb 50%,#fffce6 50%,#fffce6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #f1f8eb 0%,#f1f8eb 50%,#fffce6 50%,#fffce6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f8eb', endColorstr='#fffce6',GradientType=1 ); /* IE6-9 */
}
.section-top-voicestaff .top-staff{
	background: #fffce6!important;
}
.section-top-voicestaff .top-staff img{
	max-width: 96%;
}
@media (max-width: 768px) {
	.section-top-voicestaff .flex2 .flexbox,
    .section-top-works .flex2 .flexbox{
        width: 100%!important;
    }
	.section-top-voicestaff .flex2 .flexbox{
        padding: 20px 15px;
    }
	.section-top-voicestaff{
        /*background: #f1f8eb; */
    }
}

/* 2020.6.16追加 スタッフ */
.type-employees .entry-content {
    margin: 0;
}
/* 2020.6.17追加 トップページ・リフォーム施工事例ページの2列表示をスマホでも維持 */
/* WP Show Posts two columns on mobile */
/* https://wordpress.org/support/topic/two-columns-on-mobile-2/ */

@media (max-width: 767px) {
    .wpsp-2-colomns .wp-show-posts-columns .wp-show-posts-single {
        display: block;
        width: 50%;
    }
    .wpsp-2-colomns .wp-show-posts-columns {
        margin-left: -1em !important;
    }
    .wpsp-2-colomns .wp-show-posts-inner {
        margin-left: 1em !important;
    }
}

/* 2021.2.16 モデルルーム */
.mr-mainbg {
    background: linear-gradient(180deg, #fff 0%, #fff 450px, #f7f7f7 450px, #f7f7f7 100%);
    width: 100%;
}
.table-mr {
    font-size: 14px;
}
.table-mr th {
    background-color: #f7f7f7;
    width: 20%;
}
.table-mr td {
    width: 30%;
}
@media (max-width: 768px) {
    .mr-mainbg {
        background: linear-gradient(180deg, #fff 0%, #fff 250px, #f7f7f7 250px, #f7f7f7 100%);
    }
    .table-simple.table-mr th {
        padding: 10px;
        border-bottom: 1px solid #ddd;
        width: 25%;
    }
    .table-simple.table-mr td {
        width: 25%;
    }
}
.mr-tag {
    color: #fff;
    background-color: #019C84;
    font-size: 13px;
    padding: 5px 10px;
    margin: 5px;
}
.mr-ttl {
    font-weight: 500;
    background: #fff;
    position: relative;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
}
.mr-ttl::after {
    content: "";
    position: absolute;
    height: 2px;
    bottom:  0px;
    left: 0;
    width: 100%;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#99cc00+0,079e80+100 */
    background: #99cc00; /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #99cc00 0%,#079e80 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc00', endColorstr='#079e80',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

/* 2021.4.27 */
.section-top-modelroom .top-modelroom img {
	max-width: 95%;
}
.flex {
    display: flex;
}
@media (max-width: 768px) {
    .flex {
        -ms-flex-direction: column;
            flex-direction: column; /* 縦方向に並べる */
    }
}

.box-attention {
    border: 2px solid #fcc932;
    padding: 40px;
}
@media (max-width: 768px) {
    .box-attention {
        padding: 20px;
    }
}


/* 2021.5.13 snsアイコン追加 */
.sns-fb{
    background: #1877f2;
}
.sns-insta{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f26939+0,cf2e92+52,4c64d3+99 */
background: #f26939; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #f26939 0%, #cf2e92 52%, #4c64d3 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #f26939 0%,#cf2e92 52%,#4c64d3 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #f26939 0%,#cf2e92 52%,#4c64d3 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26939', endColorstr='#4c64d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
/
}

.slideout-cta-sns > div{
	max-width: 120px;
	margin: 10px auto;
}
a.fixed-cta-sns,
.slideout-cta-sns a{
	text-align:center;
	width: 45px;
	height: 45px;
	line-height:1;
	border-radius: 50%;
}
a.fixed-cta-sns i,
.slideout-cta-sns a i{
    color: #fff!important;
	font-size: 23px;
	position: relative;
	top: 0.45em;
	left: 0.05em;
}
a.fixed-cta-sns{
	margin: 10px auto;
}

/* 2022.3.07 生命保険ページ */
.ttl-hoken{
	padding: 20px 10px;
	border-top: dotted 1px #b5dfd8;
	border-bottom: solid 2px #009c84;
	line-height: 1.5em;

}
.hoken-box h3{
	margin: -20px auto 60px auto;
	background: #009c84;
	color: #fff;
	font-size: 100%;
	width: 300px;
	padding: 10px;
	text-align: center;
	position: relative;
}
.hoken-box h3::after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-top-color: #009c84;
	border-width: 10px;
	margin-left: -10px;
}
.hoken-box .ttl-life{
	border-radius: 20px;
	padding: 7px 5px;
	text-align: center;
	width: 70%;
	margin: 0 auto 20px auto;
	display: block;
	font-size: 18px;
	font-weight: 500;
}

.hoken-flow{
	align-items: center;
}
.hoken-flow i.fa{
	font-size: 36px;
}
.hoken-flow .hoken-flow-box{
	width: 45%;
	line-height: 1.5em;
	min-height: 100px;
	padding: 10px;
}
@media (max-width: 1024px) {
    .hoken-flow > div,
    .hoken-flow .hoken-flow-box{
        width: 99%;
        padding: 10px 3px;
    }
}

/* 2023.1.31追加 */
table td p:last-child {
	margin-bottom: 0;
}
/* 2023.2.1追加 */
.m-color {
    color: #57B53C;
}