@charset "utf-8";
/* CSS Document */

main {
	padding-top:20px;
	font-size:18px;
}

section {
	padding:50px 0 50px;
	border-top:rgba(191,172,145,0.1) solid 2px;
}

.section_content {
	width:1100px;
	margin:0 auto;
}

ul.breadcrumb {
	margin-bottom:50px;
}

section:last-child {
	padding-bottom:250px;
}

section .section_content {
	padding:0 90px;
	margin-top:80px;
}

/*============.link_jump=============*/
.link_jump {
	padding-bottom:50px;
}

.link_jump .section_content{
	display:flex;
}

p.link_jump_contents {
	font-family:'Cinzel', serif;
	font-size:28px;
	color: #bfac91;
	margin-right:40px;
	line-height:1.2;
}

.link_jump li {
	margin-bottom:10px;
	letter-spacing:1px;
}

.link_jump li i{
	color: #bfac91;
	padding-right : 10px;
}

.link_jump li a {
	transition:0.3s;
	border-bottom:3px double transparent;
}

.link_jump li a:hover {
	color: #bfac91;
	border-bottom:3px double #bfac91;
}

/*==========#organization==========*/
#organization {
	background:url(../img/bg_kami_white.jpg);
}

.org_dl {
	margin-bottom:8px;
}

.org_dl dt,.org_dl dd{
	display:inline-block;
}

.org_dl dt {
	font-weight:bold;
}

.org_dl.last {
	margin-bottom:40px;
}

.org_img {
	width:100%;
	height:auto;
	margin-bottom:20px;
}

.org_list_box {
	margin-bottom:50px;
}

.org_list_box h3 {
	font-size:24px;
	font-weight:normal;
	margin-bottom:10px;
	border-left:5px solid #7d001a;
	padding-left:10px;
}

.org_list {
	margin-left:50px;
}

.org_list li {
	list-style-type: disc;
	margin-bottom:5px;
}

.org_list_box p {
	margin-left:50px;	
}
/*==========#activity==========*/
.act_table_02 {
	width:500px;
	border:3px double #907b67;
	margin-bottom:40px;
	letter-spacing:1px;
}

.act_table_02 td,.act_table th{
	border:1px solid #907b67;
	padding:15px 20px;
}

.act_table_02 th {
}

.act_table_02 tr td:first-child {
	background:url(../img/bg_kami_white.jpg);
	font-weight:bold;
	font-size:93%;
}

/*==========#activity==========*/
.act_table {
	max-width:920px;
	border:3px double #907b67;
}

.act_table td,.act_table th{
	border:1px solid #907b67;
	padding:15px 20px;
}

.act_table th {
}

.act_table tr td:first-child {
	background:url(../img/bg_kami_white.jpg);
	font-weight:bold;
	text-align:center;
}

/*==========#membership==========*/
#membership {
	background:url(../img/bg_kami_white.jpg);
}

.mem_total dt,.mem_total dd{
	display:inline-block;
	padding:0 15px 0 0;
	margin-bottom:10px;
}

.mem_total dt {
	font-weight:bold;
}

.ta_box{
	margin-top:5px;
	margin-bottom:20px;
}

.ta_text{
	vertical-align:top;
	width:20px;
	font-size:93%;
}

.ta_text_02{
	line-height:1.8em;
	font-size:93%;
}

.ta_top{
	line-height:1.8em;
	font-size:93%;
	font-weight:bold;
	padding-bottom:3px;
}



.mem_flex {
	display:flex;
	flex-wrap: wrap;
    align-items: baseline;
}

.mem_flex_02 {
	float:left;
}

.mem_table {
	width:218px;
	margin-bottom:30px;
	margin-right:16px;
}

.mem_table:nth-child(4n){
	margin-right:0;
}

.mem_table .table_header {
	background:url(../img/bg_kami_gold.jpg);
	font-weight:bold;
	color:#fff;
	font-size:16px;
}

.mem_table th{
	font-weight:bold;
	border:solid 1px #635344;
	padding:3px 5px;
}

.mem_table td {
	border:solid 1px #907b67;
	padding:3px 5px;
	text-align:right;
	font-size:93%;
}
.mem_table td:first-child {
	text-align:center;
	font-weight:bold;
}

.mem_table tr:not(.table_header) {
	background:url(../img/bg_kami_gray.jpg);
}

.mem_table tr:not(.table_header):nth-child(2n) {
	background:url(../img/bg_kami_white.jpg);
}

.long{
	font-size:103% !important;
}

.mem_table_02 {
	width:407px;
	margin-bottom:40px
}

.mem_table_02 td {
	border:solid 1px #907b67;
	padding:3px 5px;
	font-size:93%;
}

.mem_table_02 tr:not(.table_header) {
	background:url(../img/bg_kami_gray.jpg);
}

.mem_table_02 tr:not(.table_header):nth-child(2n) {
	background:url(../img/bg_kami_white.jpg);
}

.center{
	text-align:center;
	font-weight:bold;
}

.text_right{
	text-align:right;
}