@charset "utf-8";
/* CSS Document */

/*--------------------
CARDページ共通
--------------------*/
.pc .sp{
	display: none;
}
.sp .pc{
	display: none;
}

#card_index #contents-main {
	padding: 40px 0;
}

#card_index .card_area{
	text-align: center;
	margin-bottom: 20px;
}

#card_index .text_area{
	padding-bottom: 20px;
	border-bottom: 6px solid #E9E9E9;
}

#card_index .text_area h4{
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold
}

#card_index .text_area span{
	font-size: 12px;
	line-height: 1.2;
}
.club_ttl{
	display: inline-block;
	font-size: 24px;
	border-bottom: 6px solid;
	padding-bottom: 6px;
	font-weight: bold;
}

#clubevent{
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	text-align: center;
	border-bottom: 6px solid #e9e9e9
}
#clubevent .club_ttl{
	border-bottom-color: #6CC490;
	margin-bottom: 20px;
}
.event_inner{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
.event_inner article{
	width: 48%;
	background: #fff;
	box-sizing: border-box;
	padding: 10px 28px 10px 10px;
	margin-right: 18px;
    height: 200px;
	position: relative;
	border: 1px solid #CFCFCF;
}
.event_inner article:last-child{
	margin-right: 0;
}
.event_inner article span.icon a{
	display: block;
	font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #6CC490;
    position: absolute;
    right: 10px;
	top: 88px;
}
.event_inner article .event_content{
	display: flex;
	height: 100%;
}
.event_inner article .event_content .image{
	width: 180px;
    height: 180px;
	flex-shrink: 0;
}
.event_inner article .event_content .image img{
	border-radius: 0;
}
.event_inner article .event_content .event_info{
	width: 50%;
	flex-shrink: 0;
	height: 100%;
	text-align: left;
	padding-left: 16px;
}
.event_inner article .event_content .event_info h4{
	padding: 10px 0;
    box-sizing: border-box;
}
.event_inner article .event_content .event_info h4 a{
    font-weight: bold;
	line-height: 1.3em;
	text-decoration: underline;
}
.event_inner article .event_content .event_status{
	border-top: 1px solid #CFCFCF;
	padding: 10px 0 0;
	font-weight: bold;
	font-size: 12px;
	line-height: 1.3em;
}
.event_inner article .event_content .event_status .date{
	padding-bottom: 5px;
	line-height: 1.3em;
}
.event_inner article .event_content .event_status li.place{
	display: none;
}


.bnrArea {
	padding: 30px 0 40px;
    border-bottom: 6px solid #e9e9e9;
}
.bnrArea .clr_zone{
	clear: both;
	overflow: hidden;
	text-align: center;
}

.bnrArea .clr_zone h4{
	margin: 0 auto 20px;
	border-bottom-color: #6CC490;

}


#card_index .guide_btn a{
	display: block;
	box-sizing: border-box;
	width: 100%;
	border: 6px solid rgba(108,196,144,0.3);
	border-radius: 12px;
	padding: 30px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
#card_index .guide_btn a span{
	font-size: 20px;
	font-weight: normal;
}

#card_index .guide_btn i{
	font-size: 45px;
    vertical-align: middle;
    padding-right: 16px;
    padding-bottom: 5px;
    color: #6CC490;
}
#card_index .guide_btn a:after{
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f054";
    color: #6CC490;
    position: absolute;
    right: 10px;
    top: 42px;

}

#card_index .info_btn ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
	justify-content: center;
}
#card_index .info_btn li{
	display: block;
	width: calc(100%/3 - 20px);
    flex-shrink: 0;
	margin-right: 30px;
}
#card_index .info_btn li:last-child{
	margin-right: 0;
}
#card_index .info_btn li a{
	display: block;
    box-sizing: border-box;
	border: 6px solid #E9E9E9;
	border-radius: 12px;
	padding: 18px 20px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	width: 100%;
	position: relative;
	
}
#card_index .info_btn li a:after{
	font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f054";
    color: #6CC490;
    position: absolute;
    right: 12px;
    top: 18px;
}
.club_menu{
	display: flex;
	width: 100%;
	box-sizing: border-box;
	border: 6px solid #E9E9E9;
	border-radius: 12px;
	margin: 30px 0 0;
	padding: 34px 0;
}
.club_menu li{
	width: calc(100%/3);
}
.club_menu li a{
	display: block;
	box-sizing: border-box;
	border-right: 1px solid #CFCFCF;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.club_menu li:last-child a{
	border-right: none;
}
.club_menu li a i{
	font-size: 26px;
	color: #6CC490;
	padding-right: 10px;
    vertical-align: bottom;
}
.club_menu li a:after{
	font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0d8";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    color: #6CC490;
    font-size: 18px;
}
.pc .use_btn,
.pc .tokuten_btn.sp{
	display: none;
}


.pc .club_menu li a:before{
    content: " ";
    display: block;
    width: 100%;
    height: 26px;
    background: url(../kjt-club/club_btn01.png) no-repeat center center;
    background-size: auto 22px;
    margin: 0 auto 6px;
}
.pc .club_menu li a:before img{
	width: 20%;
}
.pc .club_menu li.tokuList a:before{
    background: url(../kjt-club/club_btn02.png) no-repeat center center;
    background-size: auto 22px;
}
.pc .club_menu li.firstList a:before{
    background: url(../kjt-club/club_btn03.png) no-repeat center center;
    background-size: auto 22px;
}
.pc .club_menu li.korutoku a:before{
    background: url(../kjt-club/club_btn04.png) no-repeat center center;
    background-size: auto 22px;
}

