@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
トラステック標準WEBサイト PHP + BootStrap
新潟県ゴルフ連盟　カスタム対応
	ver.2025.08.22.n-golfrenmei.com
	競技会のご案内		スタイルシート
────────────────────────────────────────
FileName:		/resources/css/club.css
Editor:			TRUSTEC
Description:	競技会のご案内　スタイルシート。
────────────────────────────────────────
2025/05/30:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [CUSTOM PROPERTIES] ::::: */
:root {
}





/* ::::: [COMMON-PARTS: OVER WRITE] ::::: */
#topics-page-title {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/club/club-intro-background.jpg);
}

@media(max-width: 767px){
    #topics-page-title {
        background-image: url(../images/club/club-intro-background-md.jpg);
        padding-top: 1rem !important;
    }
}

/* Setting
--------- --------- --------- ------- */
.btn-outline-andmore,
.btn-andmore {
	margin: auto;
    margin-bottom: 1em;
}

.btn-andmore .href-txt,
.btn-outline-andmore .href-txt{
    margin-right: 0;
    margin-left: 0;
    line-height: 2em;
    width: 11em;
    text-align: center;
}
.href-icon{
    left: 1em;
}
.href-icon:before {
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 1.2em;
    position: absolute;
    width: 1.5em;
    height: 1.5em;
    display: flex;
    top: 0;
    right: 0;
    animation-fill-mode: forwards;
    animation-duration: 0.6s;
    justify-content: center;
    align-items: center;
}
.btn-outline-andmore{
    background-color: #ffffff;
	color: var(--button-point-color-1) !important;
}

@media screen and (max-width: 1000px) {
	.btn-andmore:active + .href-icon{
		transition: .3s;
	}
	.btn-andmore:active {
		background-color: transparent;
		color: var(--button-point-color-1) !important;
	}
	.btn-andmore:active .href-icon:before{
		color: var(--button-point-color-1) !important;
		right: 0.2em;
		transition: .3s;
	}
	.btn-outline-andmore:active + .href-icon{
		transition: .3s;
	}
	.btn-outline-andmore:active {
		background-color: var(--button-point-color-1) !important;
		color: #ffffff;
	}
	.btn-outline-andmore:active .href-icon:before{
		color: #ffffff !important;
		right: 0.2em;
		transition: .3s;
	}
}

 /*PCの時は:hover*/
@media screen and (min-width: 1001px) {
	.btn-andmore:hover {
		background-color: transparent;
		color: var(--button-point-color-1) !important;
	}
	.btn-andmore:hover .href-icon {
		transition: .3s;
	}
	.btn-andmore:hover .href-icon:before{
		color: var(--button-point-color-1) !important;
		right: 0.2em;
		transition: .3s;
	}
	.btn-outline-andmore:hover {
		background-color: var(--button-point-color-1) !important;
		color: #ffffff;
	}
	.btn-outline-andmore:hover .href-icon {
		transition: .3s;
	}
	.btn-outline-andmore:hover .href-icon:before{
		color: #ffffff !important;
		right: 0.2em;
		transition: .3s;
	}
}

#topics-feed {
    --information-background-color: rgba(0, 0, 0, 0.03);
    --information-caption-color: #606060;
    border-radius: 1rem;
    margin-top: calc(var(--common-margin-width) / 4);
    margin-bottom: calc(var(--common-margin-width) * 1);
}
#club-detail-img-wrapper{
	margin-top: 1.25em;
}
@media(max-width: 991px){
	#club-detail-img-wrapper{
		margin-top: 0;
		margin-bottom: 1.25em;
	}
}
.list-club-feed {
    list-style: none;
    margin: auto;
    width: 100%;
    padding: 1em;
    border-bottom: 1px dotted rgba(0, 0, 0, .3);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	transition: .3s;
}
.list-club-feed:hover{
	background-color: #dddddd45;
	transition: .3s;
}
.list-club-feed .list-club-feed-item {
    display: flex;
    align-items: center;
    font-weight: 400;
}
.list-club-feed:hover .item-title{
    color: var(--link-color);
}
a:hover{
    color: var(--link-color);
}
.list-club-feed .item-title{
    width: 32%;
    font-size: max(1.1rem, 1.1vw);
}
.list-club-feed .item-nmbr{
    width: 10%;
}
.list-club-feed .item-adrs-othr{
    width: 38%;
}
.list-club-feed .contact-telp{
    width: 15%;
}
.list-club-feed-item .telp{
	text-decoration: underline;
}

.list-club-feed .item-nmbr,
.list-club-feed .item-adrs-othr,
.list-club-feed .contact-telp{
    color: var(--common-article-title-color1);
	font-weight: 400;
}

@media(max-width: 1199px){
	.list-club-feed{
	    row-gap: .25em;
	}
	.list-club-feed .item-title{
		width: 100%;
	}
	.list-club-feed .item-nmbr{
		width: 15%;
	}
	.list-club-feed .item-adrs-othr{
		width: 55%;
	}
	.list-club-feed .contact-telp{
		width: 30%;
		justify-content: end;
	}
}
@media(max-width: 767px){
	.list-club-feed .item-title,
	.list-club-feed .item-nmbr,
	.list-club-feed .item-adrs-othr,
	.list-club-feed .contact-telp{
		width: 100%;
		justify-content: start;
	}
    .list-club-feed {
        row-gap: 0;
	    padding: 1.25em 0;
    }
	.list-club-feed .item-title{
		margin-bottom: .25em;
	}
	.list-club-feed .item-title a{
		font-size: max(1.2rem, 1.1vw);
	}
}
.list-relatedlink li::before{
    content: none;
}

#club-detail-title{
    color: var(--common-article-title-color1);
    font-size: max(1.8rem, 1.8vw);
    letter-spacing: .04em;
    font-weight: 600;
    font-family: var(--common-title-font);
    margin-bottom: 0.5em;
    line-height: 1.5em;
    text-align: justify;
}
.list-club-detail{
	padding: 0;
}
.list-club-detail-item{
	list-style: none;
    border-bottom: 1px dotted rgba(0, 0, 0, .3);
}
.list-club-detail-item .club-description-list{
    display: flex;
    justify-content: flex-start;
	margin-bottom: 0;
    line-height: 2em;
    font-size: 1.1em;
    padding: .25em 0;
}
.list-club-detail-item .club-description-term{
    width: 10em;
	color: #7D7D7D;
	margin-bottom: 0;
    font-weight: 400;
}
.list-club-detail-item .club-description-definition{
	width: auto;
	margin-bottom: 0;
    font-weight: 400;
}
.club-detail-img{
    max-width: 500px;
    margin: auto;
}
@media(max-width: 767px){
	.list-club-detail-item .club-description-list{
		flex-direction: column;
        padding: 1em 0;
	}
	.list-club-detail-item .club-description-term,
	.list-club-detail-item .club-description-definition{
		width: 100%;
        min-height: 1em;
	}
	.list-club-detail-item .club-description-term{
		color: #9f9f9f;
	}
}
.club-description-definition .management-company-nmbr,
.club-description-definition .management-company-adrs-othr{
	display: block;
	width: 100%;
}
.club-description-definition .telp,
.club-description-definition .url{
	text-decoration: underline;
}
.club-description-definition .url{
    line-height: 2em;
    position: relative;
    padding-right: 1.1em;
}
.club-description-definition .url::after{
	content: '\f08e';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: .7em;
    margin-left: .2em;
    position: absolute;
}