
/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	/*
	margin: 24px;
	margin-bottom: 1.714285714rem;
	*/
	margin:10px auto;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
	max-width:100%;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}



/* Images */
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	/*
	font-size: 87.5%;
	*/
	font-size:100%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: Helvetica, Arial, sans-serif;
	text-rendering: optimizeLegibility;
	color: #444;
	background-color:#ebf6e5;
}

a {
	outline: none;
	color:#255DB7;
}
a:hover {
	color:#8EB0E8;
}


/* Footer */
footer[role="contentinfo"] {
	border-top: 1px solid #ededed;
	clear: both;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	max-width: 960px;
	max-width: 68.571428571rem;
	margin-top: 24px;
	margin-top: 1.714285714rem;
	margin-left: auto;
	margin-right: auto;
	padding: 24px 0;
	padding: 1.714285714rem 0;
}
footer[role="contentinfo"] a {
	color: #686868;
}
footer[role="contentinfo"] a:hover {
	/*
	color: #21759b;
	*/
	color:#255DB7;
}


img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}

img.size-full, img.size-large, img.header-image, img.wp-post-image {
    max-width: 100%;
    height: auto;
}



/* =Plugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}


/* 転記ここまで */
	.site {
		margin: 0 auto;
		max-width: 1002px;
		max-width: 62.625rem;
		overflow: hidden;
	}
	.site-content {
		float: left;
		/*
		width: 65.104166667%;
		*/
		width:560px;
		/* 追加	 */
		margin-left:20px;
	}
	body.template-front-page .site-content,
	body.attachment .site-content,
	body.full-width .site-content {
		width: 100%;
	}

	.site-header h1,
	.site-header h2 {
		text-align: left;
	}
	.site-header h1 {
		font-size: 26px;
		font-size: 1.857142857rem;
		line-height: 1.846153846;
		margin-bottom: 0;
	}

	.entry-header .entry-title {
		font-size: 22px;
		font-size: 1.571428571rem;
	}



