/* ----------------------------------------------------------------
	Custom CSS
-----------------------------------------------------------------*/

.top-links h1 {
    font-size: 15px;
    display: block;
    padding: 12px 12px 12px 0;
    margin: 0 !important;
}

.is-expanded-menu .style-3 .menu-container > .menu-item.current > .menu-link {
    --cnvs-primary-menu-active-color: var(--bs-white);
    background-color: #d30000;
}

.bg-color, .bg-color #header-wrap {
    background-color: #d30000 !important;
}
.application{
	background-color: #43a513 !important;
}

.button {
	    --cnvs-btn-color: #43a513;
}
.button-desc {
	font-size:22px;
	font-weight: bold;
}


element.style {
}
.not-animated, [data-animate]:not(.animated) {
    opacity: 0;
}


.slider-caption h2, .slider-caption .h2 {
    color: #FFF;
    text-shadow: 5px 1px 10px black;
	line-height:1.4em;
	font-size:4.8rem;
}


.form-box{
	background-color:#FFF;
	border:1px solid #CCC;
	border-radius:10px;
}


@media (max-width: 767.98px) {
  .slider-caption h2, .slider-caption .h2 {
    font-size: 7.5vw;
  }
}


.text-background-caption {
  display: inline;
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 0.4em;
  padding: 0 5px;
  background: linear-gradient(transparent 40%, rgb(197, 000, 000, 0.6) 40%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}




h1 > span:not(.nocolor):not(.badge), .h1 > span:not(.nocolor):not(.badge), h2 > span:not(.nocolor):not(.badge), .h2 > span:not(.nocolor):not(.badge), h3 > span:not(.nocolor):not(.badge), .h3 > span:not(.nocolor):not(.badge), h4 > span:not(.nocolor):not(.badge), .h4 > span:not(.nocolor):not(.badge), h5 > span:not(.nocolor):not(.badge), .h5 > span:not(.nocolor):not(.badge), h6 > span:not(.nocolor):not(.badge), .h6 > span:not(.nocolor):not(.badge) {
    color: #d30000;
}

.slider-caption p {
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-weight:800;
	color:#333;
	text-shadow: 0 0 20px rgb(255, 255, 255, 0.5);
}


#news-top .entry{
	padding:5px !important;
}

.news-line{
	border-bottom:1px dotted #CCC;
	margin:0 20px 12px 20px;
	
}

.entry-title h4, .entry-title .h4 {
	font-size:22px;
}

.entry-meta li {
	color:#5c5c5c;
}



.b-link{
	transition: 0.5s;
    display: block;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    color: #FFF;
    text-decoration: none;
}
.b-link:hover{
    opacity: 0.7;
}


.content-wrap p {
	line-height:2em;
}

	


.uil-angle-right-b:before {
    content: '\eb9f';
}
	
.section-more-link{
	margin-left:10px !important;
}

.section-more-link i {
    position: relative;
    top: 1px;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.section-more-link:hover i {
    left: 3px;
}


.container_widebox {
	margin:10em 15em;
}



.footercatch h4{
	color:#d30000;
	margin-bottom:14px;
}


.footer-big-contacts span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 2px;
}

.footer-big-contacts {
    color: var(--cnvs-contrast-800);
    font-size: 40px;
    font-weight: bold;
    letter-spacing: 1px;
}
.footer-big-contacts a{
	color:#d30000;
}
.widget_links p{
	margin-bottom:20px;
	color: #111;
	border-left: solid #a5a5a5 10px;
	padding-left:10px;
}

#copyrights a{color: #000;
}

#header {
    --cnvs-primary-menu-font-size: 14px;
}

.slider-center{
	text-align:center;
}


.concept-catch{
	font-size:44px;
}


.heading-block h3{
	font-size:52px;
}

.heading-block > span:not(.before-heading) {
	color: #000;
}
.heading-block.text-center > span{
	max-width:900px;
}


.page-title-content h1{
	color:#FFF;
}



.menu-item:hover > .menu-link {
  color: #d30000;
}

.current:hover > .menu-link {
  color: #FFAFAF;
}

