@charset "UTF-8";

body{
width:100%;
max-width:1100px;
margin: auto;
background-color:#E6F3F1;
            font-family :"メイリオ","ＭＳ Ｐゴシック","MS UI Gothic",sans-serif;
/* background-image:url(tokoron.jpg);
background-position：right;
background-repeat: no-repeat space;  */

/* top, left, bottom, right, center y c-x 最初の値は水平  */
/*  background-position:right;  */
/*  background-repeat:repeat-y; */
/*  background-repeat:repeat-x; */
/*  background-repeat: no-repeat; */
/*  background-repeat: no-repeat space;  */
/*  background-repeat: space; サイズ不足は空白 */
/*  background-repeat: round;　同、引き伸ばし */
/*  background-repeat:repeat-x; */
}

/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼枝.container .main-content.sidebar-toc使用＞＞セクション２を使わないcss▼▼３の表は全幅　3ます▼▼▼▼▼▼  */

/* reset.css  */
header,
footer.
main,
nav,
article,
section{
display: block;
}

/* =========== 構成要素:headernav,,main,foote r====== */
/* header */
h1{
font-size : xx-large;
line-height :50px;
width:100%;
text-align : center;
background-color : #ccc;
margin:0;
padding:0;
}
h2{
font-size : x-large;
line-height :1;
margin:0;
padding:0;
}

h3{
font-size : large;
line-height :1;
margin:0;
padding:3%;
}

.topnav{
display: block;
background-color : #000;
height :1;
width:100%;
margin:0;
padding:0;
}
.topnav ul{
list-style: none; 
width:100%;
text-align : center;
margin:0;
padding:0;
display: flex; /* Flexboxコンテナとして設定 */
flex-direction:row;
}
.topnav li{
margin :0% 0%;
text-decoration: none;
justify-content : space-around;
	padding:1% 3%;
	margin-bottom:0;
/*	border-bottom-width : 2px;
	border-bottom-style : solid;
	border-bottom-color : #c4a3bf ;
	border-right-width : 1px;
	border-right-style : solid;
	border-right-color : silver;  */
line-height :30px;
color: #fff;
}
.topnav li a{
text-decoration: none;
color:white;
}


header{
background-color : #666;
width : 100%; 
background-image:url(6s.jpg);
}
.mokuzi{
display: block;
background-color : #369;
height :1;
width:100%;
margin:0;
padding:0;
}
.mokuzi ul{
list-style: none; 
width:100%;
text-align : center;
margin:0;
padding:0;
display: flex; /* Flexboxコンテナとして設定 */
flex-direction:row;
}
.mokuzi li{
margin :0% 0%;
text-decoration: none;
justify-content : space-around;
	padding:1% 3%;
	margin-bottom:0;
line-height :30px;
color: #fff;
}
.mokuzi li a{
text-decoration: none;
color:white;
}

/*  基本、パソコン対応  */
.container {
    display: flex; /* Flexboxコンテナとして設定 */
　　flex-direction:row;
    width: 100%;
    min-height: 100vh; /*画面全体の高さを確保（必要に応じて調整） */
}

.main-content {
    flex-grow: 1;     /*  サイドに250px当て、残りの意味。※最初の3だった。⇒サイドバーの3倍の幅を占める (例: 75%相当) */
    flex:auto;
    padding: 0px;
    background-color: #f4f4f4;
}

/* 会のイメージ（第一印象）  */
#section1 {
	padding-top :0px;
	text-aling:left;
	}

.image1 {
  display: flex; /* 子要素を横並びにする */
  align-items: center; /* 縦方向の中央揃え */
  gap: 20px; /* 画像とテキストの間の隙間 */
  /* flex-direction: row; (デフォルト) */
}

.image1 .img {
	max-width: 400px; /* 画像の最大幅 */
	height: auto;
	margin-left:20px;
	padding:20px;
	}

.image1 .description {
  /* テキスト部分のスタイル */
	font-size : large;
	margin-right:30px;
}


/* トピックス画像がある場合 */
.topicsbox {
  display: flex; /* 子要素を横並びにする */
  align-items: center; /* 縦方向の中央揃え */
  gap: 20px; /* 画像とテキストの間の隙間 */
  /* flex-direction: row; (デフォルト) */
}