/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	footer a[rel=bookmark]:link:after,
	footer a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	a {
		text-decoration: none;
	}
	.entry-content img,
	.comment-content img,
	.author-avatar img,
	img.wp-post-image {
		border-radius: 0;
		box-shadow: none;
	}
	.site {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	.site-header {
		margin-bottom: 72px;
		margin-bottom: 5.142857143rem;
		text-align: left;
	}
	.site-header h1 {
		font-size: 21pt;
		line-height: 1;
		text-align: left;
	}
	.site-header h2 {
		color: #000;
		font-size: 10pt;
		text-align: left;
	}
	.site-header h1 a,
	.site-header h2 a {
		color: #000;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
	.wrapper {
		border-top: none;
		box-shadow: none;
	}
	.site-content {
		margin: 0;
		width: auto;
	}

	.entry-header .entry-title,
	.entry-title {
		font-size: 21pt;
	}
	footer.entry-meta,
	footer.entry-meta a {
		color: #444;
		font-size: 10pt;
	}
	.author-description {
		float: none;
		width: auto;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.comments-area article header cite,
	.comments-area article header time {
		margin-left: 50px;
		margin-left: 3.57142857rem;
	}
}

/* --------------------------------------------------------------
ここから下追加分
-------------------------------------------------------------- */
* {
	box-sizing:border-box;
}


/* =追加：全体
-------------------------------------------------------------- */
A:link		{	color:#255DB7; text-decoration:none; }
A:visited	{	color:#255DB7; text-decoration:none; }
A:hover		{	color:#8EB0E8; text-decoration:underline;}
A:active	{	color:#8EB0E8; text-decoration:underline;}

#page {
	padding:0px;
	margin:0px auto;
	background-color:#FFF;
	width:1002px;
box-shadow: 0px 2px 6px rgba(100, 100, 100, 0.3);
background-image: url("./images/bg_main.gif");
background-position: left top;
background-repeat: repeat-y;
	}
	
#main {
	background-color:#fff;
	float:right;
	width:770px;
	margin-top:30px;
}

#content {
	background-color:#fff;
	line-height:1.7;
	margin:auto;
	width:100%;
	padding:20px;
}

/* 2column */

#primary {
	float:left;
	width:67%;
	margin-left:20px;
}

#secondary {
	width:23%;
	float:right;
	margin-right:20px;
}

.site {
	margin: 0 auto;
	max-width: 1002px;
	max-width: 71.571428571429rem;
	overflow: hidden;
}

.site-content {
	margin-top:20px;
}


.entry-content {
	/*
	font-size:14pt;
	*/
}


h1.page-title {
	width:100%;
	text-align: left;
	padding: 10px 0px 10px 20px;
	margin-bottom:20px;
	color: #438946;
	font-size: 12pt;
	font-weight: bold;
	line-height: 1.7;
	border:1px solid #ccc;
	background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
}

h2.section-title {
	background-image: url('./images/bg_title.jpg');
	background-repeat: no-repeat;
	font-size: 12pt;
	color: #ffffff;
	padding: 3px 0 3px 20px;
	font-weight: bold;
	text-align: left;
	margin-bottom:20px;
	text-shadow:1px 1px 1px #333333;
}

section {
	margin-bottom:50px;
}

/* =追加：ヘッダー部分
-------------------------------------------------------------- */
header.main-header {
	width:100%;
		border-top: 6px solid #333;
	position:relative;

}

header.main-header::before {
	content:" ";
	border-top: 6px solid #84df91;
	position:absolute;
	top:0;
	left:0;
	width:100%;
}

	
.site-header {
	background-image:url(./images/header_01.jpg);
	background-repeat:repeat-x;
}


.site-title{
	display:inline;
	width:227px;
	height:145px;
	float:left;
}

.site-title img {
	margin-top:20px;
	margin-left:10px;
	width:205px;
}

.site-description{
	display:inline;
	float:left;
	width:775px;
	height:145px;
}

.mobile-nav {
	display:none;
}

.mobile-nav-toggle {
	display:none;
}

/* =追加：左メニュー部分
-------------------------------------------------------------- */
.top-sidebar {
	width:228px;
	float:left;
	background-image:url(./images/bg_main.gif);
	background-position:top left;
}


.mobile-sidebar {
	display:none;
}


.rijichou {
	background-image:url(./images/menu_m_01.jpg);
	background-position:bottom center;
	background-repeat:no-repeat;
	height:250px;
	text-align:center;
}

 .nav-menu {
/* background-color:#ffe6b0; */
	background-image: url(./images/menu_m_03.jpg);
	background-position: 0px 68px;
	background-repeat: no-repeat;
	line-height: 1.0;
	line-height:1.0;
 }
 
 .nav-menu1 {
	 /* 宮津青年会議所とは */
	 width:228px;
	 height:52px;
 }
 
  .nav-menu2 {
	/* 理事長所信 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu3 {
	  /* 委員会方針 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu4 {
	  /* 組織図 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu5 {
	  /* 賛助会員・メンバー紹介 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu6 {
	  /* 財務諸表 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu7 {
	  /* 定款 */
	 width:198px;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
  .nav-menu8 {
	  /* 本年度活動報告 */
	 width:228px;
	 height:52px;
 }
 
   .nav-menu9 {
		/* 過去の事業紹介 */
	 width:198px;
	 border-bottom:1px dotted #CCC;
	 margin-left:30px;
	 padding:5px 0px;
 }
 
   .nav-menu10 {
		/* 過去のホームページ */
	 width:198px;
	border-bottom:1px dotted #CCC;
	margin-left:30px;
	padding:5px 0px;
 }
 
	.nav-menu11 {
	/* トップページ */
	width:198px;
	border-bottom:1px dotted #CCC;
	margin-left:30px;
	padding:5px 0px;
 }
 
    .nav-menu12 {
	/* お問い合わせ */
	border-bottom:1px dotted #CCC;
	width:198px;
	margin-left:30px;
	padding:5px 0px;
 }
 
  .nav-add {
	  /* メニュー内住所部分 */
	line-height:1.5;
	padding-left:10px;
	padding-bottom:10px;
	font-size:10pt;
  }
 
.bn_fb {
/* フェイスブックバナー部分 */
text-align:center;
/* background-color:#adcfe8; */
padding:20px 0;
}

 /* ナビゲーションメニュー　リンク部分 */
 .nav-link{
	 width:228px;
	 font-size:11pt;
 }
 
 .nav-link1{
	 /* 公益社団法人 日本青年会議所 */
	 text-align:center;
	 padding:10px 0px;
 }
 
 .nav-link2 {
	 /* 公益社団法人 日本青年会議所　京都ブロック協議会 */
	 text-align:center;
	 padding:10px 0px;
	 border-bottom:1px dotted #CCC;
 }
 
 .nav-link3 {
	/* 宮津商工会議所青年部 */
	 padding:10px 0px;
	 border-bottom:1px dotted #CCC;
	 text-align:center;
 }
 
 .nav-link4 {
	 /* 与謝野町商工会青年部 */
	 padding:10px 0px;
	 border-bottom:1px dotted #CCC;
	 text-align:center;
 }
 
 .nav-link5 {
	 /* 伊根町商工会青年部 */
	 padding:10px 0px;
	 border-bottom:1px dotted #CCC;
	 text-align:center;
 }
 
 .nav-link6 {
	 /* 天橋立を世界遺産にする会 */
	 padding:10px 0px;
	 border-bottom:1px dotted #CCC;
	 text-align:center;
 }

/* イメージ映像部分 */
.vtr {
	border: 0px solid #eee;
	text-align:center;
	line-height:1.5;
	margin:20px auto;
}

/* =追加：固定ページ・投稿部分
-------------------------------------------------------------- */
/* ページタイトル */
.top_title {
	 background-image: url(./images/tit_tbg.gif);
    background-repeat: no-repeat;
    text-align: left;
    margin: 0px 0px 5px 10px;
    padding: 12px 0px 12px 20px;
    color: #2c6bd4;
    font-size: 12pt;
    font-weight: bold;
}


/*　固定ページ（サイドバーなし） */
#primary .type-page {
	width:740px;
	margin:0px;
	padding:0px;
	}



.site-content article.type-page {
	/* 固定ページのみ下線非表示  */
	border-bottom: 0px;
}

.type-page table {
	border:0px;
}

.type-page td {
	border:0px;
}


/* カテゴリ・アーカイブタイトル */
h1.archive-title {
	background-image: url('./images/tit_tbg.gif');
	background-repeat: no-repeat;
	text-align: left;
	margin: 0px 0px 5px 10px;
	padding: 12px 0px 12px 20px;
	color: #2c6bd4;
	font-size: 12pt ;
	font-weight: bold;
	line-height:1.7;
}


article h1.entry-title {

}
/*　トップページ */
.news {
}

.bn-area {
	margin:20px auto;
	max-width:670px;
}

.bn-area > div {
	margin:15px;
}

.bn-area img {
	width:100%;
}

/* 宮津青年会議所とは */

.jc_img {
text-align:center;
}

.jc_about {
	margin:auto;
}

/* 理事長所信 */
.sh_text {
	 width:90%;
	 text-align:left;
	 margin:30px auto;
}

.sh_text p {
	text-align:justify;
   text-justify: inter-ideograph;
}


.slogan{
	color:#79a75f;
	font-size:18pt;
	line-height:1.7;
	text-align:center;
	margin:30px auto;
}
/* 理事長所信 　基本方針・事業計画・委員会活動計画　*/
.toc {
	width:90%;
	margin:auto;
	display:flex;
	gap:30px;
	justify-content:space-between;
}

.photo-area .main-photo img {
	width:200px;
}

.photo-area .name {
	text-align:center;
}

.shoshin-mokuji {
	font-size:14pt;
	float:left;
	margin-right:20px;
	list-style-type: decimal;
}

.shoshin-mokuji li {
	margin-bottom:15px;
	margin-left:20px;
}

.shoshin-mokuji li a {
	text-decoration:none;
}

.ho_title	{
	font-size: 13pt;

	border-left: 10px solid #a0df7d;
	border-bottom: 1px solid #a0df7d;

	margin: 30px auto;
	padding: 3px 0px 3px 15px;
	font-weight: bold;
}
.ho_title2	{
	color: #79a75f;
	padding: 5px;
	font-weight: bold;
	font-size: 13pt;
	margin:15px auto;
}

.ho {
	width:85%;
	margin:auto;
}

.ho ol {
	margin-left:50px;
}

.ho ol li {
	list-style-type:decimal;
	margin-bottom:15px;
}

.ho ul {
	 margin-left: 50px;
	 margin-bottom: 50px;
}

.ho ul li {
	 list-style-type: circle;
	 margin-bottom: 15px;
}

/* 委員会方針 */


ul.hos_list {
	display:flex;
	gap:30px;
	font-size:11pt;
	margin-bottom:30px;
}

ul.hos_list li {

}

ul.hos_list li::before {
	content:"";
	background-image:url('./images/kazari.png');
	background-repeat:norepeat;
	width:20px;
	height:20px;
	margin-right:5px;
	display:inline-block;
	vertical-align:text-bottom;
}


.hos_title	{
	background-image: url('./images/bg_title.jpg');
	background-repeat: no-repeat;
	font-size: 12pt;
	color: #ffffff;
	padding: 5px 5px 5px 20px;
	font-weight: bold;
	text-align: left;
}

.section-header {
	display:flex;
	gap:30px;
}

.section-header-text {
	flex:1;
	display:flex;
	flex-direction:column;
	gap:50px;
}

.section-header-text .name{
	text-align:right;
}

.section-header .photo-area {
	flex-basis:120px;
}

.hos_table1{
	border: 1px solid #999;
	margin:30px auto;
	color: #757575;
	width:100%;
}

.hos_table1 TD{
	border: 1px solid #999;
	padding: 10px;
	font-size: 14px;
}

.hos_table1 TH{
	color:#333;
	border: 1px solid #999;
	padding: 5px;
	font-size: 9pt;
	background-color:#EEE;
	font-weight:normal;
	text-align:left;
}

hos_table1 .th1{
	color: #922400;
	background-color:#E1D8CA;
	font-size: 10pt;
	padding: 5px;
	text-align: center;
	width: 30%;
	font-weight: bold;
}
.hos_table1 .th2{
	color: #922400;
	background-color:#E1D8CA;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;

}
.hos_table1 .th3{
	color: #922400;
	background-color:#E1D8CA;
	font-size: 10pt;
	text-align: center;
	font-weight: bold;
}
.hos_table1 .td1{
	text-align: left;
	padding-left: 10px;
}
.hos_table1 .td2{
	text-align: left;
	padding-left: 10px;

}

.hos_table1 .td3{
	text-align: left;
	padding-left: 10px;

}


#sos_table1	{
}
#sos_table1	TD{
	border-bottom: 1px dotted #A9A9A9;
}
#sos_table1	.noline{
	border-bottom: 1px dotted #ffffff;
}

