@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 100vh/*calc( 100vh - 55px )*/;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	width: 100%;
	/*overflow: hidden;*/
/*	padding-bottom: 50px;*/
}
.slick-slider {
	padding: 0!important;
	margin: 0!important;
}

ul li {
	list-style-type: none;
	padding-left: 0!important;
}


.slider-item {
	display: flex!important;
	justify-content: flex-end;
	align-items: center;
	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-repeat: no-repeat;/*背景画像をリピートしない*/
	background-position: center;/*背景画像の位置を中央に*/
	background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
/*　背景画像設定*/
.slider-item01 {
   background-image:url("../image/top-hausou.jpeg"); /*top-kick.jpg*/
	justify-content: flex-start;
	opacity: 0.5;
}

.slider-item02 {
    background-image:url("../image/contact.jpeg"); /* top-ball.jpg */
	justify-content: flex-start;
}
.slider-item02 .catch2 span,.slider-item03 .catch2 span {
	margin: 0;
	color: #ffffff;
}

.slider-item03 {
    background-image:url("../image/recruit.png"); /* top-all */
	justify-content: flex-start;
}

.slider-item::after {
	content: '';
	background-color: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}


@media screen and (min-width:768px) {
	.slider {
		position:relative;
		z-index: 1;
		height: 100vh;
	}
	
	.slider-item {
		display: flex!important;
    	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
		height: 100vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    	background-repeat: no-repeat;/*背景画像をリピートしない*/
    	background-position: center;/*背景画像の位置を中央に*/
    	background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
	}

	.slider-item01 {
		background-position: center right!important;
	}
}

@media screen and (max-width:768px) {
    

    
    
}

/*矢印の設定*/

.slick-prev, 
.slick-next {
    position: absolute;
    z-index: 3;
    top: 90%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #333333;
    border-right: 2px solid #333333;
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: 5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: 85%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/
.slick-dots {
	/*position: relative;*/
	z-index: 10;
    text-align:center;
	margin:45px 0 0 0;/*ドットの位置*/
}

.slick-dots li {
    display:inline-block;
	margin:0 20px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:40px;/*ドットボタンのサイズ*/
    height:2px;/*ドットボタンのサイズ*/
    display:block;
    /*border-radius:50%;*/
    background:#cccccc;/*ドットボタンの色*/
	border: none;
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}

.top-tokucho {
	font-size: 12px;
	word-break: keep-all;
}


/*------------------------------------*/
/*--- スライダー  ------*/
/*------------------------------------*/
/*----- 共通 -----*/

.catch2 span {
	font-size: 1.7rem;
	letter-spacing: 0.15em;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.catch2 p {
	text-align: left;
	padding: 15px 15px 15px 0;
	line-height: 2rem;
	margin-top: 15px;
	color: #eeeeee;
	border-top: 1px solid #fff;
}

.slider-item01 .catch2 {
    /* writing-mode: vertical-rl; */
}
.slider-item01 .catch2 span {
/*	color: #feaa5f;*/
	color: #ffffff;
}
.slider-item03 .catch2 span {
	color: #ffffff;
/*	color: rgb(215,238,96);*/
}

/*----- スマホサイズ small -----*/
@media screen and (min-width: 320px) and (max-width:575.98px)  {
	.catch2 {
		z-index: 5;
		padding: 20px;
        font-size: 24px;
        font-weight: bold;
	}
    
    .slick-prev, .slick-next {
    height: 15px;
    width: 15px;
}
    
    .slick-dots {
    margin: 20px 0 0 0;
}
    
    .slick-dots li {
    margin: 0 10px;
}
    
        .slider-images {
        height: 32vh;
    }
}

/*----- スマホサイズ large -----*/
@media screen and (min-width: 576px) and (max-width:767.98px)  {
	.catch2 {
		z-index: 5;
		padding: 80px;
        font-size: 32px;
	}
	.catch2 span {
		font-size: 1.9rem;
		line-height: 1.5rem;
		margin:0;
		-webkit-appearance: none;
	}
}
/*----- tabletサイズ -----*/
@media screen and (min-width: 768px) and (max-width:991.98px){
	.catch2 {
		z-index: 5;
		font-size: 32px;
		padding: 40px;
		line-height: 1.1;
		letter-spacing: 0.15em;
		color: #000;
	}
	.catch2 span {
		font-size: 2.1rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}
}
/*----- PCサイズ -----*/
@media screen and (min-width: 992px) and (max-width:1399.98px) {
	.catch2 {
		z-index: 5;
        padding: 50px 100px;
        line-height: 1.3;
        color: #000;
        font-size: 2.5rem;
	}
	.catch2 span {
		font-size: 2.3rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}
}
/*----- 最大サイズ -----*/
@media screen and (min-width: 1400px) {
	.catch2 {
		z-index: 5;
/*
		background: rgb(3,162,222,.95);
		background: -moz-linear-gradient(left, rgba(3,162,222,.95) 0%, rgba(11,84,159,.95) 100%);
		background: -webkit-linear-gradient(left, rgba(3,162,222,.95) 0%,rgba(11,84,159,.95) 100%);
		background: linear-gradient(to right, rgba(255,255,255,.7) 0%,rgba(255,255,255,1.0) 100%);
*/
		padding: 120px;
		line-height: 1.3;
		color: #000;
        font-size: 40px;
        display: inline-block;
        font-style: italic;
	}
	
	.catch2 span {
		font-size: 2.3rem;
		line-height: 1.5;
		margin: 0;
		color: #000;
	}
}



/*==================================================

topページの館内の雰囲気を伝えるためのslider

==================================================*/



.slider-images {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: calc( 100vh - 300px );/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	width: 100%;
	/*overflow: hidden;*/
/*	padding-bottom: 50px;*/
}
.slick-slider {
	padding: 0!important;
	margin: 0!important;
}

ul li {
	list-style-type: none;
	padding-left: 0!important;
}

span.Short {
    color: white;
    font-size: 0.7rem;
}


.sliders-item {
	display: flex!important;
	justify-content: flex-end;
	align-items: flex-end;
	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
	height: 30vh;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
	background-repeat: no-repeat;/*背景画像をリピートしない*/
	background-position: center;/*背景画像の位置を中央に*/
	background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
/*　背景画像設定*/
.slider-item04 {
   background-image:url("../image/images05.jpeg"); /*top-kick.jpg*/
	justify-content: flex-start;
	align-items: flex-end;
	background-position: center right!important;
	opacity: 0.5;
}

.slider-item05 {
    background-image:url("../image/naikan005.jpg"); /* top-ball.jpg */
	justify-content: flex-start;
	align-items: flex-end;
    background-position: right;
}
.slider-item04.catch2 span,.slider-item05 .catch2 span {
	margin: 0;
	color: #ffffff;
}

.slider-item06 {
    background-image:url("../image/images01.jpg"); /* top-all */
	justify-content: flex-start;
	align-items: flex-end;
	background-position: right;
}

.slider-item07 {
    background-image:url("../image/kikai019.jpg"); /* top-all */
	justify-content: flex-start;
	align-items: flex-end;
	background-position: right;
}

.slider-item08 {
    background-image:url("../image/top-02.jpg"); /* top-all */
	justify-content: flex-start;
	align-items: flex-end;
	background-position: right;
}


.sliders-item::after {
	content: '';
	background-color: rgba(0, 0, 0, .07);
	position: absolute;
	top: 0; right:  0; bottom: 0; left: 0;
	z-index: 4;
}


@media screen and (min-width:768px) {
	.sliders-images {
		position:relative;
		z-index: 1;
		height: calc( 100vh - 450px );
	}
	
	.sliders-item {
		display: flex!important;
    	width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
		height: calc( 100vh - 450px );/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    	background-repeat: no-repeat;/*背景画像をリピートしない*/
    	background-position: center;/*背景画像の位置を中央に*/
    	background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
	}

	.slider-item04 {
		background-position: center right!important;
	}
}




@media screen and (max-width:768px) {
.slider-images {
    position: relative;
    z-index: 1;
    height: 34vh;
    width: 100%;
}
    
    .slick-prev, .slick-next {
    top: 97%;
}
}


@media screen and (max-width:575.98px)  {    
        .slider-images {
        height: 32vh;
    }
}







