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

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

@import url('css/tools.css');

/* =========================================================
* フォント設定
========================================================= */

/*
Noto Sans CJK JP
https://www.google.com/get/noto/#sans-jpan
*/
/*@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    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.otf')  format('opentype')
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 300;
    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.otf')  format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 400;
    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.otf')  format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 500;
    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.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.otf')  format('opentype');
}
*/

/* =========================================================
* 基本設定
========================================================= */
body {
    font-family: "Noto Sans Japanese", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
    line-height: 1.8;
    letter-spacing: 0.05em;
}
/* ベースカラー */
.basecolor, i {
    color: #0D7FB2
}
/* fontawesomeのカラー */
a i,
.footer-widgets i {
    color: #fff;
}
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: #666;
    color: #fff;
}
button:hover, html input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background: #333;
}
ul {
    list-style: none;
}

/* 見出し（基本はカスタマイザーで設定） */
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;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 0.5em 0;
    border: none;
}
h1 a, h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited,
.info1column a, .info1column a:visited,
.info2column a, .info2column a:visited,
.show-thumbnail-title a, .show-thumbnail-title a:visited,
.show4column-thumbnails a, .show4column-thumbnails a:visited {
    color: #222222;
    text-decoration: none;
}
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: #0D7FB2;
}


/* =========================================================
* GP & 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(238, 238, 238, 1);
}
.generate-back-to-top:hover,
.generate-back-to-top:active,
.generate-back-to-top:focus {
    background: rgba(238, 238, 238, 0.8);
}
.generate-back-to-top i {
    color: #4d4d4d;
}

/* 固定ページ･投稿ページヘッダーのアイキャッチ画像非表示 */
.page .page-header-image,
.page-header-image-single {
    display: none;
}

/* 見出しクラス：GPのカスタマイザーの設定に合わせる */
.h1 {
    font-size: 28px !important;
    font-weight: bold !important;
}
.h2 {
    font-size: 24px !important;
    font-weight: bold !important;
}
.h3 {
    font-size: 20px !important;
    font-weight: bold !important;
}
/* GPのカスタマイザーはh3までの設定しかないため必要なら設定 */
h4, .h4 {
    font-size: 18px !important;
    font-weight: 500 !important;
}
@media only screen and (max-width: 768px) {
    .h1 {
        font-size: 20px !important;
        line-height: 1.5em;
    }
    .h2 {
        font-size: 22px !important;
    }
}


/* =========================================================
* toolsカスタマイズ
========================================================= */
/* カテゴリの背景色 */
.info1column li a .cat,
.info2column .info-meta .info-cat {
    background-color: #0D7FB2;
}

.button {
    border-radius: 3px;
}
.button.red, .button.red:visited {
    background: #cd0e26;
    color: #FFF;
}
.button.accent, .button.accent:visited {
    background: #E88F0C;
    color: #FFF;
}
hr.hcenter-line {
    margin: 20px auto 40px;
    border-top: 4px solid #DA862C;
    width: 200px;
}
@media screen and (max-width: 768) {
hr.hcenter-line {
    margin: 0px auto 20px;
    border-top: 4px solid #DA862C;
    width: 140px;
}
}

/* =========================================================
* ヘッダー
========================================================= */
.site-header img.header-image {
    max-height: 50px;
    width: auto;
}
.catchcopy {
    background: #eee;
}
.catchcopy h1 {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

/* header widget */
.header-widget {
    width: 480px; /* ヘッダー右のCTAエリア横幅設定 */
    max-width: 60%;
}
.header-widget .button {
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
}
.header-tel {
    font-family: 'Ramabhadra', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}
.header-txt {
    font-size: 12px;
    line-height: 18px;
}

/* =========================================================
* フッター
========================================================= */
.footer-widget-logo img.footer-logo {
    max-height: 50px;
    max-width:300px;
    width: auto;
}


.inside-footer-widgets .inner-padding {
    padding: 0;
}

.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-logo {
    margin-bottom: 10px;
}
.footer-widget-info .fa {
    width: 26px;
    text-align: center;
}

/* コピーライト */
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;
}