.topicsbox .topi1 {
	max-width: 400px; /* 画像の最大幅 */
	height: auto;
	margin-left:30px;
	padding:20px;
	}

.topicsbox .topi2 {
  /* テキスト部分のスタイル */
	font-size : large;
	margin-right:30px;
}

#section1 h2{
	font-size : x-large;
	line-height :50px;
	text-align : center;
	color : black;
	background-color : #ccc;
	margin:0;
	padding:0;
	}
#section1 p{
padding-left:10%;
}

#section1 .photo{
	max-width: 240px; /* 画像の最大幅 */
}
/* =========== サークル　位置　右寄せ・左寄せ ======
#section2{
	padding-top :0px;
	}
#section2 h2{
	font-size : x-large;
	line-height :50px;
	text-align : center;
	color : black;
	background-color : #ccc;
	margin:0;
	padding:0;
	}
#section2 .circle{
	display: flex;
        flex:auto;
	flex-wrap: wrap;
	gap: 5px;
	}

#section2 .ivorybox{
	width:40%;
	margin-left:10px;
	background-color:ivory;
	padding:8px 15px;
	border-top-width : 1px;
	border-top-style : solid;
	border-top-color : silver;
	border-right-width : 10px;
	border-right-style : solid;
	border-right-color : silver;
	margin-bottom:30px;
	border-bottom-width : 12px;
	border-bottom-style : solid;
	border-bottom-color : #c4a3bf ;
	border-left-width : 1px;
	border-left-style : solid;
	border-left-color : silver;
	}

section2 .ivorybox p{
	margin:0;
	padding:0;
	}　　　　　　　　　　　　　　　　　　　　　 */

/* ここから続きを読む2 */
.accordion-box {
	position: relative;
}
.accordion-box label {
	height: 140px; /* グラデーションの高さ */
	cursor: pointer;
	text-align: center;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
  
	/* 以下グラデーションは「背景が白」に併せて設定しています */	
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}
.accordion-box input:checked + label {
	background: inherit; /* 開いた時には背景グラデーションを消す */
}
.accordion-box label:after {
	content: "続きをよむ"; /* ラベルの文字 */
	letter-spacing: .05em;
	line-height: 2.5rem;
	position: absolute;
	bottom: 20px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	color: #fff;
	font-weight:bold;
	background-color: #666;
	width: 18.75rem;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
.accordion-box label:before {
	content: "↓";
	font-weight: 700;
	position: absolute;
	bottom: 30px;
	left: 50%;
	-webkit-transform: translate(-140px, 0);
	transform: translate(-140px, 0);
	background-color: #fff;
	z-index: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	width: 20px;
	height: 20px;
	line-height: 20px;
}
.accordion-box input {
	display: none;
}
.accordion-box .accordion-container {
	overflow: hidden;
	height: 200px; /* 開く前に見えている部分の高さ */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}

.accordion-box input:checked + label {
	/* display: none ; 閉じるボタンは要らないとき */
}
.accordion-box input:checked + label:after {
	content: "閉じる";
}
.accordion-box input:checked + label:before {
	content: "↑";
}
.accordion-box input:checked ~ .accordion-container {
    height: auto;
	padding-bottom: 80px; /* 閉じるボタンのbottomからの位置 */
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
/* ここまで続きを読む2 */
/*  ▲▲▲▲▲▲ここまで[サークル（本文）]エリア▲▲▲▲▲▲  */

/*     ▼▼▼サイドバーについての設定▼▼▼ */
.sidebar-toc {
  width: 250px; /* 目次の固定幅を指定 (例: 250px) */
  flex-shrink: 0; /* 幅を縮めないように設定 */
  /* flex-basis: 250px; としても同様の効果が得られます */
  /* 必要に応じて他のスタイル (background, padding, position: fixedなど) を追加 */
    background-color: #e9e9e9;
    padding: 15px;
    border:1px solid #ddd;
}
.sidebar-toc .btn1 {
background-color:#9cf;
text-align: center;
padding:3px 2px;
margin: 3px;
}

/* 会の概要（事務的）  */
/*  基本、パソコン対応  */
#section3 {
padding-top :80px;
text-align:left;
padding-left : 20px;
background-color : #e9e9e9;
}

/* 役員紹介  */
#section3 h2{
font-size : x-large;
line-height :50px;
text-align : center;
color : black;
background-color : #ccc;
margin:0;
padding:0;
}
/*  #section3 .flex{
display:flex;
}    */