.club_menu li a:after{
	font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f0d8";
    position: absolute;
    bottom: -48px;
    left: 0;
    right: 0;
    color: #6CC490;
    font-size: 18px;
}

.caution{
    margin: 20px auto;
    padding: 0 0 20px;
    width: 85%;
    box-sizing: border-box;
	border: 2px solid #ff4363;
}

.caution h5{
    text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #ff4363;
	background: #ffd9e0;
	padding: 10px 20px;
}
.caution p{
	width: auto;
	padding: 0 20px
}

/*
スマホ
*/

.sp#card_index #contents-main{
	padding: 10px 0 20px;
}

.sp#card_index #contents-main .text_area{
	font-size: 80%;
}
.sp .club_ttl {
    font-size: 16px;
    border-bottom-width: 4px;
}

.sp #clubevent{
	margin-bottom: 20px;
	padding: 20px 0;
}
.sp #clubevent .club_ttl{
	margin-bottom: 16px;
}
.sp .event_inner article{
	width: 100%;
	padding: 5px 20px 5px 5px;
	margin-right: 0;
	margin-bottom: 10px;
    height: 110px;
}
.sp .event_inner article:last-child{
	margin-bottom: 0;
}
.sp .event_inner article span.icon a{
    height: 100%;
    width: 100%;
    right:0;
	left: 0;
    top: 0;
}
.sp .event_inner article span.icon a i{
	position: absolute;
	top: 45%;
	right: 3%;
}

.sp .event_inner article .event_content .image{
	width: 100px;
    height: 100px;
}
.sp .event_inner article .event_content .event_info{
	width: 62%;
	padding-left: 10px;
}
.sp .event_inner article .event_content .event_info h4{
	padding: 10px 0 0 0;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	height: 40%;
}
.sp .event_inner article .event_content .event_info h4 a{
	text-decoration: none;
}
.sp .event_inner article .event_content .event_status{
	padding: 10px 0 0;
	font-size: 10px;
	line-height: 1em;
}
.sp .event_inner article .event_content .event_status .date{
	padding-bottom: 6px;
}
.sp .event_inner article .event_content .event_status .place{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.sp .caution{
	width: 100%;
}

.sp .bnrArea{
	text-align: center;
    margin-bottom: 20px;
    padding: 0 0 20px;
}

.sp .bnrArea h4{
}
.bnrArea .swiper-button-prev {
    left: 0px;
}
.bnrArea .swiper-button-next {
    right: 0px;
}

.tokuten{
	text-align: center;
	padding: 30px 0;
	border-bottom: 6px solid #e9e9e9;
}
.sp .tokuten{
	padding: 20px 0;	
}
.tokuten h4.club_ttl{
	border-bottom-color: #6CC490;
}

footer p.btn{
	margin-top: 20px;
	text-align: center;
}

footer p.btn a{
	text-decoration: underline;
}

.sp#card_index .guide_btn a{
	padding: 10px 0;
	font-size: 18px;
}
.sp#card_index .guide_btn a span{
	font-size: 14px;
}

.sp#card_index .guide_btn i{
	font-size: 34px;
}
.sp#card_index .guide_btn a:after{
    top: 18px;
	right: 2%;
}

.sp#card_index .info_btn ul{
	margin-top: 18px;
}
.sp#card_index .info_btn li{
	width: 100%;
    flex-shrink: 0;
	margin:0 0 18px;
}
.sp#card_index .info_btn li:last-child{
	margin:0;
}
.sp#card_index .info_btn li a{
	padding: 18px 20px;
	font-size: 16px;
	width: 100%;
	
}
.sp#card_index .info_btn li a:after{
    right: 2%;
    top: 18px;
}



.sp .club_menu{
	margin: 18px 0 0;
	padding: 10px 0;
}
.sp .club_menu li a{
	font-size: 12px;
    line-height: 1em;
    height: 78px;
}
.sp .club_menu li:last-child a{
	border-right: none;
}
.sp .club_menu li a i{
    display: block;
    font-size: 18px;
    padding-right: 0;
    padding-bottom: 10px;
}
.sp .club_menu li:nth-child(3) a i{
	padding-bottom: 6px;
}
.sp .club_menu li a:before{
    content: " ";
    display: block;
    width: 100%;
    height: 20px;
	margin: 0 auto;
    background: url(../kjt-club/club_btn01_sp.png) no-repeat center center;
        background-size: auto 10px;
	padding-bottom: 6px;
}
.sp .club_menu li a:before img{
	width: 20%;
}
.sp .club_menu li.tokuList a:before{
    background: url(../kjt-club/club_btn02_sp.png) no-repeat center center;
	background-size: auto 10px;
}
.sp .club_menu li.firstList a:before{
    background: url(../kjt-club/club_btn03_sp.png) no-repeat center center;
	background-size: auto 10px;
}
.sp .club_menu li.korutoku a:before{
    background: url(../kjt-club/club_btn04_sp.png) no-repeat center center;
	background-size: auto 10px;
}
.sp .club_menu li a:after{
    bottom: -18px;
}











