@charset "utf-8";
.day {
    text-align: center;
    margin-top: -130px;
    background-color: #000000;
    color: #ffffff;
    padding: 30px 0 32px 0;
}
.sa-day {
    text-align: center;
    margin-top: -130px;
    background-color: #000000;
    color: #657bf8;
    padding: 30px 0 32px 0;
}
.sun-day {
    text-align: center;
    margin-top: -130px;
    background-color: #000000;
    color: #ff4665;
    padding: 30px 0 32px 0;
}
/*==================================================
スライダーのためのcss
===================================*/
.slider {
    margin: auto;
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 0vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(../img/6.png);
}

.slider-item02 {
    background:url(../img/7.png);
}

.slider-item03 {
    background:url(../img/8.png);
}

.slider-item04 {
    background:url(../img/9.png);
}

.slider-item05 {
    background:url(../img/10.png);
}

.slider-item06 {
    background:url(../img/11.png);
}

.slider-item07 {
    background:url(../img/12.png);
}

.slider-item08 {
    background:url(../img/13.png);
}

.slider-item09 {
    background:url(../img/14.png);
}

.slider-item10 {
    background:url(../img/15.png);
}

.slider-item11 {
    background:url(../img/16.png);
}

.slider-item12 {
    background:url(../img/17.png);
}

.slider-item13 {
    background:url(../img/18.png);
}

.slider-item14 {
    background:url(../img/19.png);
}

.slider-item15 {
    background:url(../img/20.png);
}

.slider-item16 {
    background:url(../img/21.png);
}

.slider-item17 {
    background:url(../img/22.png);
}

.slider-item18 {
    background:url(../img/23.png);
}

.slider-item19 {
    background:url(../img/24.png);
}

.slider-item20 {
    background:url(../img/25.png);
}

.slider-item21 {
    background:url(../img/26.png);
}

.slider-item22 {
    background:url(../img/27.png);
}

.slider-item23 {
    background:url(../img/28.png);
}

.slider-item24 {
    background:url(../img/29.png);
}

.slider-item25 {
    background:url(../img/30.png);
}

.slider-item26 {
    background:url(../img/2.png);
}

.slider-item27 {
    background:url(../img/3.png);
}

.slider-item28 {
    background:url(../img/4.png);
}

.slider-item29 {
    background:url(../img/5.png);
}

.slider-item30 {
    background:url(../img/6.png);
}

.slider-item31 {
    background:url(../img/7.png);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height: 1500px;/*各スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: top;/*背景画像の位置を中央に*/
    background-size: 300px 290px;/*背景画像が.slider-item全体を覆い表示*/
    margin-top: 120px;
    background-color: #000000;
    z-index: -5;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #ccc;/*矢印の色*/
    border-right: 2px solid #ccc;/*矢印の色*/
    height: 25px;
    width: 25px;
    margin-top: 250px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

.slick-dots .slick-active button{
    background:#ffe602;/*ドットボタンの現在地表示の色*/
}

/*========= レイアウトのためのCSS ===============*/
ul{
	margin:0;
	padding: 0;
	list-style: none;
}

a{
	color: #fff;
}

a:hover,
a:active{
	text-decoration: none;
}

.wrapper{
	position: relative;
}

.container{
	background:#555;
}

.container p{
	padding: 300px 0;	
	text-align: center;
	color: #fff;
}

.ddd {
    text-align: center;
    margin-top: -20px;
    color: #ffffff;
    margin-bottom: 0px;
}

.time {
    width: 310px;
    height: 100px;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 0 auto;
    text-align: center;
}
th {
    color: #ffffff;
    border: 1.5px solid #ffffffc8;
  background: hsla(214, 100%, 52%, 0.39);
    padding: 7px 10px 3px 10px;
    font-size: 1rem;
    width: 100px;
}
td {
    color: #ffffff;
    height: 0px;
    width: 30px;
    font-size: 1.1rem;
    border: 1.5px solid #ffffffc8;
    padding: 8px 0px 0px 0px;
    text-align: center;
}
.what-day {
    font-size: 1.4rem;
    color: #ffffff;
    text-decoration: none;
    list-style: none;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 1px;
}
p {
    font-size: 1.4rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0px;
}

