@charset "utf-8";
/*
Theme Name: 【CREATE】全国菊池の会様　ワードプレス ベーステーマ
Description: bootstrapレスポンシブ対応のシンプルなテーマ
Author: create Ishikawa
*/

/**************************************/
/*      elements       */
/**************************************/
body {
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 15px;
	color: #000000;
	line-height: 2;
	letter-spacing: 0.03em;
	margin: 0;
	padding: 0;
	overflow-wrap: break-word;
	background: url("img/bg.gif");
	/*overflow-x: hidden*/
}
.container-wrap {
	padding-top: 75px;
	padding-bottom: 75px;
}
@media screen and (max-width: 991px) {/*タブレット （メニュー切り替え）*/
.container-wrap {
	padding-top: 55px;
	padding-bottom: 55px;
}
}
@media screen and (max-width: 767px) {/*スマホ*/
body {
	line-height: 1.5;
}
.container-wrap {
	padding-top: 40px;
	padding-bottom: 40px;
}
}
a {
	color: #333366;
	text-decoration: none;
	transition: all ease-in 0.2s;
}
a:hover, a:focus {
	color: #4a4a83;
	text-decoration: none;
}

/************************************************************
** ヘッダー
*************************************************************/
header {
	margin: 0;
	padding: 0;
	width: 100%;
	position: relative
}
header .headercontents {
	margin: 0;
	padding: 0;
    width: 100%;
    height: 856px;
    background-size: cover;
	background: url("img/bg1.png") no-repeat center top;
}
header .headercontents .hdtxt {
    position: absolute;
    top: 170px;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
	padding:0;
	margin:0;
}
header .headercontents .logo {
    position: absolute;
    top: 340px;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
	padding:0;
	margin:0;
}
/***********
pageヘッダー
***********/
header .headercontents-page {
	margin: 0;
	padding: 0;
	width: 100%;
    height: 255px;
    background-size: cover;
	background: url("img/bg2.png") no-repeat center center;
}
header .headercontents-page .logo {
	width: 320px;
	margin:0 auto;
	padding-top: 65px
}
header .headercontents-page p {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	padding: 0 15px
}
/***********
PCメニュー
***********/
#global-nav ul {
    list-style: none;
    position: absolute;
    top: 600px;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
	margin: 0
}
#global-nav ul li {
	width: 75px;
	text-align: center;
	border-left: 1px solid #333366;
	padding: 5px 0
}
#global-nav ul li:first-child {
	border-right: 1px solid #333366
}
/***********
SPメニュー
***********/
header #nav-drawer {
	position: absolute;
	top: 0px;
	right: 0px;
}
.nav-unshown {/*チェックボックス等は非表示に*/
  display:none;
}
/*アイコンのスペース*/
header #nav-open {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #CC1C1C;
	width: 70px;
	height: 70px;
	padding: 25px 17px;
    cursor: pointer;
}
/*ハンバーガーアイコン*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 35px;/*長さ*/
    border-radius: 3px;
    background: #fff;
    display: block;
    content: '';
}
#nav-open span:before {bottom: -8px;}
#nav-open span:after {bottom: -16px;}
/*menu文字*/
#nav-drawer .menutxt {
	padding: 70px 12px 0 0
}
/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;/*全体に広がるように*/
    right: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}
/*中身*/
#nav-content {
    overflow: auto;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;/*最前面に*/
    width: 90%;/*右側に隙間を作る*/
    max-width: 330px;/*最大幅*/
    height: 100%;
    background: #fff;/*背景色*/
    transition: .3s ease-in-out;/*滑らかに表示*/
    -webkit-transform: translateX(105%);
    transform: translateX(105%);/*隠しておく*/
}
#global-navsp ul {
	list-style: none;
	margin:0
}
#global-navsp > ul > li {
	border-bottom: 1px solid #333366
}
#global-navsp > ul > li > a {
	display:block;
	padding: 5px 10px;
}
#global-navsp > ul > li > a::before {
	content: url("img/icon1.png");
	margin-right: 5px
}
#global-navsp > ul > li ul li {
	border-bottom: 1px solid #333366
}
#global-navsp > ul > li > ul li a {
	display:block;
	padding: 5px 20px;
}
#global-navsp > ul > li > ul li a::before {
	content:"・";
	margin-right: 5px
}
#global-navsp > ul > li ul li:first-child {
	border-top: 1px solid #333366
}
#global-navsp > ul > li ul li:last-child {
	border-bottom: none
}
/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}
#nav-input:checked ~ #nav-content {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
/***********
カルーセル
***********/
.idx-caro {
	margin-top: -170px
}
.idx-caro .swiper-wrapper {
}
.idx-caro .swiper-slide img {
	border: 1px solid #ffffff
}

