/*
Theme Name:   GeneratePress Child
Theme URI:    http://generatepress.com
Author:       NoguchiKikaku
Author URI:   http://noguchi-kikaku.com/
Template:     generatepress
Version:      0.1
Unsemantic CSS Framework Documentation http://unsemantic.com/css-documentation

■目次
・フォント設定
・基本設定
・Unsemantic調整
・toolsカスタマイズ
・ヘッダー
・フッター
・ナビゲーション
・パンクズ
・サイドバー
・トップページ
・カテゴリ一覧
・投稿ページ
・個別ページ
・イメージ
・テーブル
・DL DT DD
・WP-PAGENAVI
・メディアクエリ
*/


/* =========================================================
* フォント設定
========================================================= */
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    src: url('font/NotoSansCJKjp-Light-sub.eot');
    src: local('Noto Sans CJK JP Light'),
        url('font/NotoSansCJKjp-Light-sub.eot?#iefix') format('embedded-opentype'),
        url('font/NotoSansCJKjp-Light-sub.woff') format('woff'),
        url('font/NotoSansCJKjp-Light-sub.otf')  format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    src: url('font/NotoSansCJKjp-DemiLight-sub.eot');
    src: local('Noto Sans CJK JP DemiLight'),
        url('font/NotoSansCJKjp-DemiLight-sub.eot?#iefix') format('embedded-opentype'),
        url('font/NotoSansCJKjp-DemiLight-sub.woff') format('woff'),
        url('font/NotoSansCJKjp-DemiLight-sub.otf')  format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    src: url('font/NotoSansCJKjp-Regular-sub.eot');
    src: local('Noto Sans CJK JP Regular'),
        url('font/NotoSansCJKjp-Regular-sub.eot?#iefix') format('embedded-opentype'),
        url('font/NotoSansCJKjp-Regular-sub.woff') format('woff'),
        url('font/NotoSansCJKjp-Regular-sub.otf')  format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 600;
    src: url('font/NotoSansCJKjp-Medium-sub.eot');
    src: local('Noto Sans CJK JP Medium'),
        url('font/NotoSansCJKjp-Medium-sub.eot?#iefix') format('embedded-opentype'),
        url('font/NotoSansCJKjp-Medium-sub.woff') format('woff'),
        url('font/NotoSansCJKjp-Medium-sub.otf')  format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 700;
    src: url('font/NotoSansCJKjp-Bold-sub.eot');
    src: local('Noto Sans CJK JP Bold'),
        url('font/NotoSansCJKjp-Bold-sub.eot?#iefix') format('embedded-opentype'),
        url('font/NotoSansCJKjp-Bold-sub.woff') format('woff'),
        url('font/NotoSansCJKjp-Bold-sub.otf')  format('opentype');
}

