@charset "utf-8";
/* CSS Document */
html {
  min-height: 100%;
  position: relative;
}
body{
	margin: 0 auto;
	padding: 0;
	font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.75;
	width: 100%;
 	background-color: #fff;
	color: #231815;
}
.primaryContainer { font-size: 5rem;}
.sp { display: none; }
a:hover { opacity: 0.7;}
/* ページトップ　*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 10px;
	z-index:99999;
}
.pagetop a {
    display: block;
	text-indent:-9999px;
	width:80px;
	background-image: url(../img/pagetop.png);
	background-repeat:no-repeat;
	background-position: center;
    padding: 30px;
	background-size: 100%;
	opacity: 0.8;
}
/* ヘッダー */
header {
	width:100%;
    padding:0;
	position: fixed;
    top: 0; 
    left: 0;
	z-index: 9999;
	background-color: #fff;
}
header h1 { 
	float: left;
    padding: 1rem;
}
header .form_nav {
	float: right;
    padding: 1rem;
}
header nav {
	background-color: #d8fcff;
	width: 100%;
}
header nav ul {
	display: flex; /* 親要素に指定することで、Flexboxが適用される */
	flex-direction: row; /* 左から右に横並び（デフォルト値なのでなくても可） */
	justify-content: center; /* 中央揃え */
}
header nav ul li {
    float: left;
    padding: 1rem 0 1rem 0.5rem;
}
.bar { margin-left: 0.5rem; }
header nav ul li a {
	text-decoration: none;
	color: #231815;
	position: relative;
}
header nav ul li a::after {
position: absolute;
left: 0;
content: '';
width: 100%;
height: 2px;
background: #231815;
bottom: -1px;
transform: scale(0, 1);
transform-origin: center top; /*変形（アンダーラインの伸長）の原点がaタグ（各メニュー）の右端*/
transition: transform 0.3s;   /*変形の時間*/
}

header nav ul li a:hover::after {
transform: scale(1, 1); /*ホバー後、x軸方向に1（相対値）伸長*/
}
/* main  */
.l-wrapper { 
	margin-top: 160px; 
	width: 100%;
}