.culture dd{
	font-size:1.2rem;
	margin:0 1.5rem 2rem;
	line-height:2rem;}




.iconlist.iconlist-xl {
    --cnvs-iconlist-size: 1.2rem;
    --cnvs-iconlist-margin: 0.75rem;
    --cnvs-iconlist-gutter: 0.875rem;
}


.time-table h5{ font-size: 1.4rem;
}

.time-table-wrap .time-table span {
    font-weight: 500;
	font-size:1.2rem;
	padding-top: 3px;
}

.fancy-title {
	margin-bottom:0.5rem !important;
}

.c-target{
	background:#707070;
	color:#FFF;
	display:inline-block;
	padding:0 16px;
}



.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

.indent-text {
	text-indent:-1em;
	padding-left:1em;
}

#btn-box{
	margin:5em auto 1em;
	text-align:center;
}
#btn-box .button-desc {
    --cnvs-btn-padding-x: 6.5rem;
    --cnvs-btn-padding-y: 1.6rem;
    --cnvs-btn-fontsize: 2.25rem;
    --cnvs-btn-lineheight: 1;
}


.button-border.button-white{
	color:#FFF;
	border-color: #FFF;
	background-color:#bb2424;
}


.coachelink:hover{
	opacity:0.7;
	transition: 0.5s; /* マウスカーソルを載せるとき */
}




/* ----------------------------------------------------------------
	新着情報コンテンツ CSS
-----------------------------------------------------------------*/

.entry-content p {
	font-size:1.1em;
}

.entry-meta li {
	font-size:1em;
}

.entry-content a:link{
	color: var(--cnvs-link-color);
}

.entry-content a:hover{
	color:var(--cnvs-hover-color);
}


.post-grid .entry-title h2 {
  text-transform: none;
  letter-spacing: 0;
  font-size: 19px;
  line-height: 25px;
  font-weight: 800;
}

.newblog-title{
	background-color:#d30000;
	color:#FFF;
	padding:5px 10px;
}

#canvas-TabContent h4{
	font-size:16px;
}

.entry-meta {
    font-size: 1em !important;
}

.bb-line{
	border-bottom:1px dashed #CCCCCC ;
	padding-bottom:1em !important;
}

.archive-title {
    background-color: #00b4d3;
    color: #FFF;
    padding: 5px 10px;
}

.archive-list{
	margin-bottom:0 !important;
}



.archive-list li{
	font-size:20px;
	line-height:2em;
	list-style-type:none;
}

.archive-list li a{
	color: #333;
}

.archive-list li a:hover{
	color: var(--cnvs-themecolor);
}


.archive-list li a::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    color: #83cdd2;
    line-height: 1;
    width: 10px;
    height: 10px;
    border: 3px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-25%) rotate(45deg);
    -ms-transform: translateX(-25%) rotate(45deg);
    transform: translateX(-25%) rotate(45deg);
    margin-right: 10px;
    position: relative;
    top: -2px;
}


.pagination {
	justify-content: center;
}

.page-link.active, .active > .page-link {
	background-color:#D30000;
	border-color: #CCC;
}

/* ----------------------------------------------------------------
	スケジュールコンテンツ CSS
-----------------------------------------------------------------*/

.button-desc span {
	line-height:1.6em;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #333;
}


.nav-link {
	color:#000;
}

.nav-link:hover{
	color:#999;
}

	
.schedule-wrap {
        padding: 70px 40px;
        background: #fbfbfb;
		margin:5em 0;
		border: 1px solid #ccc;
    }
	
.canvas-alt-tabs {
    border-bottom-width: 1px !important;
    --cnvs-tab-base-color: #FFF;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-link-color: var(--cnvs-tab-base-color);
    --bs-nav-link-padding-x: 1.5rem;
    --bs-nav-link-padding-y: 1.125rem;
    --bs-nav-tabs-border-color: rgba(255, 255, 255, .1);
    --bs-nav-tabs-link-active-bg: transparent;
    --bs-nav-tabs-link-active-color: var(--bs-nav-link-color);
    --bs-nav-link-font-size: 20px;
    --bs-nav-link-font-weight: 600;
}