/* 組織図 */

/* 賛助会員・メンバー紹介 */
.sanjo {
	display:grid;
	grid-template-columns:1fr 1fr 1fr;
}

.sanjo li {
	display:block;
	font-size:0.9em;
}


.mem_t1{
	font-size: 12pt;
	border-left: 10px solid #785936;
	border-bottom: 1px solid #785936;
	padding: 6px 3px;
	color: #333;
	font-weight: bold;
}

h3.mem_title {
	background-image:url(./images/kazari.png);
	background-repeat:no-repeat;
	background-position:left 5px;
	padding-left: 30px;
	border-bottom: 3px solid #ddd;
	font-size: 14pt;
	color: #2c6bd4;
	font-weight:bold;
	margin-bottom:30px;
}

.mem_list{
	margin-bottom:50px;
}

.member-cell-wrapper {
	display:flex;
	flex-wrap:wrap;
	gap:30px;
}

.member-cell {
	display:grid;
	grid-template-columns:130px 1fr;
	gap:20px;
	flex-basis:47%;
}

.member-cell .photo-area {
	width:130px;
}

.member-cell .member-name {
	font-weight:bold;
	font-size:1.1em;
	border-bottom:1px solid #ccc;
	margin-bottom:20px;
}

.member-cell .com-link {
	display:inline-block;
	color:#255DB7;
	border:1px solid #255DB7;
	text-decoration:none;
	text-align:center;
	border-radius:5px;
	font-size:0.85em;
	padding:0 6px;
}