ul.menu > li {
    width: 16.6%; /* 5=>19.9 6=>16.6 7=>14 */
    letter-spacing: 0.1em !important;
}
/* スクロールした際に横幅指定解除 */
.navigation-stick ul.menu > li {
    width: auto;
}
@media (max-width:992px) {
    ul.menu > li {
        width: auto;
    }
}
/* ナビゲーション間の仕切り線 */
ul.menu > li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 22px; /* 線の縦幅 */
    top: 18px; /* 高さに応じて要調整 */
    left: 0px;
    background: rgba(255,255,255,0.5); /* 線の色 */
    z-index: 1;
}
ul.menu > li:nth-last-child(2)::after,
ul.menu > li:last-child::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 22px; /* 線の縦幅 */
    top: 18px; /* 高さに応じて要調整 */
    right: 0px;
    background: rgba(255,255,255,0.5); /* 線の色 */
    z-index: 1;
}
/* スクロールした際に仕切り線解除 */
.navigation-stick ul.menu > li::before,
.navigation-stick ul.menu > li:nth-last-child(2)::after,
.navigation-stick ul.menu > li:last-child::after {
    content: none;
}

/* =========================================================
* パンクズ
========================================================= */
.breadcrumbs {
       background: #efefef;
    font-size: 70%;
    line-height: 1.2em;
    padding: 12px 0;
}

/* =========================================================
* サイドバー
========================================================= */
/* サイドバーウィジェットのタイトル設定 */
.sidebar .widget .widget-title {
    color: #fff;
    font-weight: 500;
    background-color: #0D7FB2;
    text-align: center;
    line-height: 1;
    padding: 12px 0;
    margin: 0 0 20px 0; /* .sidebar .widgetのpadding打ち消し */
}
/* セレクトボックスデザイン調整 */
.sidebar .widget select {
    width: 100%;
    padding: 3px;
}
/* ウィジェット用CTA */
.side-cta {
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 0;
    text-align: center;
}
.side-img {
    padding: 10px 10px 0 10px;
}
.side-tel {
    font-family: 'Ramabhadra', sans-serif;
    font-size: 28px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
.side-tel a {
    color: #222;
}
.side-button {
    padding: 10px 5px;
    background: #eee;
}

/* 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 .wp-show-posts-entry-title {
    font-size: 15px;
    line-height: 1.65;
    font-weight: 300;
}

/* =========================================================
* トップページ
========================================================= */
.slider_prev, .slider_next {
    z-index: 10 !important;
}
.service-station h3 {
    font-size: 22px;
    margin: 10px 0 10px 0;
}
.service-station .meta-ss {
    font-size: 15px;
    line-height: 1.6;
}
.service-station .meta-ss.aizu {
    letter-spacing: 0;
}

/* 以下、不要なものは削除　ここから */
.white-box {
    background: #ffffff;
}
.inner-box {
    padding: 15px;
}
.white-box h2 {
    font-size: 22px;
}
.s1-box {
    border: 5px solid #dddddd;
    padding: 20px;
}
.s1-title {
    font-size: 30px;
    color: #005f9c;
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
    font-weight: bold;
}
.s2-box {
    background: #ffffff;
    padding: 20px;
    border-top: 5px solid #005f9c;
}
.s2-title {
    font-size: 24px;
    color: #005f9c;
    text-align: center;
    border: none;
    padding: 0;
    margin: 40px 0 20px 0;
    font-weight: bold;
}
.site-main .wp-show-posts .wp-show-posts-entry-title {
    font-size: 17px;
    line-height: 1.4;
    font-weight: 500;
}
/* 不要なものは削除　ここまで */


/* =========================================================
* カテゴリーページ
========================================================= */
/* カテゴリータイトル */
.page-header h1 {
    font-size: 30px;
}

/* =========================================================
* 投稿・固定ページ
========================================================= */
/* 固定ページ・投稿タイトル */
.page-header h1,
.entry-header h1 {
    line-height: 1.4;
    padding: 5px 0 5px 10px;
    border-left: 5px solid #0D7FB2;
    background: #f3f3f3;
}
.entry-header h2,
.entry-content h2 {
    line-height: 1.4;
    padding: 0 0 0 10px;
    border-left: 5px solid #0D7FB2;
}

/* =========================================================
* 投稿・固定ページ下CTA
========================================================= */
#cta {
    font-size: 16px;
}
#cta h2 {
    margin-top: 4em;
}
#cta .cta-container {
    padding: 20px 15px;
    border: 3px solid #0D7FB2;
    background: #fafafa;
    /*border-radius: 5px;*/
}
#cta .cta-textarea {
    border: 1px solid #e3e3e3;
    background: #fff;
    padding: 10px 10px 0 10px;
}
#cta .cta-title {
    position: relative;
    margin: 0 0 20px 0;
    padding: 10px;
    padding-left: 25px;
    font-weight: normal;
    font-size: 22px;
    background-color: #0D7FB2;
    color: #fff;
    /*border-radius:3px;*/
}
#cta .cta-title:before {
    content: '';
    height: 26px;
    width: 2px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    border-left: 4px solid #fff;
    /*border-radius:2px;*/
}
#cta .cta-subtitle {
    font-size: 18px;
    color: #fff;
    background-color: #0D7FB2;
    padding: 10px;
    /*border-radius:3px;*/
}
#cta .cta-tel {
    font-family: 'Ramabhadra', sans-serif;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
}
#cta .cta-txt {
    font-size: 12px;
    line-height: 18px;
}

