@charset "UTF-8";
body {
	background-image: url(../img/bg_tatami.png);
	background-color: #d8e698;
	background-repeat: repeat;
}

.container,.container2 {
	max-width: 1000px;
	margin: auto;
}



.edge {
	background-image: url(../img/tatami_edge.png);
	background-color: #2f4f4f;
	background-repeat: repeat-x;
	height: 70px;
}

.logo {
	position: fixed;
	width: 100px;
	margin: 0;
	z-index: 100;
}

.lamp-logo {
	position: fixed;
	width: 100px;
	right: 20px;
	bottom: 15px;
	margin: 0;
	z-index: 100;
}

.omikuji img {
position: relative;

	left: 0;
	right: 0;
	margin: auto;
} 

.txt {
	font-family: fot-klee-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 35px;
	text-align: center;
}

.txt2 {
	font-family: fot-klee-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 30px;
	text-align: center;
	line-height: 1.8;
	margin-bottom: 30px;
}

.center {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}

.bound {
  animation: bound .8s linear infinite;
}
@keyframes bound {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(30px);
  }
  100% {
    transform: translateY(0);
  }
}

.karuta-area {
	display: flex;
	margin-top: 40px;
	margin-bottom: 100px;
}

.karuta {
	width: 25%;
	text-align: center;
}

.karuta p {
	font-family: fot-klee-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 20px;
	line-height: 1.5;
}

.karuta-area img:hover{
	
        transform:rotate(5deg);

}

a {
	text-decoration: none;
	color: black;
}

.center a {
	display: block;
	margin-bottom: 20px;
}

.bnr-area {
	display: flex;
	width: 880px;
	margin: auto;
}

.bnr {
	width: 400px;
	height: 100px;
	margin-right: 80px;
	margin-bottom: 70px;
}

.mdt {
  background: #ffffff;
}
.mdt img {
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.mdt img:hover {
  opacity: .6;
}

.sns {
	text-align: center;
}

.sns p {
	font-family: fot-klee-pro, sans-serif;
    font-weight: 600;
    font-style: normal;
	font-size: 20px;
}

.sns_img {
	width: 40px;
	height: 40px;
}

@media only screen and (min-width: 769px) {
	/*769px以上の時だけ使いたいcss*/
	.sp {
	display: none !important;
    }
}

@media only screen and (max-width: 768px) {
	/*768px以下の時に使うcss*/
    
	
	.pc,.arrow {
		display: none !important;
	}
	
	.logo {
	    top: 10px;
	    left: 10px;
	}
	
	.logo img {
		width: 80px;
	}
	
	.main img {
		width: 100vw;
	}
	

	
	.txt2 {
	    font-size: 20px;
		margin-bottom: 30px;
     }
	
    .txt_sp {
	    font-family: fot-klee-pro, sans-serif;
	    font-weight: 800;
	    font-style: normal;
	    font-size: 25px;
	    text-align: center;
		margin: 30px 0 20px 0;
    }
	
	.karuta-area {
	    flex-wrap: wrap;
		margin-bottom: 30px;
		margin-left: 10px;
		margin-right: 10px;
    }
	
	.karuta {
		width: 50%;
		margin-bottom: 30px;
		text-align: center;
	}
	
	.karuta p {
	    font-size: 15px;
	    font-weight: bold;
		font-family: ryo-text-plusn, serif;
        font-style: normal;
        font-weight: 600;
    }
	
	.center {
		margin-top: 0;
	}
	
	.bnr_sp {
	    width: 350px;
	    height: 70px;
		margin: auto;
		margin-bottom: 140px;
    }
	
	.bnr_sp_390 {
		margin-bottom: 20px;
	}
	
	.txt2_sp {
		font-family: fot-klee-pro, sans-serif;
        font-weight: 600;
        font-style: normal;
	    font-size: 24px;
	    text-align: center;
	    line-height: 1.6;
		margin-bottom: 15px;
	}
	
	.sns_img {
	width: 50px;
	height: 50px;
	}
	
}