/***********
レスポンシブ用
***********/
@media screen and (min-width: 992px) and (max-width: 1199px) {
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
.idx-caro {
	margin-top: -120px
}
}
@media screen and (max-width: 767px) {
header .headercontents {
    height: 0;
    padding-top: 61.362%;/* (画像の高さ / 画像の横幅) × 100 */
    background-size: cover;
	background: url("img/bg1.png") no-repeat center top 100% 100%;
}
header .headercontents .hdtxt {
    top: 30%;
}
header .headercontents .logo {
    top: 65%;
}
#global-nav ul {
	display: none
}
.idx-caro {
	margin-top: -80px
}
}

/********************************************************************************
footer
********************************************************************************/
.ftwrap {
	padding: 45px 0px;
	position: relative;
	margin-top: 55px;
	text-align: center;
	font-size: 14px
}
.footerlogo {
}
.ftwrap .fttxtad {
}
.ftwrap address {
}
.copy {
	font-size: 12px
}
/* ウィジェット1 */
.ftplan {
	width: 625px;
	padding: 3px 70px;
	border: 1px solid #C79F63;
	margin: 50px auto;
	background: url("img/footer_plan.png") no-repeat 70px #ffffff;
	display: flex;
	justify-content: flex-end;
}
.ftplan div {
	margin-left: 25px;
	margin-top: 13px
}
/* ウィジェット2 */
.ftlink {
}
.ftlink span {
	text-align: center;
	background: #C79F63;
	margin-bottom: 15px;
	color: #ffffff;
	display:block;
	padding: 12px;
	height: 50px
}
.ftlink a {
	color: #ffffff;
	display:block;
}
.ftlink span.txt1 {
	line-height: 15px
}
/* ページトップへボタン */
#page_top{
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #C79F63;
	border-radius: 10px;
	z-index: 9999
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f062';
  font-size: 25px;
  color: #fff;
  position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
@media screen and (max-width: 1199px) {
}
@media screen and (max-width: 991px) {
}
@media screen and (max-width: 767px) {
.ftplan {
	width: 100%;
	padding: 3px 70px;
	background: url("img/footer_plan.png") no-repeat center 10px #ffffff;
	display: flex;
	justify-content: center;
}
.ftplan div {
	margin: 80px 10px 0 10px
}
.ftlink span {
	height: 70px
}
}
@media screen and (max-width: 767px) {/*スマホ*/
.ftlink span {
	height: 100%;
	margin-bottom: 0
}
}

/********************************************************************************
共通
********************************************************************************/