/* =========================================================
* イメージ ※一部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;
    font-weight: 300;
}
/* 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;
    background: #fafafa;
}
/* モバイル時のフォント */
table.hide-on-desktop,
table.hide-on-tablet {
    font-size: 80%;
}

/* =========================================================
* テーブル レスポンシブ設定（2列の場合に効果的）
========================================================= */
/* XSサイズ : Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
    table.table-small {
        font-size: 80%;
        letter-spacing: 0;
    }
    table.table-small tr th,
    table.table-small tr td {
        padding: 5px;
    }
    .table,
    .table-bordered {
        border: none !important;
    }
    /* tableのレスポンシブ対応（table-pcを除く） */
    table:not(.table-pc) th,
    table:not(.table-pc) td {
        width: 100%;
        display: block;
    }
    table:not(.table-pc) th {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(0, 0, 0, 0.05);
        padding: 5px !important;
    }
    table:not(.table-pc) td {
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 5px 20px 5px !important;
        border: none !important;
    }
    table:not(.table-pc) input,
    table:not(.table-pc) select,
    table:not(.table-pc) textarea {
        width: 100%;
    }
    /* checkboxのレスポンシブ対応 */
    table:not(.table-pc) span.wpcf7-list-item input {
        width: auto;
    }
}
/* カスタム, iPhone Retinaディスプレイ */
@media only screen and (max-width : 320px) {
    table.table-small {
        font-size: 70%;
        letter-spacing: 0;
    }
    table.table-small tr th,
    table.table-small tr td {
        padding: 5px;
    }
}

/* =========================================================
* 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;
}

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

/* =========================================================
* 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: #0D7FB2;
    border: 1px solid #fff;
    background: none;
}

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

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

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

.wp-pagenavi span.extend {
    background: transparent;
    color: #0D7FB2;
    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) {}

/* カスタマイザーのContainer Width */
@media only screen and (max-width: 1100px) {
    .site-content {
        padding: 0 20px;
    }
}

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


/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /* モバイル時にはシステム標準フォントに */
    body {
        line-height: 2em;
        letter-spacing: 0;
        font-weight: 400;
		font-size: 14px;
    }
    button, input, select, textarea {
      
    }
    h1, h2, h3, h4, h5, h6 {
        
    }
    .site-content {
        padding: 0;
    }
    .separate-containers .inside-article,
    .generate-sections-inside-container,
    .sidebar {
        padding-left: 20px;
        padding-right: 20px;
    }
    .mobile-grid-100 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    footer.site-info .copy1 {
        text-align: center;
    }
    footer.site-info .copy2 {
        text-align: center;
    }
}


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


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


.wpcf7 span.txtred{
    font-size: 70%;
    vertical-align: baseline;
}



