/*
Theme Name:   GPCustom
Theme URI:    http://noguchi-kikaku.com/
Description:  NoguchiKikaku GP Customize
Author:       Noguchi Kikaku
Author URI:   http://noguchi-kikaku.com/
Template:     generatepress
Version:      0.1

ドキュメント：https://docs.generatepress.com/

■目次
・フォント設定
・基本設定
・個別設定
・ヘッダー
・ナビゲーション
・パンクズ
・サイドバー
・フッター
・コンタクトフォーム
・1行のお知らせ
・2行のお知らせ
・テーブル
・イメージ
・WP-PAGENAVI
・投稿メタ情報
・GP & Unsemantic調整
・ボタン装飾
・メディアクエリ

■子テーマ内のcss/tools.css内で設定（必要なものを適宜当CSSで上書き）
・便利
・テキスト関連
・マージン上下
・パッディング上下左右
・横幅指定
・見出し・テキスト装飾
・リスト装飾
・Q&A装飾
・画像装飾
・メディアクエリ
*/

@import url(https://fonts.googleapis.com/css?family=Ramabhadra);
@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: 100;
    src: url(font/NotoSansCJKjp-Thin-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Thin-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Thin-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(font/NotoSansCJKjp-Light-sub.woff2) format('woff2'),
        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: 300;
    src: url(font/NotoSansCJKjp-DemiLight-sub.woff2) format('woff2'),
        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: 400;
    src: url(font/NotoSansCJKjp-Regular-sub.woff2) format('woff2'),
        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: 500;
    src: url(font/NotoSansCJKjp-Medium-sub.woff2) format('woff2'),
        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.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Bold-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Bold-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Sans Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(font/NotoSansCJKjp-Black-sub.woff2) format('woff2'),
        url(font/NotoSansCJKjp-Black-sub.woff) format('woff'),
        url(font/NotoSansCJKjp-Black-sub.otf) format('opentype');
}

/*
Noto Serif CJK JP
https://www.google.com/get/noto/#serif-jpan
*/
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 200;
    src: url(font/NotoSerifCJKjp-ExtraLight-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-ExtraLight-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-ExtraLight-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 300;
    src: url(font/NotoSerifCJKjp-Light-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Light-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Light-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 400;
    src: url(font/NotoSerifCJKjp-Regular-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Regular-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Regular-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 500;
    src: url(font/NotoSerifCJKjp-Medium-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Medium-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Medium-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 600;
    src: url(font/NotoSerifCJKjp-SemiBold-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-SemiBold-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-SemiBold-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 700;
    src: url(font/NotoSerifCJKjp-Bold-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Bold-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Bold-sub.otf) format('opentype');
}
@font-face {
    font-family: 'Noto Serif Japanese';
    font-style: normal;
    font-weight: 900;
    src: url(font/NotoSerifCJKjp-Black-sub.woff2) format('woff2'),
        url(font/NotoSerifCJKjp-Black-sub.woff) format('woff'),
        url(font/NotoSerifCJKjp-Black-sub.otf) format('opentype');
}

/* =========================================================
* 基本設定
========================================================= */

body {
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, "MS PGothic", sans-serif;
    /* カーニングの設定 */
    letter-spacing: 1.5px;
    font-feature-settings: "palt" 1;
    font-kerning: auto;
}
button, input, select, textarea {
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, "MS PGothic", sans-serif;
}
/* カスタマイザーとは別に固定ページ（サイドバー無し）の背景色設定 */
body.no-sidebar {
    background-color: #fff;
}

/* 見出し（基本はカスタマイザーで設定） */
h1, h2, h3, h4, h5, h6 {
    font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, "MS PGothic", sans-serif;
}

/* 見出しフォントサイズ：カスタマイザーの設定に合わせる */
.h0 {font-size: 32px;}
.h1 {font-size: 30px;}
.h2 {font-size: 26px;}
.h3 {font-size: 22px;}
.h4 {font-size: 18px;}
@media only screen and (max-width: 768px) {
    .h0 {font-size: 28px;}
    .h1 {font-size: 26px;}
    .h2 {font-size: 22px;}
    .h3 {font-size: 20px;}
    .h4 {font-size: 18px;}
}

#main.site-main {
    margin-bottom: 40px;
}

/* GPPのPage Headerでカテゴリー用のヘッダーを用意する場合は非表示 */
.archive .page-header {
    display: none;
}
/* カテゴリー見出し */
.archive .page-header h1 {
    font-size: 185%;
}

/* キーカラー */
.k-color {
    color: #5eac28;
}
/* FontAwesome */
.fa {
    color: #5eac28;
}
a.button .fa,
a.button-3d .fa,
.generate-back-to-top .fa {
    color: #fff;
}

/* =========================================================
* 個別設定（サイトのテイストにあわせて適宜変更）
========================================================= */
/* WPShowPostsのタイトル */
.wp-show-posts .wp-show-posts-entry-title {
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 0 0.5em 0;
}
.entry-header .entry-title {
	border-left: solid 7px #5eac28;
	padding: 10px;
	background: #f8f7f4;
}

/* ページタイトル */
.page-ttl{
	border-top: solid 1px #e2e2e2;
	border-top: solid 1px rgba(134,134,134,0.2);
	border-bottom: solid 5px #47974F;
	padding: 1.5em;
	margin-bottom: 10px;
	background: url(img/ttl_bg.jpg) bottom center no-repeat;
	line-height: 1.6;
	background-size: cover;
}

/* トップページ */
.home h2 {
    margin: 0 0 10px 0;
}

.top-about{
	color: #597b62;
	font-weight: 300;
}
.top-list{
	background: url(img/bg_top.jpg) bottom center no-repeat;
}
.top-list h3{
	background: #f8f7f4;
	text-align: center;
	padding: 0.8em 0;
	margin-bottom: 0;
	border-bottom: solid 4px #5eac28;
}
.top-list ul,
.top-list ul li{
	margin: 0;
	list-style: none;
}
.top-list ul li a{
	display: block;
	padding: 5px 0;
	font-size: 16px;
	color: #474747;
}
@media (min-width:768px) {
    .top-list ul.silver li a {
        font-size: 14px;
    }
}

.top-list ul li a img{
	max-width: 40px;
	margin-right: 5px;
}
.top-service h3{
	font-size: 16px;
	margin-top: 10px;
	padding: 12px 0;
	color: #fff;
	background: rgba(94,172,40,0.9);
}
.top-service:not(.top-service-bottom) div:nth-child(even) h3{
	background: rgba(25,126,204,0.9);
}
.top-service.top-service-bottom div:nth-child(odd) h3{
	background: rgba(25,126,204,0.9);
}
.top-service h3{
	font-size: 15px;
	margin-top: 10px;
	padding: 12px 0;
	color: #fff;
	background: rgba(94,172,40,0.9);
}
.top-service-bottom h3{
	/* min-height: 35px; */
}

.top-service-mobile h3{
	font-size: 16px;
	color: #5eac28;
}
.top-service-mobile img{
	width: 60px;
	margin-top: -10px;
}
.top-service-mobile > div{
	padding: 15px 0 5px 0;
}
.top-service-mobile > div{
	border-bottom: dotted 1px #e2e2e2;
	padding-bottom: 5px;
}


.top-service-imgs{
	margin: 0 1px;
}
.top-white{
	background: url(img/top_white_bg.jpg) bottom center no-repeat;
	background-size: 100%;
	border-top: solid 5px #fff;
}
.top-white .top-white-inner{
	padding: 10px 20px;
	margin: 20px auto;
	max-width: 900px;
}

.top-link{
	background: #5eac28;
	color: #fff;
}
.top-link h3{
	color: #fff;
	margin: 15px 15px 5px 10px;
	font-size: 24px!important;
}
.top-link p{
	color: #fff;
	margin: 0 10px 5px 10px;
	font-size: 90%;
}
/* 法人概要 */
.history dl{
	border-bottom: dotted 1px #ccc;
	display: table;
	width: 100%;
}
.history dl:nth-child(even){
	background: #f8f7f4;
}
.history dl dt{
	display: table-cell;
	width: 20%;
	padding: 10px 0;
	text-align: center;
	color: #5eac28;
}
.history dl dd{
	display: table-cell;
	width: 78%;
	padding: 10px 0;
}
.org .thead{
	background: #5D5D5D;
	color: #fff;
	width: 100%;
}

/* サービス */
.service-title h3.ttl-green{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	padding: 12px 0;
	color: #fff;
	background: rgba(94,172,40,0.9);
}
.service-title h3.ttl-blue{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
	padding: 12px 0;
	color: #fff;
	background: rgba(25,126,204,0.9);
}

.service-schedule{
	width: 100%;
	border-collapse: separate!important;
}
.service-schedule th{
	width: 25%;
	background: #f1efea;
	font-weight: 500;
	border: solid 1px #fff;
	padding: 5px;
}
.service-schedule td{
	width: 75%;
	background: #fff7d6;
	font-size: 90%;
	border: solid 1px #fff;
	padding: 5px;
}
.service-schedule tr:nth-child(2n) td{
	background: #f0f5da;
}
.service-content h3{
	font-size: 20px;
	padding: 5px;
	background: #f1efea;
	border-left: solid 4px #5eac28;
}
.service-content ul li{
	color: #5eac28;
}
.service-content ul li span{
	color: #545454;
}
.service-step{
	padding: 2px 10px;
	text-align: center;
	width: 30%;
	margin: 3px auto;
	color: #fff;
	border-radius: 10px;
	font-size: 14px;
	display: block;
	background: rgba(94,172,40,0.8);
}
/* 施設 */
h2.shisetsu-name{
	padding: 0.5em 10px;
	background: #5eac28;
	line-height: 1.6;
	color: #fff;
}
h2.shisetsu-name span{
	font-size: 20px;
}

.shisetsu h3{
	padding: 10px;
	background: #f8f7f4;
}
.shisetsu-main .shisetsu-img{
	padding: 5px;
	border: solid 1px #e2e2e2;
}
.shisetsu-main .shisetsu-txt{
	padding-left: 25px;
}
.shisetsu-user{
	background: #f8f7f4;
	padding: 15px;
}
.shisetsu-user > div{
	display: inline-block;
	text-align: left;
}
.shisetsu-user > div ul{
	margin-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.shisetsu-list {
	margin: 0;
}
.shisetsu-list li{
	background: #f8f7f4;
	padding: 10px;
	list-style: none;
	margin: 0 0 4px 0;
	border-left: solid 10px #BCDC88;
}
.shisetsu-list li:nth-of-type(odd){
	border-left: solid 10px #FAE070;
}
.shisetsu-table{
	width: 90%;
	margin: 0 auto;
}
.shisetsu-table th{
	background-color: #fff!important;
	color: #47974F;
	font-size: 90%;
	padding-left: 20px;
	line-height: 1.4;
	vertical-align: middle;
}
.shisetsu-table th,
.shisetsu-table td{
	border-bottom: solid 1px #D8D8D8;
}
.shisetsu-table tr:last-child th,
.shisetsu-table tr:last-child td{
	border-bottom: none;
}

/* その他 */
.info-page h2{
	font-size: 20px;
	padding: 10px;	
	background: #F4FAF0;
}

.page-link{
	padding-top: 100px;
	margin-top: -100px;
}
.bg-ivory{
	background: #fcfbf7;
}
.bg-lgreen{
	background: #F8FFF5;
}
.bordered-box{
	border: solid 1px #D9D8D8;
	padding: 10px;
}
.center-left{
	text-align: center;
}
.center-left-inner{
	text-align: left;
	display: inline-block;
}
.photo{
	border-radius: 1px;
	padding: 4px;
	border: solid 1px #D9D8D8;
}
.border-top-dot{
	border-top: dotted 1px #D9D8D8;
}
.border-bottom-dot{
	border-bottom: dotted 1px #D9D8D8;
}

@media only screen and (max-width: 768px) {
/* ページタイトル */
.page-ttl{
	background: url(img/ttl_bg.jpg) center bottom no-repeat;
	background-size: 120%;
	padding: 1.5em 5px;
	font-size: 18px;
}
}


/* =========================================================
* ヘッダー
========================================================= */
.site-logo img.header-image {
    max-height: 70px;
    width: auto;
}
.catchcopy {
    background: #fff;
}
.catchcopy h1 {
    font-size: 13px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    font-weight: normal;
	color: #5eac28;
}

/* ヘッダー右側：header widget */
.header-widget {
    max-width: 70%;
}
.header-cta {
    /* width: 415px; */
    width: 600px;

    display: -webkit-flex;
    display: flex;
    /* 天地中央 */
    -webkit-align-items: center;
    align-items: center;
    /* 両端揃え */
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.header-cta-1 {
    text-align: right;
}
.header-tel {
    font-family: 'Ramabhadra', sans-serif;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: right;
}
.header-txt {
    font-size: 12px;
    line-height: 18px;
}

.header-cta-2 {
    text-align: right;
}
.header-cta-2 .button {
    width: 150px; /* テキストに応じて適宜調整 */
    text-align: center;
    margin-bottom: 0;
}

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    .site-logo img.header-image {
        max-height: 50px;
        width: auto;
    }
    .inside-header {
        padding: 0;
        padding-bottom: 15px;
    }
    .header-widget {
        max-width: 100%;
    }
    .header-cta {
        width: auto;
        /* 等間隔 */
        -webkit-justify-content: space-around;
        justify-content: space-around;
    }
    .header-cta-1,
    .header-cta-2 {
        flex: 1;
        text-align: center;
    }
    .header-cta-1 .button, 
    .header-cta-2 .button {
        width: 100%;
        padding: 10px 0;
        text-align: center;
        margin-bottom: 0;
		font-size: 15px;
    }
    .header-cta-2 .button {
        border-left: 1px solid rgba(255,255,255,1);
    }
    .header-cta-1 .button .fa,
    .header-cta-2 .button .fa {
        font-size: 18px;
        line-height: 18px;
    }
}


/* =========================================================
* ナビゲーション
========================================================= */
/* モバイル表示の電話番号 */
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a {
    line-height: 1.5 !important;
}
.main-navigation.slideout-navigation .main-nav ul li.menu-tel a i {
    color: #5eac28;
}

.main-navigation  ul.menu > li {
    /* width: 16.6%; 5=>19.9 6=>16.6 7=>14 */
    width: auto;
    letter-spacing: 1.5px !important;
}
/* 画面幅が小さくなったときに横幅指定解除 */
@media (max-width:1100px) {
    .main-navigation  ul.menu > li {
        width: auto;
    }
}

/* ナビゲーション間の仕切り線 */
/*.main-navigation ul.menu > li:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 22px;
    left: 0px;
    background: #ccc;
    z-index: 1;
}*/
/* 電話番号の隠しメニューがあるため最後から2番目も */
/*.main-navigation ul.menu > li:nth-last-child(2)::after,
.main-navigation ul.menu > li:last-child::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 16px;
    top: 22px;
    right: 0px;
    background: #ccc;
    z-index: 1;
}*/

/* サブナビゲーションの横幅 */
.main-navigation ul ul {
    width: 300px; /* 適宜変更 */
}
.main-navigation .main-nav ul ul li a{
	padding: 8px 10px;
	font-size: 14px;
}
.main-navigation .main-nav ul ul li{
	border-top: solid 1px rgba(255,255,255,0.1);
}

/* スクロールした際、ナビ領域にロゴを表示させる場合コメントアウト解除 */
/* スクロールした際に横幅指定解除 */
.navigation-stick ul.menu > li {
    /*width: auto;*/
}
/* スクロールした際に仕切り線解除 */
.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;*/
}

/* ナビゲーションに線 
.main-navigation {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}*/

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

/* =========================================================
* サイドバー
========================================================= */
.sidebar {
    padding-top: 40px; /* パンクズの高さを調整 */
}
.sidebar .widget {
    padding: 20px;
}
/* サイドバーウィジェットのタイトル設定 */
.sidebar .widget .widget-title {
    color: #5eac28;
    border-bottom: solid 3px #5eac28;
    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 .wp-show-posts-entry-title {
    font-size: 15px;
    line-height: 1.75;
    font-weight: normal;
}

/* =========================================================
* フッター
========================================================= */

.footer-widget-logo {
    margin-bottom: 10px;
}
.footer-widget-logo img.footer-logo {
    max-height: 70px;
    width: auto;
}

/* サイトマップ用の装飾 */
.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;
}

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

/* チェックボックス装飾 */
.acceptance-0 input[type="checkbox"] {
    -ms-transform: scale(1.6, 1.6);
    -webkit-transform: scale(1.6, 1.6);
    transform: scale(1.6, 1.6);
    margin-right: 5px;
}

/* 電話・FAX装飾 */
span.contact-label {
    background-color: #5eac28;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    padding: 4px 8px;
    margin: 0 10px 0 0;
}

span.contact-no {
    font-family: 'Ramabhadra', sans-serif;
    font-size: 34px;
    line-height: 34px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

/* ローダーとメッセージの出力位置を微調整 */
.wpcf7 .wpcf7-spinner {
    display: block;
    margin: 0.5em auto 0 auto;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}

/* =========================================================
* お知らせにスクロールバー
* 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 solid;
}

.list-news li a {
    display: block;
    text-decoration: none;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.list-news li a:hover {
    background: #fff;
}

.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: 85%;
    line-height: 1;
    color: #333;
}

.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;
    background: #5eac28;
    color: #fff;
    font-size: 75%;
    line-height: 1;
}

/* カテゴリ毎に背景色設定 */
.news span {
    background: #5eac28;
}

@media screen and (max-width: 768px) {
    .list-news li .list-news-wrap {
        display: block;
    }
    .list-news li .list-news-wrap span {
        display: inline-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;
        vertical-align: -9px; /* スマホ表示時の高さ調整 */
    }
    .list-news li .list-news-wrap .news-txt {
        padding: 0 0 10px 0px;
        display: block;
        width: auto;
    }
    .news-cat span {
        padding: 4px;
    }
}

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

/* =========================================================
* テーブル Bootstrap仕様
========================================================= */
table, td, th {
    border: none;
    font-weight: normal;
}
/* 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;
    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-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: #F4FAF0;
}
/* モバイル時のフォント */
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;
    }
}


/* =========================================================
* イメージ
========================================================= */
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/
*/
.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: #5eac28;
    border: 1px solid #fff;
    background: none;
}

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

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

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

.wp-pagenavi span.extend {
    background: transparent;
    color: #5eac28;
    background: none;
}

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

/* 次へ前へ */
.post-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-previous, .nav-next {
    flex: 1;
}
.nav-previous {
    /*border-right: 1px solid #e3e3e3;*/
}

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

/* =========================================================
* GP & Unsemantic調整
========================================================= */
/* セクションを利用した場合のページ上部パッディング調整（トップページ除く） */
:not(.home).sections-no-sidebars.generate-sections-enabled.separate-containers #main.site-main {
    /*margin-top: 20px;*/
}

/* フルワイドのセクション：GPのセクション利用時にCustom Classesに設定 */
.generate-sections-fullwide .generate-sections-inside-container {
    padding-left: 0;
    padding-right: 0;
}
/* GPのセクション利用時にCustom Classesに設定 */
.grid-container-800 .generate-sections-inside-container  {max-width: 800px;margin:0 auto;}
.grid-container-900 .generate-sections-inside-container  {max-width: 900px;margin:0 auto;}
.grid-container-1000 .generate-sections-inside-container {max-width: 1000px;margin:0 auto;}
.grid-container-1100 .generate-sections-inside-container {max-width: 1100px;margin:0 auto;}
.grid-container-1200 .generate-sections-inside-container {max-width: 1200px;margin:0 auto;}
.grid-container-1300 .generate-sections-inside-container {max-width: 1300px;margin:0 auto;}
.grid-container-1400 .generate-sections-inside-container {max-width: 1400px;margin:0 auto;}
.grid-container-1500 .generate-sections-inside-container {max-width: 1500px;margin:0 auto;}
.grid-container-1600 .generate-sections-inside-container {max-width: 1600px;margin:0 auto;}
.grid-container-1700 .generate-sections-inside-container {max-width: 1700px;margin:0 auto;}

/* 固定幅 */
.grid-400 {max-width: 400px;margin:0 auto;}
.grid-500 {max-width: 500px;margin:0 auto;}
.grid-600 {max-width: 600px;margin:0 auto;}
.grid-700 {max-width: 700px;margin:0 auto;}
.grid-800 {max-width: 800px;margin:0 auto;}
.grid-900 {max-width: 900px;margin:0 auto;}
.grid-1000 {max-width: 1000px;margin:0 auto;}
.grid-1100 {max-width: 1100px;margin:0 auto;}
.grid-1200 {max-width: 1200px;margin:0 auto;}
.grid-1300 {max-width: 1300px;margin:0 auto;}
.grid-1400 {max-width: 1400px;margin:0 auto;}

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

/* =========================================================
* Flexレイアウト
========================================================= */
.flex-container {
    display: flex;
    justify-content: space-between; /* 両端揃え */
}
.flex-item {
    flex-basis: 48%; /* 2分割 */
}
.flex-item.flex-33 {
    flex-basis: 33%; /* 3分割 */
}
@media only screen and (max-width: 768px) {
    .flex-container {
        flex-direction: column; /* 縦方向に並べる */
        justify-content: center;
    }
    .flex-item, .flex-item.flex-33 {
        flex-basis: 100%;
        margin-bottom: 20px;
    }
    .flex-item:last-child {
        margin-bottom: 0;
    }
}

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

.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: 4px;
}

