@charset "UTF-8";
/*------------------------------

 #hero メインイメージ

------------------------------*/
#hero{
    max-height: 100vh;
    overflow: hidden;
	margin-bottom: 20px;
	/*margin-top: 155px;*/
	margin-top: 60px;
}
#main-slide{
	position: relative;
}
#particles-js{
	position: absolute;
    top: 0;
    width: 100%;
}
#main-slide img{
	width: 100%;
}
.slide-dots li{
	display: inline-block;
}
.slide-dots button{
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    text-indent: -9999px;
}
.slide-dots button:before{
	content: '●';
    font-size: 12px;
    text-indent: 0px;
    position: absolute;
    top: 0;
    left: 0;
    color: #00408f;
}
.slide-dots li.slick-active button:before{
	color: #b4b4b4;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    #hero{
        min-height: auto;
    	max-height: none;
		top: 87px;
    }
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}



/*------------------------------

Top共通

------------------------------*/
.block-ttl{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 5px;
}
.block-sub{
	font-size: 13px;
	font-weight: normal;
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
}

/*------------------------------

#Report 活動報告

------------------------------*/
#report{
	margin-bottom: 40px;
}
#report .block-ttl{
	max-width: 260px;
    border-bottom: solid 3px #f6a900;
    margin: 0 auto 5px;
    letter-spacing: 8px;
    padding-bottom: 5px;
}
#report .block-sub{
	margin-bottom: 20px;
}
#report .list{
	text-align: left;
    margin: 0 auto 20px;
}
#report .detail{
	border-bottom: dotted 1px #3e3a39;
	padding: 10px 0;
}
#report .category{
	background-color: #3e3a39;
    padding: 5px 15px;
    color: #fff;
    margin: 0 10px;
    display: inline-block;
    width: 95px;
    text-align: center;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#report .category{
		padding: 3px;
		font-size: 12px;
	}
	#report .comment{
		display: block;
		margin-top: 10px;
	}
}

/*------------------------------

#About ロータリークラブとは

------------------------------*/
#about{
	background-color: #00408f;
	margin-bottom: 5px;
}
#about .block{
	width: 50%;
	text-align: left;
	padding: 20px 15px;
}
.bg-yellow{
	background-color: #f6a900;
}
#about .img, #about .ttl{
	display: inline-block;
	vertical-align: middle;
}
#about .img{
	padding: 0 20px;
	margin-left: 15px;
}
#about .ttl{
	text-align: center;
	color: #fff;
}
#about .link{
	justify-content: space-between;
	align-items: center;
}
#about .item{
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	display: block;
	width: 48%;
	height: 65px;
    border: solid 2px #fff;
    padding: 15px 10px;
	margin: 10px 0;
	line-height: 2.2;
}
#about .item:hover{
	background-color: #fff;
	color: #00408f;
	opacity: 1;
}
#about .item:after{
	display: inline-block;
    content: "≫";
    float: right;
    line-height: 2.3;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
	#about .img{
		padding: 0 10px 0 0;
		margin-left: 0;
	}
	#about .item{
		font-size: 13px;
	}
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#about .block{
		width: 50%;
		text-align: center;
	}
	#about .img{
		padding: 0 0 5px 0;
	}
	#about .item{
		width: 100%;
		height: auto;
		padding: 5px;
		margin: 0;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#about .flex-box{
		display: block;
	}
	#about .block{
		width: 100%;
		padding: 20px 0;
	}
	#about .img{
		width: 20%;
		padding: 0;
		margin-right: 10px;
	}
	#about .item{
		padding: 10px;
    	margin-bottom: 20px;
	}
}


/*------------------------------

#rc-hamamatsu 浜松ロータリークラブについて

------------------------------*/
#rc-hamamatsu{
	background-image: url(../img/top/bg_rchamamatsu.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding-top: 60px;
	color: #fff;
	margin-bottom: 0;
}
#rc-hamamatsu .ttl{
	padding-bottom: 80px;
}
#rc-hamamatsu .link{
	background-color: rgba(0,64,143,0.8);
}
#rc-hamamatsu .item{
	color: #fff;
	background-color: #000;
	font-weight: bold;
	font-size: 14px;
	display: inline-block;
	width: 224px;
	height: 40px;
    border: solid 2px #fff;
	margin: 15px 10px;
	line-height: 2.5;
	padding: 0 10px;
}
#rc-hamamatsu .item:hover{
	background-color: #fff;
	color: #000;
	opacity: 1;
}
#rc-hamamatsu .item:after{
	display: inline-block;
    content: "≫";
    float: right;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#rc-hamamatsu{
		padding-top: 30px;
	}
	#rc-hamamatsu .ttl{
		padding-bottom: 20px;
	}
	#rc-hamamatsu .link{
		background: none;
		padding-bottom: 20px;
	}
	#rc-hamamatsu .item{
		margin: 10px;
	}
}