.canvas-alt-tabs.tabs-bb {
    --bs-nav-tabs-border-width: 0px;
    --bs-nav-tabs-border-radius: 0;
    --bs-nav-link-color: var(--cnvs-tab-base-color);
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


.canvas-alt-tabs .nav-item .nav-link {
    position: relative;
}
	
.canvas-alt-tabs.tabs-bb .nav-link.active {
        background-color: var(--cnvs-themecolor, #d30000);
		color:#FFF;
}

.schedule-desc {
    font-size: 20px;
    font-weight: 700;
	color:#000;
}

.schdule-time{
	font-size:20px;
}


	background:
.tab-content p{
	color: #666;
	font-size:20px;
}

.canvas-alt-tabs .nav-item .nav-link::after {
    content: '';
    opacity: 0;
    position: absolute;
    display: block;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background: -webkit-linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
    background: -o-linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
    background: linear-gradient(280deg, var(--cnvs-color1) 12.08%, var(--cnvs-color2) 53.53%, var(--cnvs-color3) 95.62%);
    z-index: 1;
    transform: translateX(-50%);
    transition: width .15s 
ease-out;
}

	
.schedule-time, .schedule-desc {
    font-size: 20px;
    font-weight: 700;
	color:#000;
}



.schedule-time span{
	background-color: var(--cnvs-themecolor, #d30000);
	color:#FFF;
	padding:10px;
	margin-right:1em;
	border-radius:4px;
}



.schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}


.remarks{
	margin-top:2rem;
	border:#a3a3a3 1px solid;
	padding:14px;
	background-color:#FFF;
	border-radius:4px;
	font-weight:400;
	
}

.support-area span{
	font-weight:800;
}


.practice-month{
	font-size:32px;
	text-align:center;
	background-color: #F1F1F1;
	padding:4px 0;
	margin-top:50px;
}


/* ----------------------------------------------------------------
	コーチコンテンツ CSS
-----------------------------------------------------------------*/

#coaches{
}

#coaches .post{
	color:#0054ad;
	padding:5px 10px;
	display: inline-block;
	margin-bottom:10px;
	font-weight:bold;
	font-size:18px;
}
#coaches .name-title{
	font-size:60px; 
}
#coaches .name-title span{
	font-size:30px;
	padding-left:1.2em;
}

#coaches .career-box{
	    background-color: #f3f3f3;
		padding:1em;
		margin:1em 0;
		border-radius:5px;
}

#coaches h2{
	font-size:42px;
}

.career-box h3{
	border-bottom: #de6262 solid 2px;
	padding-bottom:5px;
}

.career-box ul{
	margin-left:20px;
}
.career-box dt{
	margin-bottom:0.5em;
}
.career-box dd{
	margin-bottom:0.5em;
	margin-left:1em;
	line-height: 2em;
}



.contact-title{
	border-left:14px solid #C00;
	padding-left:10px;
	text-align:left !important;
	margin-bottom:12px !important;
}

#coaches .license{
	display:inline-block;
	flex-wrap: wrap;
}

#coaches .license ul{
	padding-left:0.1rem;
}

#coaches .license li{
	display:inline-block;
	border:1px solid #0054ad;
	color:#0054ad;
	padding:0.2em 0.4em;
	margin:0.2em 0.2em;
}

#coaches .staff-box {
  display: flex;
  flex-wrap: wrap;
}


@media (min-width: 992px) {
    .schedule-wrap dt:not(:nth-last-of-type(1)), .schedule-wrap dt:not(:nth-last-of-type(1)) + dd {
        margin-bottom: 40px;
        padding-bottom: 40px;
		    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
			padding-right:10px;
    }
}





.contact-section{
	margin:5em 0;
}

span.marker {
    background: linear-gradient(transparent 50%, #f5e723 50%);
	padding-left:3px;
	font-weight:bold;
}


#contact h4{
	text-align:center;
	margin:0 0 40px 0;
	font-size:30px;
}
#contact .contact-box{
	text-align:center;
}
#contact .button-desc{
	margin-left:auto;
	margin-right:auto;
}

.contact-tell{
	font-size:60px;
	font-weight:bold;
	color:#D30000;
	line-height:1.8em;
	font-family: Arial, Helvetica, sans-serif;
}