.button.black,
.button.black:visited {
    background: #333;
    color: #FFF;
}
.button.black:hover {
    background: #111;
}

.button.blue,
.button.blue:visited {
    background: #5eac28;
    color: #FFF;
}
.button.blue:hover {
    background: #154891;
}

.button.green,
.button.green:visited {
    background: #47974F;
    color: #FFF;
}
.button.green:hover {
    background: #408b48;
}

.button.pink,
.button.pink:visited {
    background: #f0788a;
    color: #FFF;
}
.button.pink:hover {
    background: #e5687b;
}

.button.red,
.button.red:visited {
    background: #c81e32;
    color: #FFF;
}
.button.red:hover {
    background: #b91629;
}

.button.see-through {
    background-color: transparent;
    color: #333;
    font-weight: bold;
    border: 2px solid #333;
}
.button.see-through:hover {
    background-color: #333;
    color: #FFF;
}

/* 2018.11.1追加 */
.button.instagram,
.button.instagram:visited {
    background: #D12F75;
    color: #FFF;
}
.button.instagram:hover {
    background: #c42167;
}

.button.facebook,
.button.facebook:visited {
    background: #3b5997;
    color: #FFF;
}
.button.facebook:hover {
    background: #284580;
}

/* 3dボタン */
a.button-3d {
    display: inline-block;
    position: relative;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    text-decoration: none;

    background-color: #777;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #555;
}
.button-3d:hover {
    color: #fff;
    background-color: #666;
    box-shadow: 0 3px 0 #444;
}
.button-3d:active {
    top: 3px !important;
    box-shadow: none !important;
}
/* 3dボタン：カラー */
.button-3d.red {
    background-color: #ee5b5c;
    box-shadow: 0 3px 0 #da3131;
}
.button-3d.red:hover {
    background-color: #ec434a;
    box-shadow: 0 3px 0 #cf1b22;
}
.button-3d.green {
    background-color: #70B44A;
    box-shadow: 0 3px 0 #559631;
}
.button-3d.green:hover {
    background-color: #63a73e;
    box-shadow: 0 3px 0 #559631;
}
.button-3d.blue {
    background-color: #19afc3;
    box-shadow: 0 3px 0 #0894a7;
}
.button-3d.blue:hover {
    background-color: #14a7bb;
    box-shadow: 0 3px 0 #0a94a6;
}
.button-3d.orange {
    background-color: #f39800;
    box-shadow: 0 3px 0 #eb6100;
}
.button-3d.orange:hover {
    background-color: #e89100;
    box-shadow: 0 3px 0 #eb6100;
}
.button-3d.purple {
    background-color: #5b6bdc;
    box-shadow: 0 3px 0 #3b4cbf;
}
.button-3d.purple:hover {
    background-color: #4a5bce;
    box-shadow: 0 3px 0 #2d3dad;
}

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

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

