@charset "utf-8";
/*
Template:kasugai_rc
Theme Name:kasugai_rc_child
*/
@import url("../kasugai_rc/style.css");
/*
共通
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;  }
.clearfix { display: inline-table; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

input[type="email"]{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}
textarea{
  min-width: 90%;
}
.long{
  width: 90%;
}
body{
color:#4d4d4d;
-webkit-text-size-adjust: none;
}

html{background:#fdf9ee;}
body{
  background-image: url("/wp-content/uploads/2016/05/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
}
#header .bg {
    background: none;
}
#header h1, #header p {
    float: left;
    font-size: 90%;
    font-weight: normal;
    padding: 3px 0;
}
#header p {
    float: right;
    text-align: right;
}
#header h2 {
    padding: 0;
}
nav#mainNav ul li a {
    padding: 10px 30.5px 5px;
}
#header ul {
    font-size: 100%;
    padding-top: 0px;
    margin: 0;
    float: none;
}

#header ul li {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/05/list.png") no-repeat scroll 0 8px;
    border-bottom: 1px dotted #ccc;
    line-height: 200%;
    padding-left: 12px;
    margin:0 0 3px 0px;
    display: block;
}
#header ul li a {
    background: none;
    padding-left: 0px;
    color: #4b251a;
}

#header .inner{
  float: left;
  width: 64%;
}
.head{
  width: 960px;
  margin: 0 auto;
}
.information{
  float: right;
  width: 33%;
  border: 1px solid #fff;
  margin: -16px 0 0 0;
  padding: 5px 10px 2px 10px;
}
#header h3.t_info{
  font-size: 130%;
  font-weight: bold;
  color: #800000;
  border-bottom: 1px solid #800000;
  width: 100%;
  line-height: 110%;
}
.newslists{
  clear: both;
}
.post p{
  font-size: 115%;
  line-height: 175%;
}
/*
トップページ
*/
#post-10 .postWrap p{
  font-size: 110%;
  line-height: 170%;
}
.home h2.notitle{
  display: none;
}
#post-32 .dateLabel,#post-34 .dateLabel,#post-39 .dateLabel,#post-39 .dateLabel,#post-45 .dateLabel,#post-49 .dateLabel,#post-52 .dateLabel{
  display: none;
}
.thumbWrap li{
  padding: 2px 0 25px;
}
.thumbWrap li p.guideline_txt{
  height: 65px;
}
#original #contents_left{
  width: 500px;
  float: left;
  padding-bottom: 50px;
}
#contents_right{
  width: 430px;
  float: right;
}
#contents_right li{
  border-bottom: 1px dotted #ccc;
  line-height: 200%;
  background: url(/wp-content/uploads/2016/05/list.png) no-repeat 0 8px;
  padding-left: 12px;
}
#contents_right img.new_icon{
  vertical-align: middle;
}
.newsTitle{
  border-bottom: none;
}
.newsTitle p {
 font-size: 95%;
}

.news p a {
    color: #333;
    display: block;
    padding: 0;
    font-style: normal;
    font-family: inherit;
}

#u_bana{
  text-align: center;
  clear: both;
  margin-top: 20px;
}
#u_bana img{
  margin: 2px;
  width: 211px;
  float: left;
}
p.data{
  float: left;
  width: 25%;
}
#meeting{
  border: 1px solid #ccc;
  padding: 10px 20px;
  font-size: 120%;
  line-height: 150%;
}
.link_box{
  border: 1px solid #ccc;
  margin: 5px;
  width: 47.6%;
  float: left;
  padding: 5px;
}
.link_box img{
  width: 100%;
}
.make_btn{
  width: 47%;
  float: left;
  margin: 10px;
  text-align: center;
}
.square_btn {
    display: inline-block;
    padding: 10px 0;
    text-decoration: none;
    color: #67c5ff;
    border: solid 2px #67c5ff;
    border-radius: 3px;
    transition: .4s;
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.square_btn:hover {
    background: #67c5ff;
    color: white;
}
.top_message{
  font-size: 125%;
  line-height: 160%;
}
.top_message p#theme{
  font-size: 125%;
  line-height: 125%;
  color: #db7093;
  border-bottom: 1px solid #db7093;
  padding-bottom: 3px;
  font-weight: bold;
  padding-top: 5px;
  margin-bottom: -16px;
}
.member{
  max-width: 960px;
  width: 100%;
  margin: 10px auto 0 auto;
  text-align: right;
}
a.m_login {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
    color: #FFF;
    background: #00bcd4;
    transition: .4s;
    font-size: 115%;
    border-radius: 6px;        /* CSS3草案 */  
    -webkit-border-radius: 6px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 6px;   /* Firefox用 */
  }