.marugo{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


/* =========================================================
* 基本設定
========================================================= */
body {
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;*/
    font-family: "Noto Sans Japanese", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
/* ベースカラー */
.basecolor {
    color: #1e72bd;
}

button, input, select, textarea {
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;*/
    font-family: "Noto Sans Japanese", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    border: 0;
    background: #555;
    color: #fff;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: #333;
}

/* 見出し（基本はカスタマイザーで設定） */
h1, h2, h3, h4, h5, h6 {
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", sans-serif;*/
    font-family: "Noto Sans Japanese", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 0.5em 0;
    border: none;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.info1column a,
.info2column a,
.show-thumbnail-title a,
.show4column-thumbnails a {
    color: #564d46;
    text-decoration: none;
}

h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.info1column a:visited,
.info2column a:visited,
.show-thumbnail-title a:visited,
.show4column-thumbnails a:visited {
    color: #564d46;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.info1column a:hover,
.info2column a:hover,
.show-thumbnail-title a:hover,
.show4column-thumbnails a:hover {
    color: #18993a;
}


.txt-red{
	color: #F35658;
}
.txt-orange{
	color: #FDA620;
}
.txt-ygreen{
	color: #97C632;
}
.txt-green{
	color: #2EB754;
}
.box-gray{
	padding: 10px;
	border: solid 1px #C9C9C9;
}

.page-link{
	padding-top: 80px;
	margin-top: -60px;
}



/* =========================================================
* Unsemantic調整
========================================================= */
/* フルワイドのセクション */
.generate-sections-fullwide .generate-sections-inside-container {
    padding-left: 0;
    padding-right: 0;
}
.grid-container-800 .grid-container {
    max-width: 800px;
}
.grid-container-900 .grid-container {
    max-width: 900px;
}
.grid-container-1000 .grid-container {
    max-width: 1000px;
}
.grid-container-1100 .grid-container {
    max-width: 1100px;
}
.grid-container-1200 .grid-container {
    max-width: 1200px;
}
.grid-container-1300 .grid-container {
    max-width: 1300px;
}
.grid-container-1400 .grid-container {
    max-width: 1400px;
}
.grid-container-1500 .grid-container {
    max-width: 1500px;
}
.grid-container-1600 .grid-container {
    max-width: 1600px;
}
.grid-container-1700 .grid-container {
    max-width: 1700px;
}

/* トップに戻るボタン(rgbaに変換：http://www.color-hex.com/) */
.generate-back-to-top,
.generate-back-to-top:visited {
    background: rgba( 100,80,70, 1);
}
.generate-back-to-top:hover,
.generate-back-to-top:active,
.generate-back-to-top:focus {
    background: rgba( 100,80,70, 0.8);
}
.generate-back-to-top i {
    color: #fff;
}

/* 固定ページ･投稿ページヘッダーのアイキャッチ画像非表示 */
.page .post-image,
.page-header-image-single {
    display: none;
}
/* カスタマイザーとは別に固定ページの背景色設定 */
body.page {
    background-color: #ffffff;
}



/* =========================================================
* toolsカスタマイズ
========================================================= */


/* =========================================================
* ヘッダー
========================================================= */
.site-header img.header-image {
    max-height: 76px;
    width: auto;
}

/* =========================================================
* フッター
========================================================= */
.footer-info{
	background: #fbf7e9;
	padding: 20px 5px;
	border-radius: 5px;
}
.footer-info,
.footer-info a{
	color: #776F6F!important;
}
.footer-sitemap{
	margin: 0 0 0 20px!important;
}
.footer-widget-logo img.footer-logo {
    max-height: 70px;
    width: auto;
}
.inside-footer-widgets .inner-padding {
    padding: 0 20px;
}
footer.site-info .copy1 {
    text-align: left;
}
footer.site-info .copy2 {
    text-align: right;
}

/* =========================================================
* ナビゲーション
========================================================= */
/* モバイル表示の電話番号 */
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a {
    line-height: 1.5em !important;
}
.main-navigation.slideout-navigation .main-nav ul li a{
	font-size: 16px!important;
	letter-spacing: 0em;
}
.main-navigation .main-nav ul li a{
	background: url(images/nav_li.png) left center no-repeat;
	letter-spacing: 0.1em;
}
.main-navigation .main-nav ul li:first-child a{
	background: none;
}

#sticky-navigation a{
	font-size: 15px;
}

.main-navigation ul ul {
    width: 220px;
}
/* =========================================================
* パンクズ
========================================================= */
.breadcrumbs {
    font-size: 13px;
    padding: 10px 10px;
	line-height: 1.4;
	border-top: dotted 1px #E0DADB;
	border-bottom: dotted 1px #E0DADB;
}

/* =========================================================
* サイドバー
========================================================= */
.sidebar {
    padding-top: 0; /* パンクズの高さを調整 */
}
.sidebar .widget {
    padding: 20px;
}
/* サイドバーウィジェットのタイトル設定 */
.sidebar .widget .widget-title {
    color: #fff;
    font-weight: 500;
    background-color: #87d462;
    text-align: center;
    line-height: 1;
    padding: 10px 0;
    margin: -20px -20px 20px -20px; /* .sidebar .widgetのpadding打ち消し */
}
/* セレクトボックスデザイン調整 */
.sidebar .widget select {
    width: 100%;
    padding: 3px;
}

/* wp show posts関係 */
.sidebar .wp-show-posts-entry-meta {
    text-align: right;
}
.sidebar .wp-show-posts-image.wpsp-image-left {
    margin-right: 15px;
}
.sidebar .wp-show-posts-image.wpsp-image-left img{
	border-radius: 4px;
}
.sidebar .wp-show-posts .wp-show-posts-entry-title {
    font-size: 15px;
    line-height: 1.65;
    font-weight: 300;
}


/* =========================================================
* トップページ
========================================================= */
.wp-show-posts-columns .wp-show-posts-entry-title {
    font-size: 17px;
    line-height: 1.8;
}

.main-image{
	display: block;
}
.main-image-mobile{
	display: none;
}

.top-about .txt{
	line-height: 2.4em;
}
.top-about .txt strong{
	font-size: 20px;
}
.top-about a img{
	background: #fff;
	padding: 5px;
}
.top-about a h3 i{
	content:'';
	display: inline-block;
	color: #fff;
	padding: 3px;
	text-align: center;
	width: 30px;
	font-weight: bold;
	background: #14b211;
	margin: -2px 0 0 0;
	vertical-align: middle;
	border-radius: 3px;
}

.top-news a img{
	border-radius: 5px;
}

.topLine{
	height: 6px;
	background: #6bc981;
	border-radius: 6px;
}

@media only screen and (max-width: 768px) {
.main-image{
	display: none;
}
.main-image-mobile{
	display: block;
}
.top-about h1{
	font-size: 22px;
}
.top-about .txt{
	line-height: 1.8em;
}
.top-about .txt strong{
	letter-spacing: 0;
	font-size: 18px;
}
}


/* =========================================================
* カテゴリ一覧
========================================================= */
.category .page-header {
	display: none;
}


/* =========================================================
* 投稿ページ
========================================================= */
/*会計報告*/
.report{
	margin: 20px 0;
}
.report a i{
	color: #F52E31;
}
.report a{
	font-size: 18px;
	display: block;
	margin: 10px 0;
}


/* =========================================================
* 個別ページ
========================================================= */
ul.rinen{
	list-style: none;
	margin: 0;
}
ul.rinen li{
	font-size: 20px;
	background: #fbf7e9;
	padding: 10px;
	border-radius: 5px;
	margin: 0 0 5px 0;
}
ul.rinen.font90 li{
	font-size: 18px;
}
ul.rinen li b{
	font-size: 24px;
}
dl.history{width: 100%;}
dl.history dt{
	display: block;
	float: left;
	text-align: center;
	width: 28%;
	vertical-align: top;
	margin: 0 1% 5px 0;
	background: #fbf7e9;
	padding: 5px;
	border-radius: 5px;
}
dl.history dd{
	display: block;
	width: 68%;
	margin: 0 0 0 28%;
	padding: 5px 0;
}
.syuisyo{
	padding: 20px 8%;
	background: #fbf7e9;
	line-height: 1.8;
}
.group{
	background: #fbf7e9;
	padding: 20px 10px;
	border-radius: 5px;
	line-height: 1.5;
}
.group h3{
	font-size: 15px;
	text-align: center;
}
.group h3 strong{
	font-size: 20px;
	display: block;
	margin: 0 0 5px 0;
}
.group h3 img{
	width: 100px;
	margin: 0 auto;
}
.group > div{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
table.year th,
table.day th{
   font-weight: bold;
   font-size: 16px;
   width: 20%;
}
table.year th{
   background: #e5f8cb;
}
table.year tr:nth-child(even) th{
   background: #f0ffdc;
}
table.day th{
   background: #ffeae9;
}
table.day tr:nth-child(even) th{
   background: #fff2f1;
}

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

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.img-circle {
    border-radius: 50%;
}


/* =========================================================
* テーブル ※Bootstrap利用
========================================================= */
table, td, th {
    border: none;
}
/* CSSリセットここまで */

table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    table-layout: fixed; /* 2016.1.10追加 */
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 10px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
    vertical-align: middle;
    border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table > tbody + tbody {
    border-top: 2px solid #dddddd;
}
.table .table {
    background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}
.table-bordered {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}
table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}
.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}
@media screen and (max-width: 768px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

.table-borderbottom {
    border-bottom: 1px solid #dddddd;
}

/* th調整 */
th {
    text-align: left;
    font-weight: normal;
    background: #fafafa;
}
/* モバイル時のフォント */
table.hide-on-desktop,
table.hide-on-tablet {
    font-size: 80%;
}

/* =========================================================
* DL DT DD ※Bootstrap利用
========================================================= */
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: bold;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        overflow: hidden;
        clear: left;
        text-align: right;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
.dl-horizontal dd:before,
.dl-horizontal dd:after {
    display: table;
    content: " ";
}
.dl-horizontal dd:after {
    clear: both;
}

/* =========================================================
* WP-PAGENAVI
========================================================= */
/*
* generatepressのページャーを非表示
* https://generatepress.com/forums/topic/blog-paging-pagenavi-styles/
*/

.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: #54B36A;
    border: 1px solid #fff;
    background: none;
}

.wp-pagenavi span.current {
    font-weight: bold;
    color: #fff;
    background: #54B36A;
    border: 1px solid #fff;
    padding: 5px 8px;
}

.wp-pagenavi a:hover {
    color: #ffffff;
    background: #54B36A;
    border: 1px solid #fff;
    padding: 5px 8px;
}

.wp-pagenavi span.pages {
    color: #54B36A;
    background: none;
    padding: 5px 8px 5px 0;
}

.wp-pagenavi span.extend {
    background: transparent;
    color: #54B36A;
    background: none;
}


/* =========================================================
* メディアクエリ
========================================================= */


/*==========  モバイル・ファーストの場合  ==========*/


/* カスタム, iPhone Retinaディスプレイ */

@media only screen and (min-width: 320px) {}


/* XSサイズ : Extra Small Devices, Phones */

@media only screen and (min-width: 480px) {}


/* Sサイズ、タブレット : Small Devices, Tablets */

@media only screen and (min-width: 768px) {}


/* Mサイズ、デスクトップ : Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


/* Lサイズ、ワイドスクリーン : Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {}


/*==========  非モバイル・ファーストの場合  ==========*/

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


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


/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .separate-containers .inside-article {
        padding-left: 20px;
        padding-right: 20px;
    }
    .generate-sections-inside-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobile-grid-100 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .inside-footer-widgets .inner-padding {
        padding: 0;
    }
    footer.site-info .copy1 {
        text-align: center;
    }
    footer.site-info .copy2 {
        text-align: center;
    }
	.page-header {
    margin-bottom: 0px !important;
	text-align: center !important;
}
	
}


/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .separate-containers .inside-article {
        padding-left: 10px;
        padding-right: 10px;
    }
    .generate-sections-inside-container {
        padding-left: 10px;
        padding-right: 10px;
    }
}


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

/* CF7のPタグ自動挿入調整 */
.wpcf7 table p:last-child { margin-bottom: 0; }
