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





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





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

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


#select-year,
.detail-list-wrapper{
    max-width: 1300px;
}
.detail-text,
#topics-detail-files,
#topics-detail-title-wrapper{
	padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
}
.detail-list-wrapper{
	padding-top: unset;
}
.schedule-category-title-wrapper{
    padding: 1.1em 1em;
    margin-top: calc(var(--common-margin-width) / 4);
    border-bottom: 6px #006f5f double;
    border-top: 6px #006F5F double;
}
.schedule-category-title{
font-size: max(1.8rem, 2.3vw);
    letter-spacing: .1em;
    font-weight: 500;
    font-family: var(--common-title-font);
    margin-bottom: 0;
    line-height: 1.5em;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 767px){
    .compe-year-title {
		text-align: start;
    }
}
.schedule-none{
    font-size: max(1.1rem, 1.1vw);
    font-weight: 400;
    padding: 2em 0;
	margin-bottom: 0;
}

.schedule-list-icon .image-icon,
.schedule-list-icon .pdf-link-icon {
    height: 1.8em;
    width: 1.8em;
    margin-right: .2em;
    transition: .3s;
    display: block;
}

.disabled .image-icon,
.disabled .pdf-link-icon {
    background-image: none;
}
.icon-appended{
    display: flex;
    flex-direction: row;
    align-items: center;
	padding: 0 1em;
    column-gap: 1.5em;
}
@media(max-width: 767px){
	.icon-appended{
		padding: 0;
	}
}
@media (max-width: 576px) {
	.icon-appended{
        flex-direction: column;
        align-items: flex-start;
        row-gap: .5em;
		width: 100%;
	}
}

.icon-text{
    color: #4b5f6f;
    font-size: .9em;
	position: relative;
    padding-right: 1.1em;
}
.schedule-list-icon .icon-text::after {
    content: '\f08e';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: .7em;
    margin-left: .2em;
    position: absolute;
    top: 0;
}

/* 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;
	}
}


/* image
--------- --------- --------- ------- */
.topics-image-container{
    padding: 0;
	margin: auto;
    margin-bottom: 1rem;
	width: 100%;
	height: 45vh;
}
.slick-list{
	border-radius: 1rem;
}
.topics-image-container figure{
    object-fit: cover;
	margin-bottom: 0;
	height: 45vh;
}
.topics-image-section{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
	height: fit-content;
}
.topics-image-single{
	margin: auto;
    max-height: 650px;
    object-fit: contain;
    max-width: 1094px;
    overflow: hidden;
}
.topics-image-section .single figure{
	margin: auto;
}
.search-photo-nav-wrap{
	width: 100%;
	margin-left: 0;
}
.search-photo-nav .slick-track{
	width: 100% !important;
}
.thumbnail{
	height: 230px !important;
	width: 32% !important;
    text-align: center;
    margin: 0 1%;
    margin-bottom: 1rem;
    overflow: hidden;
}
.thumbnail:first-child{
	margin-left: 0;
}
.thumbnail:last-child{
	margin-right: 0;
}
.thumbnail:not(.slick-current) {
	filter: brightness(70%);
}
.thumbnail img{
    object-fit: cover;
	object-position: center;
    overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 1rem;
}
@media(max-width: 776px){
	.search-photo-nav-wrap{
		display: none;
	}
}
.prev-arrow,
.next-arrow {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    top: 45%;
}
.next-arrow {
    right: 0;
}
.prev-arrow {
	left: 0;
    transform: rotate(180deg);
    margin-right: 20px;
}
.prev-arrow::before,
.next-arrow::before{
    position:absolute;
    content: "";
    width:10px;
    height:10px;
    border-right: 2px solid #0d0d0d;
    border-top: 2px solid #0d0d0d;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    transform:rotate(45deg);
}


/* ::::: [COMMON-PARTS: OVER WRITE] ::::: */
/* ::::: [TOPICS-LOG-FEED] ::::: */

/* Setting
--------- --------- --------- ------- */
.log-feed.topics {
}
.log-feed.topics .log-feed-wrapper {
}




/* ::::: [TOPICS-FEED] ::::: */

/* Setting
--------- --------- --------- ------- */
#topics-feed {
    margin-top: calc(var(--common-margin-width) / 4);
    margin-bottom: calc(var(--common-margin-width) * 1);
	padding: 0;
}
#topics-feed .container {
    padding: 0;
}