a.m_login:hover {
    background: #1ec7bb;
}


#social_banner li{
  float: left;
  width: 48%;
  margin: 10px 0 0;
}
#social_banner li:nth-of-type(2){
	float: right;
}

#social_banner img{
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 644px){
	#social_banner li{
 	 width: 100%;
	}
}
/*
過去の活動
*/
ul.sanka_list{
  margin: -15px 0 0 20px;
}
ul.sanka_list li{
  width: 23%;
  float: left;
}

/*
addQuicktag用スタイル
*/
.col1, .col3{
  margin-bottom: 20px;
}
.col1 ul, .col3 ul{
  margin: 0 0 0 10px;
}
.col3 li{
  display: inline-block;
  background: url(/wp-content/uploads/2016/05/check.png) no-repeat 0 0;
  font-size: 155%;
  padding: 2px 0 0 40px;
  width: 27%;
}
.col1 li{
  display: inline-block;
  background: url(/wp-content/uploads/2016/05/check.png) no-repeat 0 0;
  font-size: 155%;
  padding: 2px 0 0 40px;
  width: 100%;
}
dl.leader{
  margin: -10px 0 0 10px;
}
dl.leader dt{
  background: url(/wp-content/uploads/2016/05/s_check.png) no-repeat 0 0;
  font-size: 125%;
  padding: 2px 0 0 20px;
  width: 100%;
  font-weight: bold;
}
dl.leader dd{
  margin-left: 22px;
}
b.mid{
  font-size: 120%;
  font-weight: bold;  
}
.r_photo{
  float: right;
  width: 280px;
  margin-left: 10px;
}
ul.invite li{
  font-size: 110%;
  margin: 0 0 5px 20px;
}
h3.h3a{
  background: url(/wp-content/uploads/2016/05/in_h3.png) no-repeat 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 155%;
  line-height: 100%;
  height: 32px;
  border-bottom: none;
  padding: 24px 0 0 10px;
}
h3.h3c {
    border-bottom: 4px solid #ccc;
    padding-bottom: 0.5em;
    position: relative;
}
h3.h3c::after {
    background-color: #3498db;
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 20%;
    z-index: 2;
}
h3.h3b {
    border-bottom: 4px solid #ccc;
    padding-bottom: 0.5em;
    position: relative;
}
h3.a3b::after {
    background-color: #5deb0c;
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 20%;
    z-index: 2;
}
h4.h4a {
    font-size: 120%;
    margin-bottom: 10px;
    padding-bottom: 0;
    position: relative;
    font-weight: bold;
}
h4.h4a::before, h4.h4a::after {
    bottom: -4px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
}
h4.h4a::before {
    background-color: #444;
    width: 15%;
    z-index: 2;
}
h4.h4a::after {
    background: rgba(0, 0, 0, 0) repeating-linear-gradient(45deg, #fff, #fff 2px, #aaa 2px, #aaa 4px) repeat scroll 0 0;
    width: 100%;
}
.frame {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}
.frame span{
    padding-right: 16px;
}
.frame2 {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #cdcdcd;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
    line-height: 2;
    margin: 1em 0 30px;
    padding: 1em 1.5em;
}
.frame3 {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px dashed #cdcdcd;
    box-shadow: 0 1px 3px 0 rgba(195, 195, 195, 0.3);
    line-height: 2;
    margin: 2em 0 2.5em;
    padding: 1em 1.5em;
    text-align: center;
}
.column3 .post_col-3{
  width: 29%;
  float: left;
  background-color: #fff;
  padding:10px;
  border:1px solid #bbb;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
              0 0 2px rgba(255, 255, 255, 0.3) inset,
              0 0 5px rgba(0, 0, 0, 0.1) inset,
              0 1px 10px rgba(0, 0, 0, 0.1);
  margin: 10px 9px;
}
.column2 .post_col-2{
  width: 45.5%;
  float: left;
  background-color: #fff;
  padding:10px;
  border:1px solid #bbb;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
              0 0 2px rgba(255, 255, 255, 0.3) inset,
              0 0 5px rgba(0, 0, 0, 0.1) inset,
              0 1px 10px rgba(0, 0, 0, 0.1);
  margin: 10px 9px;
  min-height: 100px;
}
.column2 .post_col-2 p{
  text-align: center;
}
.column2 .post_col-2 p span{
  color: #cc0000;
}
.link_photo{
  width: 100%;
}

strong{
  font-weight: bold;
  font-size: 145%;
}
hr{
    border: 0;
    border-bottom: 1px dashed #ccc;
    background: #fff;
    margin-bottom: 10px;
}
    .defaultlist
    ,.defaultlist li{
    	padding:0px;
    	margin:0px;
    }
     
    .defaultlist li{
    	list-style-type:none !important;
    	list-style-image:none !important;
    	margin: 5px 0px 5px 0px !important;
    }
     
    .list10{
    	counter-reset:li;   
    }
     
    .list10 li{
    	position:relative;
    	display: block;
    	padding:10px 0px 5px 30px; 
    	margin-left:0px !important;
    	font-size: 18px;
    }
     
    li.list10-count:after{
    	counter-increment: li;
    	content: counter(li) ".";
    	position: absolute;	
    	display: block;
    	text-align: center;
    	font-style: italic;
    	left: 0px;
    	top: -1px;
    	font-size: 30px;
    	color:#bbb;
    	font-family:'Goudy Bookletter 1911',Georgia,serif; 
    }
/*
テーブル
*/
table.member,table.history,table.event{
  width: 100%;
}
table.member th,table.event th{
  text-align: center;
}
table.history th{
  text-align: right;
}
table.event .dayoff{
  background-color: #ffdfdf;
}
table.name{
  width: 96%;
  margin: 0 auto;
  text-align: center;
}
table.name th{
  text-align: center;
  vertical-align: middle;
}
table.name td{
  text-align: center;
  vertical-align: middle;
}
.change{
  margin: 0 auto;
}
.post table {
    margin: 10px auto 20px;
}
/*
ボタン
*/
.re_btn {
    color: #fff;
    display: block;
    float: left;
    font-size: 21px;
    font-weight: bold;
    margin: 5px;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    width: 32%;
    border-radius:5px;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ba2636), color-stop(0.51, #ba2636), color-stop(0.50, #d24b5a), color-stop(0.00, #efc7cb));
background: -webkit-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #ba2636 100%);
background: -moz-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #ba2636 100%);
background: -o-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #ba2636 100%);
background: -ms-linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #ba2636 100%);
background: linear-gradient(top, #efc7cb 0%, #d24b5a 50%, #ba2636 51%, #ba2636 100%);
}
a:hover.re_btn{
    color: #8b0000;
}
/*
フッター
*/
#footer aside:first-child {
    width: 63.6%;
}
#foot_navi a{
  float: left;
  padding-right: 8px;
}