table.mem_list {
	font-size:11pt;
	width:98%;
	margin:auto;
	color:#333;
	line-height:1.3;
}

table.mem_list td {
	vertical-align:top;
	text-align:left;
	padding: 6px 10px 6px 0px;
	height:160px;
}

.mem_list  td.td1 {
	width:10%;
}

.mem_list td.td1 img {
width:62px;
}

.mem_list  td.td2 {
	width:40%;
}

.mem_list td.td3 {
	width:2%;
}

/* 以下メンバー紹介テスト用 */

img.linkimg {
	margin:5px auto;
	border:0px;
}
/*
.memlist {
float:left;
margin-right:20px;
line-height:1.4;
}

.mem_img {
float:left;
margin-right:10px;
}

.mem_info {
float:left;
}
*/

.mem_cell {
	float:left;
	width:45%;
	margin-right:2%;
	margin-bottom:30px;
}

.mem_img {
	width:20%;
}

/* 財務諸表 */


/* 定款 */
#pdf_title	{
	padding: 20px 0px 5px 0px;
	text-align: left;
	width: 100%;
	border-bottom:  1px solid #2E6999;
}
#pdf_title a{
	color: #2E6999;
	text-decoration:none;
}

/* 活動報告 */

.activity article {
    border-bottom: 4px double #EDEDED;
    margin-bottom: 50px;
	padding:15px;
}