/*追加*/
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/C7bP6N8yXZ-PGLzbFLtQKYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/iLJc6PpCnnbQjYc1Jq4v04X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/5pCv5Yz4eMu9gmvX8nNhfYX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/gEkd0pn-sMtQ_P4HUpi6WIX0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/iPF-u8L1qkTPHaKjvXERn4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/mTzVK0-EJOCaJiOPeaz-h4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/erE3KsIWUumgD1j_Ca-V-4X0hVgzZQUfRDuZrPvH3D8.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans'), local('NotoSans'), url(https://fonts.gstatic.com/s/notosans/v6/LeFlHvsZjXu2c3ZRgBq9nJBw1xU1rKptJj_0jans920.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1w7aC6SjiAOpAWOKfJDfVRY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1xdwxCXfZpKo5kWAx_74bHs.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1yGUML8f7tzeB6gGvgki0bE.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ156vnaPZw6nYDxM4SVEMFKg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1_y1_HTwRwgtl1cPga3Fy3Y.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1_grLsWo7Jk1KvZser0olKY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ14joYw3YTyktCCer_ilOlhE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans Bold'), local('NotoSans-Bold'), url(https://fonts.gstatic.com/s/notosans/v6/PIbvSEyHEdL91QLOQRnZ1xampu5_7CjHW5spxoeN3Vs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v6/ByLA_FLEa-16SpQuTcQn4PZraR2Tg8w2lzm7kLNL0-w.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v6/ByLA_FLEa-16SpQuTcQn4F4sYYdJg5dU2qzJEVSuta0.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v6/ByLA_FLEa-16SpQuTcQn4Pkqa6bqz2MWWNAbes-nCbE.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v6/ByLA_FLEa-16SpQuTcQn4FBW26QxpSj-_ZKm_xT4hWw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v6/ByLA_FLEa-16SpQuTcQn4At_Rm691LTebKfY2ZkKSmI.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v6/ByLA_FLEa-16SpQuTcQn4NDiNsR5a-9Oe_Ivpu8XWlY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v6/ByLA_FLEa-16SpQuTcQn4KE8kM4xWR1_1bYURRojRGc.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 400;
  src: local('Noto Sans Italic'), local('NotoSans-Italic'), url(https://fonts.gstatic.com/s/notosans/v6/ByLA_FLEa-16SpQuTcQn4Igp9Q8gbYrhqGlRav_IXfk.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(https://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDgXaAXup5mZlfK6xRLrhsco.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(https://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDlx-M1I1w5OMiqnVF8xBLhU.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* devanagari */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(https://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDqQr5kLUZ00oRH1V4iZRmWo.woff2) format('woff2');
  unicode-range: U+02BC, U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200B-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}
/* greek-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(https://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDlT7aJLK6nKpn36IMwTcMMc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(https://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDgn6Wqxo-xwxilDXPU8chVU.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(https://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDsbIQSYZnWLaWC9QNCpTK_U.woff2) format('woff2');
  unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(https://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDogd9OEPUCN3AdYW0e8tat4.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Noto Sans';
  font-style: italic;
  font-weight: 700;
  src: local('Noto Sans Bold Italic'), local('NotoSans-BoldItalic'), url(https://fonts.gstatic.com/s/notosans/v6/9Z3uUWMRR7crzm1TjRicDv79_ZuUxCigM2DespTnFaw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

/* telugu */
@font-face {
  font-family: 'Ramabhadra';
  font-style: normal;
  font-weight: 400;
  src: local('Ramabhadra'), url(https://fonts.gstatic.com/s/ramabhadra/v5/8SxMQnfiXsrAPYtVM1cfwwsYbbCjybiHxArTLjt7FRU.woff2) format('woff2');
  unicode-range: U+0951-0952, U+0964-0965, U+0C00-0C7F, U+1CDA, U+200C-200D, U+25CC;
}
/* latin */
@font-face {
  font-family: 'Ramabhadra';
  font-style: normal;
  font-weight: 400;
  src: local('Ramabhadra'), url(https://fonts.gstatic.com/s/ramabhadra/v5/oNTMAa70bDBuiWMWqRNhAQzyDMXhdD8sAj6OAJTFsBI.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

#map{
height:300px;	
}