section.widget, .widgetInfo, #calendar_wrap {
    min-height: 230px;
}
.img_right {
  float: right;
  margin-top: -45px;
}
section.widget h3 {
    font-size: 110%;
    font-weight: bold;
}
.club{
  border-bottom: 1px dotted #ccc;
  line-height: 210%;
}
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}
ol.commentlist li.comment{
  border: 1px solid #ccc;
  margin: 10px auto;
  padding: 10px;
  background-color: #fff;
}
ul.children li{
  border: 1px dotted #ccc!important;
  background-color: #fffafa!important;
}
.comment-meta.commentmetadata{
  border-bottom: 1px solid #faf0e6;
  margin-bottom: 10px;
}
#commentform.comment-form p{
  margin: 5px 0;
}
#commentform.comment-form p.form-submit
input[type="submit"], input[type="reset"], input[type="button"] {
    padding: 8px 20px;
}
/* 2018-19追記
------------------------------------------------------------*/
#post-58 p{
  font-size: 16px;
}
#post-58 p.theme{
  text-align: center;
  font-size: 250%;
  font-weight: bold;
  color: #333;
}
ul.houshin{
  margin: 0 0 20px 20px;
}
ul.houshin li{
  font-size: 145%;
  font-weight: bold;
  line-height: 135%;
  margin-bottom: 10px;
}
#post-58 p.r_text{
  text-align: right;
  font-size: 15px;
}
/* 2022-06-28追記
------------------------------------------------------------*/
#greeting p{
  font-size: 16px;
}
#greeting p.theme{
  text-align: center;
  font-size: 250%;
  font-weight: bold;
  color: #333;
}
ul.houshin{
  margin: 0 0 20px 20px;
}
ul.houshin li{
  font-size: 145%;
  font-weight: bold;
  line-height: 135%;
  margin-bottom: 10px;
}
#greeting p.r_text{
  text-align: right;
  font-size: 15px;
}