#privacy{
	margin-top:8em;
}

#privacy h5{
	border-bottom:dashed 1px #CCCCCC;
}
#privacy ol{
	margin-left:1.8em;
}








@media (max-width: 768px) {

#wrapper{
	overflow:hidden;
}
.container_widebox {
	margin:10em 1em;
}


.footer-out{
	margin-left:0;
	margin-right:0;
}


.footer-in{
	padding-left:0 !important;
	padding-right:0 !important;
}

.col-padding {
    padding: 2rem;
}

.schedule-pd{
	margin-top:2em;
}

.top-links{
	border-bottom: none !important;
}
	
.concept-catch {
    font-size: 30px;
	text-align:center;
}
.heading-block h3{
	font-size:30px;
}


.heading-block > span:not(.before-heading) {
	text-align:left !important;
}

.sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  
  .schedule-time, .schedule-desc {
	margin-top:20px;
}

.schedule-wrap {
	margin:5em 0.5em;
  
}
.mx-auto {
    margin-right: 0.5em !important;
    margin-left: 0.5em !important;
}


.mx-news-auto{
	width:50% !important;
}


#btn-box .button-desc {
	--cnvs-btn-padding-x:8%;
}

.text-left{
	text-align:left !important;
}

.contact-tell{
	font-size:44px;
}

#btn-box{
	margin: 1em auto 1em;
}

}




/* ----------------------------------------------------------------
	Shooting CSS
-----------------------------------------------------------------*/

#shooting{
}

#shooting .shooting-catch {
  font-size: 44px;
  color:#d30000;
}

#shooting p span{
	font-weight:bold;
}
.maker-red{
	background: linear-gradient(#0000 40%, #e8e4009e 30%);
}

.title-mg{
	margin:5rem auto;
}

.shooting-bg-color {
    background-color: #003db3 !important;
}

.shooting-point{
	font-size:1.5rem;
}

.arrow-sign {
	margin-left:1rem;
}

.arrow-sign li{
	font-size:28px;
	line-height:1.8em;
	list-style:none !important;
}

.shooting-price{
}

.shooting-price h4{
	color: #000;
	font-size:24px;
	font-weight:800;
	border-bottom:1px solid #000;
	margin-bottom:1rem !important;
}

.shooting-price h4 span {
	font-size:18px !important;
	color:#333 !important;
}

.nav-link {
	font-size:24px;
}

ul.price-table {
	margin-bottom:4rem;
}

ul.price-table li {
	padding: 16px 0;
}

.price-table li {
	font-size: 1.2rem;
}

ul.price-table li span {
	color:#d30000;
}


.shootingtitle{
	background-color: #003db3;
  color: #FFF !important;
  display: inline-table;
  font-size: 24px;
  padding: 4px 30px;
  margin-bottom: 1rem;
}

.group-remarks{
	padding:12px;
	border: #CCC 1px solid;
	background-color:var(--cnvs-footer-bg);
}

.shooting-catch{
		font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif!important;
		font-weight:bold !important;
	}
@media (max-width: 768px) {

.shooting-price h4 {
}

.page-title-content h1 img{
	width:50%;
}

.shooting-catch{
	font-size:34px !important;
}

ul.price-table li {
    display: flow-root;
}


}


.footerCta {
	display: none;
}
@media (max-width: 768px) {
	.footerCta {
		display: flex;
		align-items: stretch;
		width: 100%;
		position: sticky;
		z-index: 100;
		bottom: 0;
		left: 0;
	}
	.footerCta__btn {
		color: #fff;
		padding: 10px;
		text-align: center;
		flex: 1;
		font-size: 16px;
	}
	.footerCta__btn .-s {
		font-size: 0.7em;
	}
	.footerCta__btn img {
		width: 32px;
		height: auto;
		margin-right: 5px;
	}
	.footerCta__btn.-basket {
		background-image: linear-gradient(to top, #02a102 0%, #23c223 100%);
	}
	.footerCta__btn.-shooting {
		background-image: linear-gradient(to top, #020d9f 0%, #232fc1 100%);
	}
}