#topics-feed .topics-list-wrapper {
}

#topics-feed .topics-detail-wrapper {
}

/* List
--------- --------- --------- ------- */
#topics-feed .list-log-feed {
    padding-right: calc(var(--bs-gutter-x, .75rem) / 1.5);
    padding-left: calc(var(--bs-gutter-x, .75rem) / 1.5);
}

#topics-feed {
	--topics-background-color: rgba(0, 0, 0, 0.03);
	--topics-caption-color: #606060;
	border-radius: 1rem;
}

/*	List Item	*/
#topics-feed ul{
	list-style: none;
	margin: auto;
	padding: 0.3em 0;
	width: 100%;
}
#topics-feed li {
	width: 100%;
}

#topics-feed .list-log-feed-item {
    display: flex;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
    padding: 1.3em 1em;
	padding-top: 0;
    max-width: 1100px;
    margin: auto;
}

#topics-feed .list-log-feed-item {
}
#topics-feed .list-log-feed-item:first-child {
}
.list-log-feed .list-log-feed-item:not(:last-child){
	border: none;
}
#topics-feed .list-log-feed-item .item-date {
	color: var(--topics-caption-color);
}

/* Detail
--------- --------- --------- ------- */
#topics-feed .detail-log-feed {
    margin: auto;
}

/*	Picture	*/
#topics-feed .detail-log-feed .feed-detail-picture {
	background-color: var(--topics-background-color);
	padding: 0.5rem;
	height: 100%;
}
#topics-feed .detail-log-feed .feed-detail-picture img {
	width: 100%;
	height: 100%;
	max-width: initial;
	object-fit: contain;
}
@media(max-width: 767px){
	#topics-feed .detail-log-feed .feed-detail-picture,
	.topics-image-container,
	.topics-image-container figure{
		height: 50vh;
	}
}

/* Caption
--------- --------- --------- ------- */
#topics-feed .log-feed-caption {
	color: var(--topics-caption-color);
	font-size: inherit;
	line-height: var(--common-line-height);
}

/* Files
--------- --------- --------- ------- */
.topics-detail-files {
	background-color: var(--topics-background-color);
	font-size: var(--common-font-size-smaller);
	line-height: var(--common-line-height);
	padding: 1em;
	border-radius: 1em;
	width: 90%;
}

/*	Download & Related Links	*/
#topics-feed .topics-detail-files .log-file-link,
#topics-feed .topics-detail-files .log-related-link {
	font-weight: var(--common-font-weight-bold);
	line-height: var(--common-line-height);
}


#topics-detail-title{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding-left: 0;
    border-bottom: solid 2px #00633C;
}

.h-topics {
	font-size: 1.5rem;
	font-weight: var(--common-font-weight-bold);
	line-height: var(--common-line-height);
	letter-spacing: 0.05em;

	padding: 0 1rem 0.5rem 1rem;
	border-bottom: solid 0.5rem rgba(0, 0, 0, 0.1);
}

/* @media
--------- --------- --------- ------- */
/*	DisplayWidth < XS	*/
@media (max-width: 575px) {
	.h-topics {
		font-size: 1.2rem;
		font-weight: var(--common-font-weight-bold);
		line-height: var(--common-line-height);
		letter-spacing: 0.05em;
	}
}



.caption_flg_close::before {
    content: '\f06a';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    margin-right: .5em;
    color: #B79C64;
}
.annotation_text{
    font-size: max(1rem, 1.05vw);
    line-height: 1.8em;
}
.list-relatedlink li{
	gap: .7em;
    line-height: 2em;
    font-size: max(1rem, 1.05vw);
}
.list-relatedlink li::before{
    content: none;
}


alert alert-empty {

}


#topics-list .list-log-feed-item .btn_log {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25em;
    position: relative;
    transition: all 0.3s ease-out;
    transition: .3s;
	padding-bottom: .5em;
}
@media screen and (max-width: 1000px) {
	.list-log-feed-item .btn_log:focus,
	.list-log-feed-item .btn_log:active,
	.list-log-feed-item .btn_log:hover{
		background-color: transparent !important;
	}
}
 /*PCの時は:hover*/