/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px){
#mainNav .inner{width:100%;}
	
nav#mainNav{
clear:both;
width:100%;
margin:0 auto 20px;
padding:0;
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}

nav#mainNav a.menu{
width:100%;
display:block;
height:35px;
line-height:35px;
text-align:left;
color:#fff;
background:#dc7a7a url(/wp-content/themes/kasugai_rc/images/menuOpen.png) no-repeat 10px 4px;
}

nav#mainNav a#menu span{padding-left:35px;}

nav#mainNav a.menuOpen{
background:#dc7a7a url(/wp-content/themes/kasugai_rc/images/menuOpen.png) no-repeat 10px -38px;
}

nav#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display: none;
width:100%;
position: relative;
right:0;
top:0;
z-index:1;
}

nav#mainNav ul{margin:0 0 20px;padding:0;}

nav#mainNav ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
display: block;
padding:15px;
text-align:left;
color:#993333;
font-size: 85%;
border-bottom: 1px dotted #fff;
}

nav#mainNav ul li a span{display:none;}
 
nav#mainNav ul li a:hover,nav#mainNav ul li.current-menu-item > a,nav#mainNav ul li a:active, nav#mainNav ul li li.current-menu-item a, nav#mainNav ul li.current-menu-item li a:hover, nav#mainNav ul li.current-menu-item li a:active{
background:#FFCCCC;
}

nav#mainNav ul li li{
float:left;
border:0;
}

nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
padding-left:30px;
font-size:120%;
}

nav#mainNav ul li li a, nav#mainNav ul li.current-menu-item li a, nav#mainNav ul li li.current-menu-item a{
padding-left:30px;
background:url(/wp-content/themes/kasugai_rc/images/sub1.png) no-repeat 20px 18px;
}

nav#mainNav ul li li.current-menu-item a,nav#mainNav ul li li a:hover, nav#mainNav ul li.current-menu-item li a:hover{
background:#FFCCCC url(/wp-content/themes/kasugai_rc/images/sub1.png) no-repeat 20px -62px;
}
	
nav#mainNav ul li li:last-child a{background:url(/wp-content/themes/kasugai_rc/images/subLast.png) no-repeat 20px 20px;}
nav#mainNav ul li li:last-child.current-menu-item a,nav#mainNav ul li li:last-child a:hover,nav#mainNav ul li.current-menu-item li:last-child a:hover{background:#FFCCCC url(/wp-content/themes/kasugai_rc/images/subLast.png) no-repeat 20px -65px;}

