@charset "utf-8";
/* CSS Document */

/*リセット*/
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
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;
}

/*全体*/
html {
	font-size:62.5%; /*基本サイズ10px*/
}

body {
	color:#373A40;
	font-family:YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-size:2.0rem;
	line-height:3.4rem;
	-webkit-text-size-adjust:100%;
}

@media screen and (max-width: 1024px) {
body {
	font-size: 1.8rem;
	line-height: 3.0rem;
}
}

a:link {
	color:#FFFFFF;
	text-decoration:none;
}

a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

a:hover,a:active {
	color:#FFFFFF;
	text-decoration:none;
}

/*枠組み*/
header {
	position: relative;
	position: fixed;
	width: 100%;
}

@media screen and (max-width: 1024px) {
header {
	background: #FFFFFF;
	height: 60px;
}
}

#logo {
	display: block;
	position: absolute;
	left: 50px;
	top: 40px;
	width: 180px;
	height: auto;
	z-index: 10;
}

@media screen and (max-width: 1024px) {
#logo {
	position: absolute;
	left: 20px;
	top: 9px;
	width: 108px;
	z-index:10000;
}
}

main {
	width: 455px;
	margin: 0 auto;
}

@media screen and (max-width: 1024px) {
main {
	width: 100%;
	padding-top: 60px;
}
}

/*メニュー*/
nav {
	display: block;
	position: absolute;
	right: 50px;
	top:50px;
}

@media screen and (max-width: 1024px) {
nav {
	width: 100%;
	height: 100vh;
	right: 0;
	top: 60px;
	background: #00408E;
	text-align: center;
	padding-top: 40px;
}
}

nav a:hover,a:active {
	opacity: 0.8;
}

@media screen and (max-width: 1024px) {
nav a:hover,a:active {
	opacity: 1;
}
}

nav ul li {
	margin-bottom: 6px;
}

@media screen and (max-width: 1024px) {
nav ul li {
	font-size: 2.0rem;
	line-height: 2.4rem;
	letter-spacing: 0.3rem;
	font-weight: bold;
	margin-bottom: 30px;
}
	
nav ul li:last-child {
	margin-bottom: 0;
}
}

/*ハンバーガーボタン*/
@media screen and (max-width:1024px) { 
.icon-animation {
	height:60px;
	width: 100%;
	display: block;
	background:none;
	position:fixed;
	z-index:9999;
 }
 
.icon-animation span {
    width: 30px;
    height: 2px;
    display: block;
    background: #00408E;
    position: absolute;
    right:20px;
    top:50%;
}

.type-1 span {
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg); }

.type-1 .top {
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px); }

.type-1 .bottom {
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px); }

.type-1.is-open .middle {
  background: rgba(0, 0, 0, 0); }

.type-1.is-open .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px); }

.type-1.is-open .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px); }
}

@media screen and (max-width:480px) { 
.icon-animation {
	height:60px;
 }
}

@media screen and (min-width:1025px) { 
.icon-animation {
	display:none;
}
}

/*コンテンツ*/
#greeting,#members,#outline,#contact {
	padding: 50px 40px;
}

@media screen and (max-width: 1024px) {
#greeting,#members,#outline,#contact {
	padding: 40px 20px;
}
}

/*地図ロゴ*/
#map {
	padding: 260px 0 25px;
}

@media screen and (max-width: 1024px) {
#map {
	height: 100vh;
    height: 100dvh;
	padding: 0;
	display: flex;
	align-items: center;
}
}

#map img {
	width: 455px;
	height: auto;
	vertical-align: middle;
}

@media screen and (max-width: 1024px) {
#map img {
	width: 345px;
	margin:-60px auto 0;
}
}

/*会長挨拶*/
#greeting {
	background: #A6A6A6;
	color: #FFFFFF;
}

.greetingText {
	margin-top: 35px;
}

@media screen and (max-width: 1024px) {
.greetingText {
	margin-top: 30px;
}
}

.greetingText p {
	font-feature-settings: "palt";
	margin-bottom: 20px;
}

.greetingText p:last-child {
	margin-bottom: 0;
}

#greeting .year,#greeting .official_position {
	font-size: 2.0rem;
	line-height: 2.4rem;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
#greeting .year,#greeting .official_position {
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-weight: bold;
}
}

#greeting .official_position {
	margin:8px 0;
}

@media screen and (max-width: 1024px) {
#greeting .official_position {
	margin:6px 0;
}
}

#greeting .fullname {
	font-size: 3.4rem;
	line-height: 3.8rem;
	font-weight: bold;
}

@media screen and (max-width: 1024px) {
#greeting .fullname {
	font-size: 3.0rem;
	line-height: 3.4rem;
}
}

#greeting .vocation,#greeting .admission {
	font-size: 1.8rem;
	line-height: 2.8rem;
}

#greeting .facePhoto {
	width: 160px;
	height: auto;
	vertical-align: top;
}

@media screen and (max-width: 1024px) {
#greeting .facePhoto {
	width: 140px;
}
}

#greeting ul {
	display: flex;
	align-items: center;
}

#greeting ul li:last-child {
	width: calc(100% - 160px);
	padding-left: 18px;
}

@media screen and (max-width: 1024px) {
#greeting ul li:last-child {
	width: calc(100% - 140px);
	padding-left: 18px;
}
}

/*メンバー*/
#members {
	background: #FFFFFF;
	padding-bottom: 22px;
}

