@charset "utf-8";
/* CSS Document */
.born,.know{
	margin: 40px 0 0;
}
.btn{
	margin: 30px 0 16px;
}
.btn a{
	font-size: 18px;
  border-radius: 2.5vh;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.5);	
	color: #fff;
	text-align: center;
	display: block;
	background: #D9BB58;
	background: linear-gradient(180deg,rgba(217, 187, 88, 1) 0%, rgba(187, 126, 42, 1) 100%);
	font-weight: bold;
	padding: 20px;
	
}
.btn a:hover{
	opacity: 0.5;
}
/*アニメーション*/
.animation{
  animation: buruburu 1s linear infinite;
  scale: 1;
  width: 96%;
  margin: auto;
}
@keyframes buruburu{
 0%{transform:translateX(0)}
 7%{transform:translateX(-10px)}
 14%{transform:translateX(10px)}
 20%{transform:translateX(-10px)}
 32%{transform:translateX(10px)}
 40%{transform:translateX(0px)}
}

h2.omidashi {
  background: url(../img/back.jpg) no-repeat center top #ffffff;
  box-sizing: border-box;
  margin-bottom: 26px;
  text-align: center;
  color: #fff;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 1);*/
  background-size: 100%;
  width: 100%;
  max-height: 200px;
  height: calc(200vw * 0.167);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8em;
}

.ttl{
	background: #c1a12c;
  /*background: url(../img/marble.png) no-repeat center center #ffffff;*/
	font-size: 1em;
  color: #fff;
  text-align: center;
  margin: 24px 0 16px;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  line-height: 1.5;
      padding: 0.75em 0.5em;
  /*border: 2px solid #c2a12c;*/
  font-size: 18px;
  
}


.know ul{
	max-width: 600px;
	margin: 0 auto 20px;
	border: 2px solid #c1a12c;
	padding: 20px;
}

.know ul li{
	border-bottom: dotted 1px #CCC;	
	margin: 0 0 6px;
  text-indent: -1em;
  padding-left: 0.5em;
	font-size: 16px;
}
.know ul li:before{
  content: '■ ';
  color: #c1a12c;
}


footer{
	background: #333333;
	color: #fff;
	text-align: center;
	padding: 40px 0 10px;
	margin: 40px 0 0;
}
footer a:hover{
	border-bottom: 1px solid #fff;
}

/*開催スケジュール*/
.detail{
	font-size: 16px;
}
.detail table.tb01, .detail table.tb02 {
  width: 100%;
  margin: 0 auto 30px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.detail table.tb01 th {
  padding: 0.5em;
  text-align: center;
  background-color: #c1a12c;
  color: #fff;
  border-left: 1px solid #fff;
}

.detail table.tb01 th:first-child {
  border-left: 1px solid #ccc;
}

.detail table.tb01 td {
  padding: 0.5em;
  text-align: center;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.detail table.tb02 th {
  padding: 0.5em;
  text-align: center;
  background-color: #c1a12c;
  color: #fff;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  width: 20%;
}

.detail table.tb02 th:last-child {
  border-bottom: 1px solid #ccc;
}

.detail table.tb02 td {
  padding: 0.5em;
  text-align: left;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

/* ===============================
   レスポンシブ：768px以上（タブレット）
================================== */
@media (min-width: 600px) {
h2.omidashi {
  font-size: 0.9em;
}	
.ttl{
  font-size: 0.9em;
}
	
	
}
/* ===============================
   レスポンシブ：992px以上（ノートPC以上）
================================== */
@media (min-width: 992px) {

}