nav div.panel{float:none;}

#header ul li a,#header ul li a:hover{background-position:0 50%;}
}

@media screen and (max-width: 819px)
{
table
{
    display: block;
    overflow-x: auto;
}

th,td
{
    width: 819px;
    white-space: nowrap;
}
table.name{
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.column3 .post_col-3{
    background-color: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 0 2px rgba(255, 255, 255, 0.3) inset, 0 0 5px rgba(0, 0, 0, 0.1) inset, 0 1px 10px rgba(0, 0, 0, 0.1);
    float: none;
    margin: 10px 5px;
    padding: 10px;
    width: 92%;
}
.link_photo{
  display: none;
}
#footer aside:first-child {
    width: 100%;
    height: auto;
}
section.widget, .widgetInfo, #calendar_wrap {
    min-height: 315px;
}
section#text-2{
    min-height: 200px;
}

.thumbWrap ul.thumb li {
    float: none;
    margin: 0 1% 0 2%;
    width: 97%;
}
.thumbWrap ul.thumb li p{
    text-align: left;
}
#original #contents_left {
    float: none;
    width: 100%;
}
#contents_right {
    float: none;
    width: 100%;
}
#u_bana {
    display: none;
}
h3.h3a {
    background: none;
    background-color: #cc0000;
    border-bottom: none;
    color: #fff;
    font-size: 155%;
    font-weight: bold;
    line-height: 125%;
    padding: 5px;
    height: auto;
}
.col1 ul, .col3 ul{
  margin: 0 0 0 0;
}
.col3 li,.col1 li {
    background: rgba(0, 0, 0, 0) url("/wp-content/uploads/2016/05/check.png") no-repeat scroll 0 0;
    display: inline-block;
    font-size: 135%;
    padding: 2px 0 0 40px;
    width: 80%;
}
.r_photo {
    display: none;
}
p.data{
  float: left;
  width: 50%;
  font-size: 100%;
}
.re_btn {
    float: none;
    width: 97%;
}
a:hover.re_btn{
    color: #8b0000;
}
#header h1{
    float: none;
    font-weight: normal;
    padding: 3px 0;
    text-align: center;
}
#header .inner{
  float: left;
  width: 60%;
}
#header .inner img{
  width: 100%;
}
.information{
  width: 37%;
  margin-bottom: 5px;
}
section.widget a {
    background: none;
    display: block;
    padding: 3px 0 3px 0px;
}
#foot_navi a{
    background: rgba(0, 0, 0, 0) url("../kasugai_rc/images/arrow.png") no-repeat scroll 0 50%;
    display: block;
    padding: 3px 5px 3px 8px;
}
}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
#header .inner{
  float: none;
  width: 100%;
}
#header .inner img{
  width: 100%;
}
.information{
  float: none;
  width: 90%;
  margin:10px auto 5px auto;
  text-align: left;
}
#header img{
  width: 90%;
}
.column3 .post_col-3{
  width: 90%;
  float: none;
  background-color: #fff;
  padding:10px;
  border:1px solid #bbb;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
              0 0 2px rgba(255, 255, 255, 0.3) inset,
              0 0 5px rgba(0, 0, 0, 0.1) inset,
              0 1px 10px rgba(0, 0, 0, 0.1);
  margin: 10px auto;
}
.column2 .post_col-2{
  width: 90%;
  float: none;
  background-color: #fff;
  padding:10px;
  border:1px solid #bbb;
  border-radius: 2px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset,
              0 0 2px rgba(255, 255, 255, 0.3) inset,
              0 0 5px rgba(0, 0, 0, 0.1) inset,
              0 1px 10px rgba(0, 0, 0, 0.1);
  margin: 10px auto;
}
ul.sanka_list li{
  width: 45%;
  float: left;
}
}
@media only screen and (max-width: 420px){
ul.sanka_list li{
  width: 100%;
  float: none;
}
}