/* XGA(iPad・タブレット) */
@media only screen and (max-width: 1024px) {
    /* ロゴセンター寄せ */
    .inside-header {
        text-align: center;
    }
}

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

/* Sサイズ、タブレット : Small Devices, Tablets */
@media only screen and (max-width: 768px) {
    /* モバイル時にはシステム標準フォント */
    body {
        font-family: sans-serif;
        letter-spacing: 0;
    }
    .mobile-grid-100 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    /* フッターコピーライト */
    .site-info .copyright-bar .txtleft,
    .site-info .copyright-bar .txtright {
        text-align: center;
    }
}

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

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


/*==========  モバイル・ファーストの場合  ==========*/
/* カスタム, 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) {}

/* 2020.09.30 追加 TOP 施設一覧 */
.top-list .scroller.facilities {
    height: 580px; /* 高さ調整 */
    background: none;
}
@media (max-width: 768px){
    .top-list .scroller.facilities {
        height: auto;
    }
}
.top-list .facilities ul li a {
    font-size: 16px;
    display: table;
}
.top-list .facilities li {
    border-bottom: dotted 1px #ddd;
}
.top-list .facilities ul li:last-child,
.top-list .facilities li:last-child {
    border-bottom: none!important;
}
.top-list .facilities li a {
    display: table;
}
.top-list .facilities ul li a img,
.top-list .facilities ul li a span{
    display: table-cell;
    vertical-align: middle;
}
.top-list .facilities ul li a img{
    min-width: 88px;
}