@media screen and (max-width: 1024px) {
#members {
	background: #FFFFFF;
	padding-bottom: 2px;
}
}

#members ul {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
}

#members ul li {
	width: calc(50% - 15px);
	margin-bottom: 38px;
}

#members ul li:nth-child(odd) {
	padding-right: 15px;
}

#members ul li:nth-child(even) {
	padding-left: 15px;
}

@media screen and (max-width: 1024px) {
#members ul li {
	max-width: calc(25% - 10px);
}

#members ul li:nth-child(odd) {
	padding-right: 10px;
}

#members ul li:nth-child(even) {
	padding-left: 10px;
}
}

@media screen and (max-width:480px) {
#members ul li {
	max-width: calc(50% - 5px);
}

#members ul li:nth-child(odd) {
	padding-right: 5px;
}

#members ul li:nth-child(even) {
	padding-left: 5px;
}
}

#members .fullname {
	font-size: 2.8rem;
	line-height: 3.2rem;
	font-weight: bold;
	margin-bottom: 12px;
}

@media screen and (max-width: 1024px) {
#members .fullname {
	font-size: 2.4rem;
	line-height: 2.8rem;
}
}

#members .vocation {
	font-size: 1.6rem;
	line-height: 2.0rem;
	margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
#members .vocation {
	font-size: 1.5rem;
	line-height: 1.9rem;
}
}

#members .admission {
	font-size: 1.6rem;
	line-height: 2.0rem; 
}

@media screen and (max-width: 1024px) {
#members .admission {
	font-size: 1.5rem;
	line-height: 1.9rem;
}
}

/*クラブ概要*/
#outline {
	background: #3C5B6F;
	color: #FFFFFF;
}

#outline h2 {
	font-size: 3.2rem;
	line-height: 3.8rem;
	font-weight: bold;
	margin-bottom: 30px;
}

@media screen and (max-width: 1024px) {
#outline h2 {
	font-size: 2.6rem;
	line-height: 3.2rem;
}
}

#outline dl dt {
	font-weight: bold;
	letter-spacing: 0.3rem;
	margin-bottom: 5px;
}

#outline dl dd {
	margin-bottom: 25px;
}

#outline dl.profile dd:nth-of-type(4),#outline dl.meeting dd:nth-of-type(2) {
	margin-bottom: 0;
}

#outline dl:nth-of-type(1) {
 margin-bottom: 50px;
}

.accessMap img {
	width: 32px;
	height: auto;
	margin-left:3px;
}

@media screen and (max-width: 1024px) {
	dl.profile dd:nth-of-type(2) br,dl.profile dd:nth-of-type(4) br,dl.meeting dd:nth-of-type(2) br {
	display: none;
	}
}

@media screen and (max-width:480px) {
	dl.profile dd:nth-of-type(2) br,dl.profile dd:nth-of-type(4) br,dl.meeting dd:nth-of-type(2) br {
	display: inherit;
	}
}

/*お問い合わせ*/
#contact {
	background: #EEEEEE;
}

.contactButton {
	font-weight: bold;
	font-size: 2.2rem;
	letter-spacing: 0.3rem;
	text-align:center;
}

@media screen and (max-width: 1024px) {
.contactButton {
	font-size: 1.8rem;
}
}

.contactButton a {
	display: block;
	background: #373A40;
	padding: 20px;
	color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
.contactButton a {
	padding: 18px;
}
}

/*コピーライト*/
.copyRights,.copyRightsFooter {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 1.2rem;
}

.copyRights {
	color: #FFFFFF;
	position: absolute;
	right: 50px;
	bottom: 30px;
}

@media screen and (max-width: 1024px) {
.copyRights {
	display: none;
	}
}

.copyRightsFooter {
	display: none;
}

@media screen and (max-width: 1024px) {
.copyRightsFooter {
	display:inherit;
	color: #373A40;
	text-align: center;
	margin-top: 12px;
}
}

.photoBy {
	font-size: 1.1rem;
	line-height: 1.5rem;
	color: #FFFFFF;
	position: absolute;
	right: 50px;
	bottom: 60px;
}

@media screen and (max-width: 1024px) {
	.photoBy {
		right: 20px;
		bottom:20px;
}
}

/*Facebook*/
.fbFooter {
	text-align: center;
	margin-bottom: -12px;
}

.fbFooter img {
	width: 36px;
	height: auto;
}

/*スライドショー*/
#bgArea {
	position: fixed;
	width: 100%;
    height: 100vh;
    height: 100dvh;
	z-index: -3;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: opacity 10s ease-in-out;
}

.slide_img01 {
  background-image: url('../images/bg_image_01.jpg');
}

.slide_img02 {
  background-image: url('../images/bg_image_02.jpg');
  opacity: 0;
}

@media screen and (max-width: 1024px) {
.slide_img01 {
  background-image: url('../images/bg_image_01sp.jpg');
}

.slide_img02 {
  background-image: url('../images/bg_image_02sp.jpg');
  opacity: 0;
}
}

@keyframes slide {
	0%{
		opacity: 0;
	}
	20%{
		opacity: 1;
	}
	80%{
		opacity: 0;
	}
	100%{
		opacity: 0;
		z-index: 0;
	}
}

.slide:nth-child(1) {
  animation: slide 0s infinite;
}

.slide:nth-child(2) {
  animation: slide 15s 5s infinite;
  /*animation: slide 15s 5s infinite; 3枚目ある場合*/
}