#section3 .table1{
  display: table;
  width: 90%;
margin-bottom:20px;
padding-left:50px;
}

#section3 .rowbox {
  margin-left: 5px;
  border-right: 0px solid #888;
  border-bottom: 2px solid #aaa;
  border-left: 0px solid #888;
}
#section3 .bt2 {
  border-top: 2px solid #aaa;
}
#section3 .bb2 {
  border-bottom: 2px solid #aaa;
}

#section3 .col1box {
  display: table-cell;
  width: 3%;
  vertical-align: top;
  line-height: 1;
  padding: 2px 5px 5px 5px;
  border-left: 2px solid #bbb;
}

#section3 .col2box {
  display: table-cell;
  width: 5%;
  vertical-align: top;
  line-height: 1;
  padding: 2px 5px 5px 5px;
  border-left: 2px solid #bbb;
}
#section3 .col3box {
  display: table-cell;
  width: 20%;
  vertical-align: top;
  line-height: 1;
  padding: 2px 5px 5px 5px;
  border-left: 2px solid #bbb;
  border-right: 2px solid #bbb;
}
#section3 .col4box {
  display: table-cell;
  width: 20%;
  vertical-align: top;
  line-height: 1;
  padding: 2px 5px 5px 5px;
  border-left: 2px solid #bbb;
  border-right: 2px solid #bbb;
}
#section3 .col5box {
  display: table-cell;
  width: 14%x;
  vertical-align: top;
  line-height: 1;
  padding: 2px 5px 5px 5px;
  border-left: 2px solid #bbb;
  border-right: 2px solid #bbb;
}
#section3 .col6box {
  display: table-cell;
  width: 32%;
  vertical-align: top;
  line-height: 1;
  padding: 2px 5px 5px 5px;
  border-left: 2px solid #bbb;
  border-right: 2px solid #bbb;
}

#section3 div .col2box p {
  margin-top: 5px;
}
/*  */
footer{
clear : both;
color : white;
background-color : #281a2d;
height : 28px;
line-height : 150%;
width : 100%;
text-align : center;
}
footer a{
font-size : small;
font-weight : bold;
color : #d0f2cc;
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */



			/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

		/* ここからスマホ対応 */
		@media screen and (max-width: 768px){
			body{
			font-size: clamp(16px, 1.8vw, 30px);
			}

			nav{
			padding:0;
			margin:0;
			}
			nav li{
			width;30%;
			}
			.container {
	    		display: block; /* Flexboxコンテナとして設定したものを否定 */
			/*    min-height: 100vh; /*画面全体の高さを確保（必要に応じて調整） */
			}
			.main-content {
			width: 100%;
			padding: 0px;
			}


/* セクション１：会のイメージ（第一印象）  */
			#section1 {
			padding-left : 5%;
			}
			.image1 {
			display: block; /* 子要素を横並びにする */
			align-items: center; /* 縦方向の中央揃え */
			gap: 3%; /* 画像とテキストの間の隙間 */
  			/* flex-direction: row; (デフォルト) */
			}
			
			.image1 img {
	  		max-width: 100%; /* 画像の最大幅 */
	  		height: auto;
	  		margin-left:0px;
	  		padding:0px;
	  		}

			#section1 .description {
  /* テキスト部分のスタイル */
			font-size : large;
			margin-right:0px;
			}

			#section1 h2{
			font-size : x-large;
			line-height :50px;
			text-align : center;
			color : white;
			background-color : #000;
			margin:0;
			padding:0;
			}
			#section1 p{
			padding-left:2%;
			}


			/* ここからsection2に付いてのスマホ対応 */