/* 2022.07.20 追加 SDGs */
.sdgs-ttl {
	position: relative;
}
.sdgs-ttl > h1{
	background: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	padding: 40px 30px;
	max-width: 60%;
	transform: translateY(-50%);
}
.sdgs-efforts .flex-item {
	border: solid 1px #D9D8D8;
	flex-basis: 49%;
}
.sdgs-efforts dl{
	font-size: 90%;
}
.sdgs-efforts dl dt{
	background: #f8f7f4;
	padding: 3px 10px;
}
.sdgs-efforts dl dd{
	margin: 0 0 0.5em 0;
}
.sdgs-efforts dl dd > div{
	padding: 4px;
}
.sdgs-efforts dl dd > div::before {
    font-family: FontAwesome;
    content: "\f111";
	font-size: 50%;
	color: #656565;
	padding-right: 5px;
}
@media (max-width: 1024px) {
	.sdgs-ttl > h1{
		position: relative;
		top: 0;
		right: auto;
		transform: translateY(0%);
		margin: 0 auto;
		max-width: 100%;
		padding: 0 0 20px 0;
	}
	.sdgs-ttl > h1> img{
		padding: 10px 0;
	}
	.sdgs-efforts dl{
		padding-top: 10px;
	}
}

/* 2023.3.9 */
/* レスポンシブ対応 */
.std-responsive {
    position: relative;
    /* padding-bottom: 75%; */ /* 4:3の場合 */
    padding-bottom: 56.25%; /* 16:9の場合 */
    width: 100%;
    height: 0;
    overflow: hidden;
}
.std-responsive iframe,
.std-responsive object,
.std-responsive embed {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.bg-pl-green{
	background: #f0f5da;
}
.border-b{
	border-bottom: solid 1px;
}
.border-pl-gray{
	border-color: #ddd;
}
.tracking-normal{
	letter-spacing: 0;
}
.bg-ivory{
	background: #f1efea;
}