/*------------------------------

#greeting 会長挨拶

------------------------------*/
#greeting{
	background-image: url(../img/top/bg_greeting.jpg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	padding-top: 40px;
	text-align: left;
	margin-bottom: 0;
}
#greeting .ttl{
	padding-bottom: 80px;
	text-align: center;
}
#greeting .block-ttl{
	letter-spacing: 8px;
	margin-bottom: 0;
}
#greeting .chairman{
	justify-content: flex-end;
    align-items: center;
    margin-bottom: 40px;
}
#greeting .chairman .t-block{
	width: 60%;
    padding-left: 60px;
	align-self: flex-end;
}
#greeting .chairman .ttl{
	text-align: left;
    font-size: 27px;
	letter-spacing: 3px;
	padding-bottom: 40px;
}
#greeting .chairman .ttl .main{
}
#greeting .chairman .ttl .sub{
	font-size: 22px;
}
#greeting .chairman .name{
	font-size: 22px;
    line-height: 1.5;
	margin-bottom: 30px;
}
#greeting .chairman .position{
	font-size: 14px;
}
#greeting .txt{
	justify-content: space-between;
    align-items: flex-start;
	padding-bottom: 20px;
}
#greeting .border-r, #greeting .block{
	font-size: 13px;
	text-align: justify;
	align-self: stretch;
	width: 50%;
}
#greeting .border-r{
	padding-right: 25px;
    border-right: dotted 1px #000;
}
#greeting .block{
	padding-left: 25px;
}

/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#greeting .ttl{
		padding-bottom: 40px;
	}
	#greeting .flex-box{
		display: block;
	}
	#greeting .chairman{
		justify-content: center;
	}
	#greeting .chairman .img{
		margin: 0 auto 20px;
    	width: 50%;
	}
	#greeting .chairman .t-block{
		width: 100%;
		padding: 0;
		text-align: center;
	}
	#greeting .chairman .ttl{
		text-align: center;
		font-size: 16px;
		padding-bottom: 20px;
	}
	#greeting .chairman .ttl .sub, #greeting .chairman .name{
		font-size: 16px;
	}
	#greeting .chairman .position{
		font-size: 12px;
	}
	#greeting .border-r, #greeting .block{
		width: 100%;
		border: none;
		padding: 0;
	}
}

/*------------------------------

#members 会員専用ページへ

------------------------------*/
#members{
	padding: 60px 0;
}
#members .btn{
	font-size: 22px;
    color: #00408f;
    font-weight: bold;
    letter-spacing: 3px;
    border: solid 3px #00408f;
    padding: 20px 100px;
    border-radius: 6px;
}
#members .btn:after{
	display: inline-block;
	content: "";
	width: 30px;/*画像の幅*/
	height: 26px;/*画像の高さ*/
	background-image: url(../img/top/btn_extemal_link.png);
	background-size: contain;
	vertical-align: middle;
	margin-left: 20px;
}
#members .btn:hover{
	background-color: #B6CDEA;
	opacity: 1;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#members .btn {
		font-size: 18px;
		padding: 20px 40px;
	}
	#members .btn:after {
		width: 24px;
		height: 20px;
		margin-left: 10px;
	}
}


/*------------------------------

#banner バナー

------------------------------*/
#banner{
	padding: 30px 0;
	background-color: #f6a900;
}
#banner .item{
	margin: 0 10px;
	display: inline-block;
}
/*==== tablet タブレット用css ===*/
@media screen and (max-width: 1024px){
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	#banner .item{
		width: 30%;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#banner{
		padding-bottom: 10px;
	}
	#banner .item {
		width: 60%;
		margin: 0 auto 20px;
		display: block;
	}
}