/********************************************************************************
index
********************************************************************************/
.index-block {
}
.index-block h2 {
	font-size: 24px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	padding: 0;
	margin: 0 0 20px 0;
	position: relative
}
.index-block h2:after {
    background-color: #333366; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: block;
    height: 6px;
	width: 220px;
	text-align: center;
	margin: 30px 0 0 0;
	position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
/* お知らせ */
.idx-info {}
.idx-info .topnews {
	background: #ffffff;
   padding:60px 80px;
}
.idx-info .topnews dt {
   float:left;
   width:140px;
   padding:20px 0px 10px 0px;
	border-top: 1px dashed #333366;
}
.idx-info .topnews dt img {
    margin-bottom: 0px;
}
.idx-info .topnews dd {
   margin-left:140px;
   padding:20px 0px 10px 20px;
	border-top: 1px dashed #333366;
}
.idx-info .topnews dd div {
	margin-bottom: 15px
}
.idx-info .topnews dt:first-child,.idx-info .topnews dt:first-child + dd{
	border-top: none
}
.idx-info .topnews .catelabel {
	color:#ffffff;
	padding:2px 0px;
	width:70px;
	text-align:center;
	font-size:12px;
}
.idx-info .topnews .report {
	background:#663333
}
.idx-info .topnews .recruiting {
	background:#668533
}
.idx-info .topnews .info {
	background:#cf9933
}
.idx-info .topnews .topics {
	background:#333366
}
.idx-info .topnews .date {
	font-size:12px;
}

/***********
レスポンシブ用
***********/
@media screen and (max-width: 767px) {/*スマホ*/
.idx-info .topnews {
   padding:30px 15px;
}
.index-block .idx-info .topnews dt {
   float:none;
   width:100%;
   padding:0;
   margin-bottom:5px
}
.index-block .idx-info .topnews dd {
   margin-left:0;
   padding:0;
   margin-bottom:25px;
	border-top: none
}
.idx-info .topnews dd div {
	margin-bottom: 0px
}
}

/********************************************************************************
page
********************************************************************************/
#main-block {
	padding-top: 25px;
	padding-bottom: 75px;
}
#main-block h1.content-title {
	font-size: 36px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	padding: 0;
	margin: 0 0 15px 0;
	position: relative
}
#main-block h1.content-title:after {
    background-color: #333366; /* 線色 */
    border-radius: 5px; /* 線幅の半分 */
    content: "";
    display: block;
    height: 6px;
	width: 220px;
	text-align: center;
	margin: 30px 0 0 0;
	position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#main-block .wptext {
	background: #ffffff;
	padding: 75px 50px 50px 50px
}
#main-block h2 {
	background: url("img/h2title.png");
	font-size: 20px;
	color: #ffffff;
	padding: 10px 12px;
	margin: 0 0 30px 0;
}
#main-block h3 {
	font-size: 18px;
	font-weight: bold
}
@media screen and (max-width: 767px) {/*スマホ*/
#main-block .wptext {
	background: #ffffff;
	padding: 75px 25px 50px 25px
}
}
/***ご挨拶***/
.greeting-position {
	font-size: 14px;
	text-align: center;
	line-height: 14px;
	margin-bottom: 0
}
.greeting-name {
	font-size: 24px;
	text-align: center
}
/***ついて***/
.aboutus-imgbox img {
	margin-bottom: 5px
}
.aboutus-imgbox figcaption {
	text-align: center;
	font-size: 13px
}
/***菊池氏歴代当主・菊池氏系図***/
.wp-block-table {
	overflow-x: hidden !important
}
.pedigree-ownertable {
	border: 1px solid #040000;
	border-top: none;
	padding: 0;
	margin: 0 0 15px 0;
	box-sizing: border-box
}
.pedigree-ownertable td {
	border-right: 1px solid #040000;
}
.pedigree-ownertable tr td:first-child {
	background: #E6E3F2;
	width: 125px;
	text-align: center;
	font-weight: bold
}
.pedigree-ownertable tr:last-child td {
	background: #ffffff;
	font-weight: normal;
	text-align: left
}
.pedigree-image figcaption {
	text-align: center;
	font-size: 13px;
	/* margin-top: -10px !important */
}
/*.pedigree-ownertable tr td:nth-child(3) {
	padding: 25px;
	width: 235px;
	font-size: 13px;
	text-align: center;
	text-align: center;
	vertical-align: top;
	border-right: none
}*/
.pedigree-ownertable tr td span {
	font-size: 24px;
	font-weight: bold
}
.pedigree-ownertable tr td div {
	margin-bottom: 90px
}