.activity article img {
	height:auto;
}

.entry-meta {
font-size:9pt;
text-align:left;
margin-top:10px;

display:none;
}


.pagetop {
text-align:right;
clear:both;
}

/* 過去の事業紹介 */
.act_list {
margin:auto;
}

.oa_link ul {
margin: 0px 0px 1.71429rem;
line-height: 1.71429;
}

.oa_link ul li {
	line-height:1.4;
	list-style-image:url(./images/kazari.png);
	margin: 0px 0px 0px 2.57143rem;
}

.ytitle	{
	color: #FFFFFF;
	text-shadow:1px 1px 1px #333333;
	background-color: #a0df7d;
	background-repeat: no-repeat;
	padding: 5px 0px 4px 10px;
	text-align: left;
	font-size:12pt;
}
.years a{
	color:#438946;
	padding:3px;
	width: 100px;
	font-size: 12pt;
	display: block;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #438946;
}
.yearst{
	color:#438946;
	text-align: center;
	font-weight: bold;
	font-size: 25pt;
	font-family: "メイリオ", Meiryo,  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳＰゴシック", "MS PGothic", sans-serif;
	margin:30px auto;
}
.oa_contents {
	margin:auto;
	margin-bottom:50px;
	width:95%;
}

.oa_date {
	text-align:center;
	margin:20px auto;
}

table.oa_img {
	width:95%;
	margin:30px auto;
}