@media screen and (min-width: 1001px) {
	.list-log-feed-item .btn_log:focus,
	.list-log-feed-item .btn_log:active,
	.list-log-feed-item .btn_log:hover{
		background-color: transparent !important;
	}
}
.schedule-list-icon{
    gap: 0.2em !important;
    justify-content: center !important;
    padding: .25em .6em !important;
	padding-left: 0.5em !important;
    align-items: center !important;
    width: fit-content !important;
    border: #cdcdcd 2px solid;
    border-radius: 10px;
	background-color: #f9f9f9;
	justify-content: flex-start !important;
}
@media (max-width: 575px) {
	.schedule-list-icon{
		width: 150px !important;
	}
}
@media screen and (max-width: 1000px) {
	.schedule-list-icon:active{
		background-color: #dddddd !imporatnt;
	}
	#topics-list .list-log-feed-item::active{
		background-color: #00426D;
		bottom: 0;
		content: "";
		height: 2px;
		left: 0;
		opacity: .5;
		position: absolute;
		transform: scale(0, 1);
		transform-origin: right top;
		transition: transform .5s;
		width: 100%;
		z-index: 2;
	}
}
 /*PCの時は:hover*/
@media screen and (min-width: 1001px) {
	.schedule-list-icon:focus,
	.schedule-list-icon:active,
	.schedule-list-icon:hover{
		background-color: #dddddd !imporatnt;
	}
}
#topics-list .list-log-feed-item::before{
	background-color: #dddddd;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
	opacity: .6;
}
#topics-list .list-log-feed-item::after{
	background-color: #00426D;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	opacity: .5;
	position: absolute;
	transform: scale(0, 1);
	transform-origin: right top;
	transition: transform .5s;
	width: 100%;
	z-index: 2;
}
@media screen and (max-width: 1000px) {
	#topics-list .list-log-feed-item:active{
		background-color: #dddddd45;
		transition: .3s;
	}
}
 /*PCの時は:hover*/
@media screen and (min-width: 1001px) {
	#topics-list .list-log-feed-item:focus,
	#topics-list .list-log-feed-item:active,
	#topics-list .list-log-feed-item:hover{
		background-color: #dddddd45;
		transition: .3s;
	}
}
@media (max-width: 767px) {
	#topics-list .list-log-feed-item  {
		gap: 0 1em;
        padding-left: .5em;
        padding-right: .5em;
	}
}
@media screen and (max-width: 1000px) {
	#topics-list .list-log-feed-item:active::after {
	  transform-origin: left top;
	  transform: scale(1, 1);
	}
}
 /*PCの時は:hover*/
@media screen and (min-width: 1001px) {
	#topics-list .list-log-feed-item:hover::after {
	  transform-origin: left top;
	  transform: scale(1, 1);
	}
}


#topics-list .list-log-feed-item .item-data {
    letter-spacing: var(--common-letter-spacing-title);
    color: #5D5D5D;
    font-weight: 400;
    position: relative;
}

#topics-list .list-log-feed-item .item-text {
    letter-spacing: var(--common-letter-spacing-title);
    overflow: hidden;
    min-width: 0;
    color: var(--link-color);
    transition: .3s;
}
.list-log-feed-item .item-title{
    transition: .3s;
    color: var(--link-color);
    white-space: break-spaces;
    min-width: 0;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 0;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    text-align: justify;
}
#topics-detail-text{
	width: 900px;
}
#topics-detail-text p{
    line-height: 2em;
    font-size: 1.1em;
    font-weight: 400;
    text-align: justify;
}
@media(max-width: 776px){
	#topics-detail-text p{
		font-size: 1em;
	}
}

.page-number{
	display: inline-block;
	font-size: 1rem;
	color: var(--common-color);
	font-weight: var(--common-font-weight-bold);
	border-bottom: solid 2px #d1d1d1;
	padding: 0.2em 0.3em;
}
.pager-wrap .disabled{
	display: inline-block;
	font-size: 1rem;
	color: #8F8F8F;
	font-weight: var(--common-font-weight-bold);
	padding: 0.2em 0.3em;
}
.page_now{
	color: var(--common-color);
	border-bottom-color: #476b3f;
}
.page-number:hover{
	border-bottom-color: #476b3f;
	color: var(--common-color);
}