h3 {
	display: block;
    text-align: center;
    margin-top: 2rem;
    font-size: 2rem;
    letter-spacing: 0.5rem;
}
/* 国際ロータリー　テーマ*/
.theme {
	width: 100%;
	max-width: 980px;
	margin: 50px auto;
}
/* クラブ概要　トップ案内 */
.about_club {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;	
}
.pic_l {
	display: flex;
	flex-direction: column;
	width: 45%;
	margin-right: 5%;
}
.pic_l img {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.read_r {
	display: flex;
	flex-direction: column;
	width: 45%;
	margin-left: 5%;
}
.read_r h2 {
	font-size: 2rem;
	background-color: #1A468D;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.read_r p {
	margin: 30px 20px 50px;
	letter-spacing: 2;
	line-height: 2;
}
.detail { 
	margin-top: auto;
	text-align: right;
}
/* 活動報告 */
.report_wrap { 
	background-color: #fdfff0;
	padding: 20px 2rem;
}
.report {
	width: 100%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;	
}
.report_box {
	display: flex;
	flex-direction: column;
	width: 23%;
	margin: 0 1%;
	border: solid 1px #231815;
	box-sizing: border-box;
	background-color: #fff;
}
.report_box img {
	display: block;
	width: 100%;
}
.date {  padding: 1rem 0.5rem 0; }
.report_box p { padding: 1rem; }
.detail_rp { 
	max-width: 200px; 
	margin: auto auto 1rem;
	display: block;	
}
.report_wrap ul { text-align: center; }
/*  メインコンテンツ */
.contents_wrap { padding: 20px 10rem;}

.contents ul {
	width: 100%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;	
}
.contents ul li {
	display: flex;
	flex-direction: column;
	width: 23%;
	margin: 0 1%;
	border: solid 1px #231815;
	box-sizing: border-box;
	background-color: #fff;
}
.contents ul li img {
	display: block;
	width: 100%;
}
/*  メインコンテンツ リンク */
.link_wrap { padding: 20px 10rem;}

.link_rotary ul {
	width: 100%;
	max-width: 980px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;	
}
.link_rotary ul li {
	display: flex;
	flex-direction: column;
	margin: 0 1%;
	border: solid 1px #231815;
}
.link_rotary ul li img {
	display: block;
	width: 100%;
	max-width: 320px;
}
/* footer */
footer { 
	width: 100%;
	background-color: #E6FCFF;
}
.add { 
	text-align: center;
	padding: 3rem 0;
}
.copyright {
	padding: 1rem 0;
	text-align: center;
	background-color: #1A468D;
	color: #fff;
}
/* サブ　ぺージ */
.hero { width: 100%; }
.hero img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
/* サブ　クラブ概要 */
.about_info { width: 100%;}
.about_info dl {
	max-width: 980px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	width: 100%;
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 30px auto;
	background-image: url(../img/banner2018.png);
	background-repeat: no-repeat;
	background-size: 150px;
	background-position: top 20px right 50px;	
}
.about_info dt {
	background: #f5f5f5;
	width: 150px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 1rem;
}
.about_info dd {
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
	padding: 1rem;
}
.ab_r_wrap {
	background-color: #fdfff0;
	padding: 20px 0;
}
.about_read {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	line-height: 2;	
}
.club_wrap {
	width: 100%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;		
}
.club_box {
	display: flex;
	flex-direction: column;
	width: 48%;
	margin: 0 1%;
	background-color: #fff;
	padding: 1rem 3rem;
}
.club_box h4 { text-align: center; }
.fnmt0 { 
	margin-top: -0.5rem;
	text-align: center;
}
.club_box p { margin: 20px 0 ; }
.hp_link a { 
	text-decoration: underline;
	margin-left: 1rem;
}
/* 奨学金 */
.scholarship {
	width: 100%;
	max-width: 980px;
	padding: 20px 0;
	margin: 0 auto;
	line-height: 2;
}
.scholarship h4 {
	color:#9F1315;
	text-align: center;
	font-size: 1.5rem;
	border-bottom: 1px solid #9f1315;
}
.scholarship ol { margin: 20px; }
.scholarship ol li {
	list-style-type: decimal;
	margin: 5px 2rem;
}
.red { color: #fc0000; }
.bggr {
	margin: 50px auto;
	text-align: center;
	font-size: 1.25rem;
	display: block;
}
/* バードサンクチュアリー事業 */
.scholarship p { margin: 30px 20px; }
.bird_pic { margin-bottom: 70px; }
.bird_pic ul{
	width: 100%;
	max-width: 980px;
	margin: 50px auto 0;
	display: flex;
	justify-content: space-between;		
}
.bird_pic ul li {
	display: flex;
	flex-direction: column;
	width: 18%;
	margin: 0 1%;	
}
.bird_pic img {
	display: block;
	width: 100%;
	height: 200px;
	object-fit: cover; 
}
.tc { text-align: center; }
/* 会長方針 */
.greeting {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
}
.greeting_pic {
	float: left;
	width: 20%;
}
.greeting_pic img {
	max-width: 190px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.greeting_pic p { 
	text-align: center; 
	margin-top: -1rem;
	font-size: 1.15rem;
	font-weight: bold;
}
.tcdb { 
	text-align: center;
	display: block;
}
.greeting_read {
	float:left;
	width: 65%;
	margin-left: 5%;
}
/* 委員会構成 */
.member_info { width: 100%; }
.member {
	width: 100%;
	max-width: 900px;
	margin: 50px auto;	
}
.member dl {
	width: 100%;
	max-width: 600px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 30px auto;
	letter-spacing: 0.25rem;
}
.member dt {
	background: #f5f5f5;
	width: 200px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem;
}
.member dd {
	width: calc(100% - 200px);
	border-bottom: 1px solid #ccc;
	padding: 0.5rem;
}
.mem_wrap {
	width: 100%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;	
}
.member_box {
	display: flex;
	flex-direction: column;
	width: 48%;
	margin: 0 1%;
}
.member_box h5 {
	text-align: center;
	font-size: 1.1rem;
}
.member_box dl {
	width: 100%;
	max-width: 600px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
	border: 1px solid #ccc;
	border-bottom: none;
	margin: 0 auto 30px;
	letter-spacing: 0.25rem;
}
.member_box dt {
	background: #f5f5f5;
	width: 150px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 0.5rem;
}
.member_box dd {
	width: calc(100% - 150px);
	border-bottom: 1px solid #ccc;
	padding: 0.5rem;
}
/* 活動報告 */
.bbgno {
	background-color: transparent;
	border: none;
}
.report_read {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}
.report_read h3 { font-size: 1.5rem;}
.report_pic { margin-bottom: 70px; }
.report_pic h4 { 
	text-align: center;
	font-size: 1.25rem;
	margin-top: 1rem;
}
.report_pic ul{
	width: 96%;
	margin: 30px auto;
	display: flex;
	justify-content: space-between;		
}
.report_pic ul li {
	display: flex;
	flex-direction: column;
	width: 18%;
	margin: 0 1%;	
}
.report_pic img {
	display: block;
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: 50% 20%;	
}
.mb50 { margin-bottom: 50px;}
.dater {
	display: block;
	margin-top: 1rem;
	text-align: right;
}

/* スケジュール */
.schedule_info { width: 100%; }
.schedule_wrap h5 { text-align: center; }
.schedule_wrap {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;		
}
.schedule_club, .schedule_ri {
	display: flex;
	flex-direction: column;
	width: 50%;
	margin: 0;
	padding: 1rem 3rem;
}
.schedule_club { background-color: #FFE9F0; }
.schedule_ri { background-color: #FFFFCD; }
.schedule_wrap dl { 
	background-color: #fff; 
	padding: 1rem 0.25rem;
	margin: 0.25rem 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;	
}
.schedule_wrap dt {
	width: 150px;
	padding: 0.25rem;
}
.schedule_wrap dd {
	width: calc(100% - 150px);
	padding: 0.25rem;
}
.material_room {
	width: 100%;
	max-width: 1400px;
	margin: 50px auto;
}
.material_room img {
	display: block;
	margin: 30px auto 0;
}
.material_room h4 {
	color:#9F1315;
	text-align: center;
	font-size: 1.5rem;
	border-bottom: 1px solid #9f1315;
	margin-bottom: 1.5rem;
}
.material_wrap {
	width: 100%;
	max-width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;		
}
.material_box {
	display: flex;
	flex-direction: column;
	width: 48%;
	margin: 0 1%;
	padding: 1rem 3rem;
}
/* 会員紹介 */
.links_info {
	width: 100%;
	max-width: 980px;
	margin: 50px auto;
}
.links_info dl { 
	background-color: #fff; 
	margin: 0.25rem 1rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	border: 1px solid #ccc;
	border-bottom: none;
	line-height: 2;
}
.links_info dt {
	width: 50%;
	padding: 0.25rem 1rem;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.links_info dd {
	width: 50%;
	padding: 0.25rem 1rem;
	border-bottom: 1px solid #ccc;
}
.links_info a { 
	color:#0066CC;
	text-decoration: underline;
}
.chairman { width: 100%; }
.chairman table {
	max-width: 600px;
	width: 100%;
	margin: 30px auto 50px;
	border-collapse: collapse;
  	border-spacing: 0;
}
.chairman th {
	background-color: #003e80; 
	color: #fff;
    position: sticky;
    top: 150px;
}
.chairman th,.chairman td {
    border: solid 1px;
    padding: 10px; 
	text-align: center;
}
/* 会員紹介 */
.memlist_info {
	width: 100%;
	max-width: 980px;
	margin: 50px auto;
}
.memlist_info table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;	
}
.memlist_info table th {
	padding:  0.5rem 1rem;
	background: #e9faf9;
	border: solid 1px #778ca3;
}
.memlist_info table  td {
	padding:  0.5rem 1rem;
	border: solid 1px #778ca3;
}
.fwb { font-weight: bold; }
.max320 { max-width: 320px;}