.oa_img td {
	text-align:center;
	width:180px;
}

.oa_hr {
	width:90%;
	height:1px;
	margin:50px auto;
}
	


/* 過去のホームページ */
.hplist-wrapper {
	max-width:680px;
	margin:auto;
	display:grid;
	grid-template-columns:1fr 1fr;
	gap:20px;
}

.hplist-wrapper li {
	display:flex;
	gap:10px;
	align-items:center;
}

.hplist-wrapper li a {
	display:block;
}

.hplist-wrapper img {
	border:1px solid #ccc;
	width:100px;
}

.hplist-wrapper .arrow {
}

.hplist-wrapper .arrow::before{
	content:"";
	display:inline-block;
	background-image:url(./images/kazari.png);
	background-repeat:no-repeat;
	margin-right:5px;
	width:20px;
	height:20px;
	vertical-align:text-bottom;
}

/* お問い合わせ */

.form-head {
	padding:5px;
}

.form-input-area {
	padding:5px;
	margin-bottom:10px;
}

.screen-reader-response {
display:none;
}

.wpcf7-validation-errors {
text-align:center;
color:#f00;
font-size:0.9;
}

.wpcf7-not-valid-tip{
color:#f00;
font-size:0.8;
display:block;
}

.wpcf7-submit {
padding:10px 20px;
}


/* --- 新入会員募集 -- */

.pdf-toc {
	margin-bottom:50px;
}
.pdf-toc ul {
	display:flex;
	justify-content:space-between;
	margin:20px auto;
}


.pdf-toc ul li::before {
    content: "";
    display: inline-block;
    background-image: url(./images/kazari.png);
    background-repeat: no-repeat;
    margin-right: 5px;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
}

.pdf-toc .pdf-main-link {
	display:flex;
	border-bottom:1px solid #ccc;
	align-items:center;
}

.pdf-toc .pdf-main-link .pdf-title span {
	display:block;
	font-size:0.9em;
}

.pdf-thumbs {
	max-width:650px;
	margin:auto;
	display:grid;
	grid-template-columns:1fr 1fr;
}

.pdf-thumbs > div {
	border:1px solid #ccc;
	padding:5px;
}

.pdf-thumbs > div a{
	display:block;
}

.pdf-thumbs > div a img {
	display:block;
}

.pdf-thumbs > div:first-of-type {
  grid-column: 1 / -1;
}

.vtr {
	margin:50px auto;
}

.vtr h2 {
    color: #FFFFFF;
    text-shadow: 1px 1px 1px #333333;
    background-color: #a0df7d;
    background-repeat: no-repeat;
    padding: 5px 0px 4px 10px;
    text-align: left;
    font-size: 12pt;
	margin-bottom:20px;
}

.youtube-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube-wrapper iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* =追加：サイドバー部分
-------------------------------------------------------------- */
.widget-area .widget li {
	line-height: 1.5;
	border-bottom:1px dotted #ccc;
}


/* =追加：ページネーション
-------------------------------------------------------------- */
.pagenation {
	text-align:center;
	margin:30px auto;
}

.pagenation a, .pagenation span {
	text-align:center;
	margin-right:5px;
	padding:3px 8px;
	color:#fff;
	text-decoration:none;
}

.pagenation a {
	background-color: #255DB7;
}

.pagenation span {
	background-color:#8EB0E8;
}

.site-content .nav-single {
	font-size:10pt;
	line-height:1.4;
	margin-bottom:50px;
}

.nav-previous {
	width:43%;
}

.nav-next {
	width:43%;
}

/* =追加：フッター部分
-------------------------------------------------------------- */

footer	{
	font-size: 9pt;
	padding: 20px;
	background-color: #E6E6E6;
	display:flex;
	justify-content:end;
	gap:30px;
}

footer .copyright{
	color:#2E6999;
	padding-top: 5px;
}

footer .btn-to-top{
}

