/*
 Theme Name:   Etoneige
 Theme URI:    https://understrap.com
 Description:  Understrap Child Theme
 Author:       the Understrap Contributors
 Author URI:   https://github.com/understrap/understrap-child/graphs/contributors
 Template:     understrap
 Version:      1.1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  understrap-child
 Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
 GitHub Theme URI: understrap/understrap-child
*/


/* 全体設定 */
#index-wrapper,#archive-wrapper,#page-wrapper,#single-wrapper,#profile-wrapper{
	margin-top: 90px;
}
@media screen and (max-width:992px) {}
@media screen and (max-width:768px) {
	#index-wrapper,#archive-wrapper,#page-wrapper,#single-wrapper{
		margin-top: 70px;
	}
	#profile-wrapper{
		margin-top: 40px;
	}
}


/* ヘッダー */
.navbar-nav a.nav-link{
	font-size: 1.2rem!important;
	padding-top: 0rem!important;
	padding-bottom: 0rem!important;
}
.front-nav{
	transition: all .3s;
}
.front-nav.move{
	background-color: rgba(255,255,255,.9);
	box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
}
.navbar-brand img{
	max-width: 120px;
}
.navbar-nav a{
	color: #61605b!important;
	font-size: 1rem!important;
}
.close-btn{
	background: none!important;
    border: none!important;
    padding: 0!important;
	font-size: 1.25rem!important;
}

@media screen and (max-width:768px) {
	.navbar-brand img{
		max-width: 100px;
	}
	.offcanvas{
		max-width: 80%!important;
	}
	ul#main-menu li{
		margin-bottom: 1rem;
	}
	.offcanvas-body{
		flex-grow: 0!important;
	}
	.head-sns-item{
		font-size: 1.1rem;
	}
}


/* メインビジュアル */
#main-vsl{
	position: relative;
	width: 100%;
	height: 100vh;
	z-index: 0;
	overflow: hidden;
}
.vsl-image{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.vsl-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	filter: blur(30px);
	z-index: -1;
	background-repeat: no-repeat;
}
@media screen and (max-width:992px) {
	#main-vsl{
		height: 70vh;
	}
}
@media screen and (max-width:768px) {
	#main-vsl{
		height: 55vh;
	}
	.vsl-image{
		width: calc(100%);
	}
}


/* NEWS */
.news-contents ul li.news-item{
	margin-bottom: 1rem;
}
.news-contents ul li.news-item:last-child{
	margin-bottom: 0;
}
li.news-item ul li{
	vertical-align: middle!important;
}
li.news-item ul li.news-category{
	border: 1px solid #61605b;
	font-size: 75%;
    width: 70px;
    text-align: center;
    padding: .6rem 0rem;
}
li.news-item ul li.news-ttl{
	width: calc( 100% - 85px );
}
.entry-header .entry-meta ul li.news-category{
	border: 1px solid #61605b;
	font-size: 75%;
	padding: .15rem .75rem;
	position: relative;
    top: -1px;
}
.new-mark{
	position: relative;
	top: -1px;
}


/* SCHEDULE */
.schedule-item-inner{
	border: 2px solid #61605b;
}
.schedule-inner-ttl{
	border-bottom: 1px solid #ccc;
}
.schedule-list-loop ul li{
	margin-bottom: 1rem;
}
.schedule-list-loop ul li:last-child{
	margin-bottom: 0rem;
}
.schedule-list-loop ul li span.event-date{
}


/* Youtube */
.video-contents{
	position: relative;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	content:""!important;
}
.swiper-button-next,
.swiper-button-prev{
	color: #61605b!important;
	font-size: 4rem!important;
	z-index: 555!important;
}
.swiper-button-next{
	right: -3.5rem!important;
}
.swiper-button-prev{
	left: -3.5rem!important;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: -.5rem!important;
}
.swiper-pagination-bullet-active{
	background: #61605b!important;
}
@media screen and (max-width:992px) {
	.swiper-button-next,
	.swiper-button-prev{
		top: auto!important;
		font-size: 1.25rem!important;
	}
	.swiper-button-next{
		right: 0rem!important;
	}
	.swiper-button-prev{
		left: 0rem!important;
	}
}


/* プロフィール */
.profile-contents img.group-logo{
	max-width: 100px;
}
.profile-image{
	position: relative;
}
.profile-image .swiper-button-prev:after,
.profile-image .swiper-button-next:after{
	content:""!important;
}
.profile-image .swiper-button-next,
.profile-image .swiper-button-prev{
	color: #61605b!important;
	top: auto!important;
	font-size: 1.25rem!important;
	z-index: 555!important;
}
.profile-image .swiper-button-next{
	right: 0rem!important;
}
.profile-image .swiper-button-prev{
	left: 0rem!important;
}
.profile-image .swiper-horizontal>.swiper-pagination-bullets,
.profile-image .swiper-pagination-bullets.swiper-pagination-horizontal,
.profile-image .swiper-pagination-custom,
.profile-image .swiper-pagination-fraction{
	bottom: -.5rem!important;
}
.profile-image .swiper-pagination-bullet-active{
	background: #61605b!important;
}
dl.profile-text dt{
	position: relative;
	top: 2px;
}
@media screen and (max-width:768px) {
	.profile-contents img.group-logo{
		max-width: 80px;
	}
}


/* フッター */
.footer-menu.list-inline li{
	display: inline-block;
	width: 47.5%;
	font-size: 1rem;
}
.footer-menu.list-inline li a:before{
	content:'\f0da';
	font-family: 'Font Awesome 6 Pro';
	font-weight: 900;
	margin-right: .5rem;
	position: relative;
	top: 2px;
}
#wrapper-footer .foot-logo img{
	max-width: 100%;
	width: 100px;
}


/* ページネーション */
.pagination .page-link{
	color: #61605b!important;
	border: none!important;
	background: transparent!important;
}
.page-item.active .page-link{
	background-color: transparent!important;
	position: relative;
	opacity: .5;
}
.page-item.active .page-link:before{
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 50%;
	height: 2px;
	content: '';
	border-radius: 4px;
	background: #fafafa;
}


/* カレンダー */
.cmcal-calendar-container.cmcal-calendar-8 .fc-event-container, .cmcal-calendar-container.cmcal-calendar-8 a.fc-event, .cmcal-calendar-container.cmcal-calendar-8 .fc-unthemed td.fc-event-container .fc-event, .cmcal-calendar-container.cmcal-calendar-8 .fc-list-item td, .cmcal-calendar-container.cmcal-calendar-8 .fc-list-item td a{
	white-space: nowrap !important;
    overflow: hidden !important;
}
@media screen and (max-width:768px) {
	.cmcal-calendar-container.cmcal-calendar-8 body .fc,
	.cmcal-calendar-container.cmcal-calendar-8 .fc,
	.cmcal-calendar-container.cmcal-calendar-8 .fc a{
		font-size: 8px!important;
	}
}