@media screen and (max-width: 767px) {/*スマホ*/
.pedigree-ownertable tr td:nth-child(2) {
	border-right: none
}
.pedigree-ownertable tr td:nth-child(3) {
	display: none
}
}
/***全国菊池の会入会について***/
.join-fee {
	border: 1px solid #040000;
	border-top: none
}
.join-fee tr td:first-child {
	border-right: 1px solid #040000;
	width: 20%
}
.join-fee tr td:nth-child(2) {
	font-weight: bold
}
.join-pdf {
	height: 56px;
	line-height: 56px
}
.join-pdf a {
	text-decoration: underline;
	color: #0033CC;
	vertical-align: middle;
}
.join-pdf a::before {
  display: inline-block;
  width: 47px;
  height: 56px;
	margin-right: 10px;
  content: '';
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('img/iconpdf.png');
  vertical-align: middle;/*加える*/
}
/*お問い合わせ Contact Form7*/
.contact7 {
	max-width: 100%;
	box-sizing: border-box;
	background: #F7EDEB;
	padding: 30px
}
.contact7 dt {
	float: left;
	clear: left;
	width: 25%;
	padding: 0px 10px;
	position: relative;
	font-weight: normal;
	margin-bottom: 25px
}
.contact7 dd {
	margin-left: 25%;
	padding: 0px 10px;
	margin-bottom: 25px
}
.contact7 dd .wpcf7-form-control-wrap {
	width: 100%
}
.contact7 dd .your-post,.contact7 dd .your-prefectures,
.contact7 dd .recommender-post,.contact7 dd .recommender-prefectures {
	width: 30%
}
.contact7 dd .wpcf7-text {
	width: 75% !important
}
.contact7 dd .area100 {
	width: 100% !important
}
.contact7 dd span.fms {
	color: #666666;
	font-size: 13px
}
.contact7 .must {/* 必須マーク */
	position: absolute;
	right: 0;
	top: 0;
	background: #FF1A00;
	color: #FFF;
	border-radius: 3px;
	font-size: 10px;
	padding: 5px 10px;
	letter-spacing: 2px;
}
.contact7 dd input.wpcf7-text {
	width: 100%
}
.btn_contact7 {
	text-align: center;
}
.btn_contact7 input {
	color: #FFF;
	font-size: 20px;
	border: 1px solid #666666;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
	background: -moz-linear-gradient(top, #c4c4c4, #6a6a6a);
  background: -webkit-linear-gradient(top, #c4c4c4, #6a6a6a);
  background: linear-gradient(to bottom, #c4c4c4, #6a6a6a);
	border-radius: 10px;
	padding: 0px 30px;
	margin: 0 auto
}
.btn_contact7 input:hover {
	background: -moz-linear-gradient(top, #e1e1e1, #888888);
  background: -webkit-linear-gradient(top, #e1e1e1, #888888);
  background: linear-gradient(to bottom, #e1e1e1, #888888);
}
@media screen and (max-width: 767px) {
.contact7 dt {
	float: none;
	width: 100%;
}
.contact7 dd {
	margin: 0 0 25px 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #dcdcdc
}
.contact7 dd .wpcf7-text {
	width: 100% !important
}
.contact7 .must {/* 必須マーク */
	position: relative;
	margin-left: 10px;
}
.btn_contact7 input {
	width: 70%
}
}

/********************************************************************************
category,single
********************************************************************************/
.category .post-time,.single .post-time {
	font-size: 12px
}
.category .newsbox span,.single .catelabel {
	color:#ffffff;
	padding:2px 0px;
	width:70px;
	text-align:center;
	font-size:12px;
	margin-left: 10px
}
.single .catelabel {
	margin-left: 0px;
	margin-right: 15px
}
.category .newsbox span.report,.single span.report {
	background:#663333
}
.category .newsbox span.recruiting,.single span.recruiting {
	background:#668533
}
.category .newsbox span.info,.single span.info {
	background:#cf9933
}
.category .newsbox span.topics,.single span.topics {
	background:#333366
}
.category .newsbox {
	margin-bottom: 35px
}
.single .postbox {
	margin-bottom: 45px
}
/*ページ送り*/
.postlink {
	margin: 100px auto  50px auto;
	text-align: center
}
.postlink a {
	border: 1px solid #dcdcdc;
  padding: 15px 25px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  border-radius: 5px;
	color: #343434
}
.postlink a:hover {
  background-color: #333366;
	color: #fff
}
/*サイドバー（＋documentサイドバー）*/
#catesidebar h2 { display: none}
#sidebar1 ul,#dcsidebar1 ul {
	list-style: none;
}
#sidebar1 ul li a,#dcsidebar1 ul li a {
	display:block;
	background: #E6D4C2;
	padding: 10px 15px;
	margin-bottom: 30px;
	color: #000000
}
#sidebar1 ul li a:hover,#dcsidebar1 ul li a:hover {
	background: #f2e6da
}
@media screen and (max-width: 991px) {/*タブレット （メニュー切り替え）*/
#sidebar1 .widgettitle {
	font-size: 24px;
}
}
@media screen and (max-width: 575px) {/*スマホ小*/
.postlink {
	margin: 100px auto  50px auto;
}
.postlink a {
  padding: 15px 15px;
  font-size: 13px;
}
}