/* 投稿者非表示 */
.single-author .entry-meta .by-author {
    display: none;
}


@media screen and (max-width:768px) {
	#page {
		width:100%;
		background-image:none;
	}

	header.main-header {
		padding-top:4px;
		position:relative;
		background-image:none;
		display:grid;
		grid-template-columns:30% 1fr;
		border-top: 4px solid #333;

	}

	header.main-header::before {
		content:" ";
		border-top: 4px solid #a9ee94;
		position:absolute;
		top:0;
		left:0;
		width:100%;
	}


	/* ===== モバイルナビ全体 ===== */
	.mobile-nav {
	  position: relative;
		display:block;
	}

.mobile-nav-overlay {
  position: fixed;
  inset: 0; /* top/right/bottom/left:0 の省略形 */
  background: rgba(0, 0, 0, 0.5);
  z-index: 900;

  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

/* 表示状態 */
.mobile-nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
}

	/* ===== モバイルナビトグルボタン ===== */
	.mobile-nav-toggle {

		display:block;
		color:#000;

		/* position:fixed; */
		position:absolute;
		right:12px;
		top:12px;
		background-color:transparent;
		border:none;
		line-height:1;
		padding:5px;
		font-size:20px;
	}

	/* 閉じるボタン */
	.mobile-nav-close {
		color:#000;

	  position: absolute;
	  top: 12px;
	  right: 12px;

	  background: none;
	  border: none;
	  font-size: 28px;
	  line-height: 1;
	  cursor: pointer;

	  z-index: 1;
	}

	/* ===== メニュー本体 ===== */
	.mobile-nav-panel {
	  position: fixed;
	  top: 0;
	  right: 0;

	  width: 80%;
	  max-width: 230px;
	  height: 100vh;

	  background: #fff;
	  z-index: 1000;

	  /* 初期状態：画面外 */
	  transform: translateX(100%);
	  transition: transform 0.3s ease;

	  overflow-y: auto;
	}

	/* 表示状態 */
	.mobile-nav-panel.is-open {
	  transform: translateX(0);
	}


	.site-title {
		width:100%;
		height:auto;
		text-align:center;
		padding:0 10px;
	}

	.site-title a {
		display:block;
	}

	.site-title a img {
		width:100%;
		margin-top:0;
		margin-left:0;
	}

	.site-description{
		width:100%;
		height:auto;
	}

	.site-description img{
		width:100%;
	}

  .top-sidebar {
    display: none;
  }

	#main {
		float:none;
		width:100%;
		margin-top:0;
	}

	#content {
		width:100%;
		padding:20px;
	}

/* --- トップページ -- */

	.bn-area {
		margin:20px auto;
	}

	.bn-area img {
		width:100%;
	}

/* --- 理事長所信 -- */
	.toc {
		flex-direction:column;
	}

	.shoshin-mokuji {
		order:2;
	}

	.photo-area {
		text-align:center;
	}

	.mobile-sidebar {
		display:block
	}

	.mobile-sidebar h2 {
		background-color:#efefef;
		text-align:center;
		padding:10px;
	}
/* --- 委員会方針 -- */
	.section-header {
		gap:10px;
	}

	.section-header .photo-area img {
		width:100px;
	}


	footer {
		padding:20px 10px;
		background-color:#E6E6E6;
		display:flex;
		flex-wrap:wrap;
		text-align:center;
		justify-content :center;
	}

	footer .copyright {
		order:2;
	}

	footer .btn-to-top {
		order:1;
	}

/* --- メンバー紹介 -- */
	.sanjo {
		grid-template-columns:1fr 1fr;
	}

	.member-cell {
		flex-basis:100%;
	}

/* --- 過去のホームページ --- */
	.hplist-wrapper {
		display:flex;
		flex-direction:column;
	}

/* --- 新入会員募集 --- */
.pdf-toc ul {
    flex-direction:column;
}

}