/* =========== サークル　位置　右寄せ・左寄せ ====== */
			#section2 .circle{
			display: block;
		        flex:auto;
			flex-wrap: wrap;
			}

			#section2 .ivorybox{
			width:80%;
			margin-left:2%
			padding:3% 10%;
			margin-bottom:3%;
			border-bottom-width : 3%;
			border-bottom-style : solid;
			border-bottom-color : #c4a3bf ;
			border-right-width : 3%;
			border-right-style : solid;
			border-right-color : silver;
			}


			/* サイドバーについての設定 */
			.sidebar-toc {
			width:100%;
			}


			/* セクション３についての設定 */
			#section3 {
			padding-top :5%;
			padding-left: 2%;
			}

			/* 役員紹介  */
			#section3 .flex{
			display:block;
			}
			#section3 .table1{
 			 display:block;
 			 width: 100%;
			margin:0px;
			padding:0px;
			}

			#section3 .rowbox {
			  margin-left: 0px;
			  border-right: 0px solid #888;
			  border-bottom: 2px solid #aaa;
			  border-left: 0px solid #888;
			}

			#section3 .col1box {
			display: table-cell;
			width: 3%;
			vertical-align: top;
 	 		line-height: 1;
 			padding: 0;
  			border-left: 2px solid #bbb;
			}

			#section3 .col2box {
		  	display: table-cell;
		  	width: 5%;
		  	vertical-align: top;
		  	line-height: 1;
		  	padding: 0px;
		  	border-left: 2px solid #bbb;
			}
			#section3 .col3box {
		  	display: table-cell;
		 	width: 20%;
		  	vertical-align: top;
		  	line-height: 1;
		  	padding: 0px;
		  	border-left: 2px solid #bbb;
			}
			#section3 .col4box {
		  	display: table-cell;
		  	width: 20%;
		  	vertical-align: top;
		  	line-height: 1;
		  	padding: 0px;
		  	border-left: 2px solid #bbb;
			}
			#section3 .col5box {
		  	display: table-cell;
		  	width: 14%;
		  	vertical-align: top;
		  	line-height: 1;
		 	padding: 0px;
		  	border-left: 2px solid #bbb;
			}
			#section3 .col6box {
		  	display: table-cell;
		  	width: 32%;
		  	vertical-align: top;
		  	line-height: 1;
		  	padding: 0px;
		  	border-left: 2px solid #bbb;
		  	border-right: 2px solid #bbb;
			}


		#section3 div .col2box p {
  		margin-top: 5px;
		}
	}

			/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */

		/* ここから印刷対応 */
		@media print {
  		/* 不要な要素（ヘッダー、ナビ、サイドバー、フッター、ボタンなど）を隠す */
  		header, nav, aside, footer, .no-print, button, h1, .topnav {
    		display: none !important;
  		}

  		/* コンテンツの幅を100%にして全幅表示にする */
  		body {
    		width: 100%;
    		margin: 0;
    		padding: 0;
    		font-size: 12pt;
    		color: #000;
    		background: #fff;
  		}

  		/* 背景色や背景画像を印刷する
  		* {
   		 -webkit-print-color-adjust: exact;
    		print-color-adjust: exact;
  		} */

  		/* リンクのURLを表示する
  		a::after {
    		content: " (" attr(href) ")";
    		font-size: 90%;
  		} */
			#section3 {
 			 width: 100%;
			margin:0;
			padding:0;
			}
			#section3 .table1{
 			 display:block;
 			 width: 100%;
			margin-bottom:0px;
			padding-left:0px;
			}

			#section3 .rowbox {
			  margin: 0px;
			padding:0;
			  border-right: 0px solid #888;
			  border-bottom: 2px solid #aaa;
			  border-left: 0px solid #888;
			}

			#section3 .col1box {
			  display: table-cell;
			  width: 180px;
			vertical-align: top;
 	 		line-height: 1.2;
 			 padding: 5px;
  			border-left: 2px solid #bbb;
			}

		#section3 .col2box {
		  display: table-cell;
		  width: 150px;
		  vertical-align: top;
		  line-height: 1.2;
		  padding: 5px;
		  border-left: 2px solid #bbb;
		}
		#section3 .col3box {
		  display: table-cell;
		  width:600px;
		  vertical-align: top;
		  line-height: 1.2;
		  padding: 5px;
		  border-left: 2px solid #bbb;
		  border-right: 2px solid #bbb;
		}

		}



/* スマホ
　　　 @media screen and (max-width: 428px) {
　　　 ここにスマホ用のCSSを記述する
 　　　}
タブレット
 @media only screen and (min-width: 600px) and (max-width: 1024px) {
ここにタブレット用のCSSを記述
 }
パソコン
 @media screen and (min-width: 1024px) {
ここにPC用のCSSを記述する
 } */

