@charset "utf-8";
#wrap_l {
	width: 280px;
	order: 1;
}

#wrap_r {
	width: 810px;
	order: 2;
	position: relative;
}

@media screen and (max-width:768px) {
#wrap_l {
	width: 100%;
}

#wrap_r {
	width: 100%;
}

}



#mv{
	max-width: 810px;
	height: 75vh;
	margin: 0 auto;
	background: url("../images/top/mv.png") no-repeat bottom right;
	background-size: cover;
	position: relative;
}

@media screen and (max-width:768px) {
#mv{
	max-width: inherit;
	background: url("../images/top/mv.png") no-repeat bottom;
	background-size: cover;
	height: 70vh;
	margin: 0 auto;
}
}

@media screen and (max-width:500px) {
#mv{
	max-width: inherit;
	height: 50vh;
	margin: 0 auto;
}
}

#theme {
	width: 86%;
	padding: 2vh 0;
	margin: 0 auto;
}
#theme img {
	width: 100%;
}
@media screen and (max-width:768px) {
	#theme {
       width: 90%;
       padding: 2.8vh 0 0;
 }
}

#mv2{
	margin: 0 auto;
	padding: 3%;
	background: #00afdd;
	position: relative;
}

@media screen and (max-width:768px) {
#mv2{
	width: 100%;
	margin: 0 auto;
}
}

#date_box {
	width: 100%;
	margin: 0 0 2.5% 0;
	padding-bottom: 2.5%;
	border-bottom: 1px solid #fff;
	display: flex;
	justify-content: space-between;
}


#datevenue {
	width: 82%;
	margin: 0;
}
#datevenue img {
	width: 100%;
}

@media screen and (max-width:768px) {
	#datevenue {
		width: 100%;
		margin: 0;
 }
}

#kyosai_box {
	width: 100%;
	margin: 0 0 0 0;
	padding-bottom: 3%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (max-width:768px) {
	#kyosai_box {
		width: 100%;
		display: block;
		margin: 0 auto;
 }
}

#kyosai1 {
	width: 59%;
	margin: 0;
}

#kyosai2 {
	width: 38%;
	margin: 0;
}

#kyosai1 img,
#kyosai2 img {
	width: 100%;
}

@media screen and (max-width:768px) {
	#kyosai1 {
		width: 100%;
		margin: 0 0 1.5vh 0;
	}
	#kyosai2 {
		width: 60%;
		margin: 0;
	}
}




#newbox {
	clear: both;
	display: inline-block;
	width: 100%;
	background: #00afdd;
}

#new {
	margin: 0 auto 30px auto;
	padding: 20px 30px;
	width: 94%;
	height: 330px;
	background: #fff;
	border-radius: 6px; 
}

#new h3 {
	margin-bottom: 15px;
	padding-bottom: 3px;
	padding-top: 0px;
	font-size: 2.4rem;
	font-family: "Zen Maru Gothic", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	color: #003686;
	position: relative;
	background: url("../images/smileicon.svg") no-repeat left center;
	padding-left: 6%;
	background-size: 5%;
    line-height: 1.4em;
}

#new dl {
	height: 200px;
	overflow: auto;
}
#new dt {
	width: 7em;
	float: left;
	clear: left;
}
#new dd {
	margin-bottom: 15px;
	padding: 0 0 15px 7em;
	border-bottom: #666 2px dotted;
}
#new dd a {
}
#new dd .win_icon {
	margin-right: 2px;
	padding-right: 18px;
	background: url(../images/win_icon_w.svg) 100% 50% no-repeat;
	background-size: 13px 11px;
}

@media screen and (max-width:768px) {
	#new {
		margin: 1vh auto 2vh;
		padding: 3% 4%;
		width: 96%;
	}
	#new h3 {
        font-size: 2rem;
		margin-bottom: 15px;
		padding-bottom: 5px;
        padding-left: 9%;
        background-size: 7%;
        line-height: 2em;
	}
	#new dt {
		width: 100%;
		float: none;
	}
	#new dd {
		margin-bottom: 10px;
		padding: 0 0 10px 0;
	}
}
/***** バナー *****/
#bnr {
	margin-top: 30px;
	text-align: center;
}
#bnr li {
	margin-bottom: 15px;
}
#bnr li:last-child {
	margin-bottom: 0;
}
#bnr li img {
	width: 265px;
}
#fb {
	width: 250px;
	margin: 30px auto 0!important;
}
.info {
	margin: 280px 30px 0 30px;
	padding: 30px;
	background-color: #fff;
}
.info .btn:first-child {
	margin-top: 0;
}
.info h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 2.3rem;
	text-align: center;
	border-bottom: #8f9d18 2px solid;
	position: relative;
}
.info h4 {
	margin: 20px 0 10px;
	font-weight: bold;
	color: #8f9d18;
}
.info_tb1 {
	width: 100%;
}
.info_tb1 th {
	padding: 10px;
	font-size: 1.4rem;
	text-align: center;
	color: #fff;
	border: #ddd 1px solid;
	background-color: var(--point-color);
}
.info_tb1 td {
	padding: 10px;
	font-size: 1.4rem;
	text-align: center;
	border: #ddd 1px solid;
}
.info_tb1 td:nth-child(1) {
	width: 30%;
	text-align: left;
	background-color: #f5f5f5;
}
.info_tb2 {
	margin: 20px auto 0;
}
.info_tb2 td {
	padding: 15px 30px;
	font-size: 2rem;
	font-weight: 700;
	text-align: left;
	border-top: #000 1px solid;
	border-bottom: #000 1px solid;
}
.box_red {
	padding: 20px;
	border: #cc0000 1px solid;
}
.box_red2 {
	margin: 10px 0;
	padding: 20px;
	border: #cc0000 2px solid;
}

.info .box_red table{
	font-size: 2.1rem;
	font-weight: 500;
	margin-bottom: 10px;
}

.info .box_red table tr{
	vertical-align: top;
}


@media screen and (max-width:768px) {
	#bnr {
		margin: 30px 0;
	}
	
	#fb {
		width: 250px;
	}
	.info {
		margin: 20px 15px 0 15px;
		padding: 15px;
		background-color: #fff;
	}
	.info h3 {
		margin-bottom: 15px;
		padding-bottom: 10px;
	}
	.info_tb1 th {
		padding: 5px;
		font-size: 1.3rem;
	}
	.info_tb1 td {
		padding: 5px;
		font-size: 1.3rem;
	}
	.info_tb1 td:nth-child(1) {
		width: 40%;
	}
	.info_tb2 {
		border-top: #000 1px solid;
		border-bottom: #000 1px solid;		
	}
	.info_tb2 td {
		width: 100%;
		padding: 5px 50px;
		font-size: 2rem;
		font-weight: 700;
		text-align: left;
		display: block;
		border: none;
	}
	.box_red {
		padding: 10px;
	}
	.box_red2 {
		padding: 10px;
	}

    .info .box_red table{
        font-size: 1.6rem;
		width: 100%;
    }

    .info .box_red tr td:first-child{
		width: 40%;
    }

    .info .box_red tr td:nth-child(2){
		width: 54%;
    }
}

img.star_beat01 {
    position: absolute;
	top: 2%;
	left: 7.3%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}

img.star_beat02 {
    position: absolute;
	top: 1.2%;
	left: 33%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat03 {
    position: absolute;
 	top: 13.8%;
	left: 67%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat04 {
    position: absolute;
	top: 8.8%;
	left: 73%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat05 {
    position: absolute;
	top: 8%;
	left: 23%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat06 {
    position: absolute;
	top: 12%;
	left: 10%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
  
img.star_beat07 {
    position: absolute;
	top: 17.3%;
	left: 52%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat08 {
    position: absolute;
	top: 16%;
	right: 11%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat09 {
    position: absolute;
	top: 7%;
	right: 4%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat10 {
    position: absolute;
	top: 8.4%;
	left: 46%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat11 {
    position: absolute;
	top: 18%;
	left: 36%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat12 {
    position: absolute;
	top: 19%;
	left: 20%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat13 {
    position: absolute;
	top: 11.8%;
	right: 4.4%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
  
img.star_beat14 {
    position: absolute;
	top: 12%;
	left: 79%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat15 {
    position: absolute;
	top: 17%;
	left: 8%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat16 {
    position: absolute;
	top:4%;
	left: 28%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat17 {
    position: absolute;
	top: 7.8%;
	left: 57%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat18 {
    position: absolute;
 	top: 6%;
	left: 4.2%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}

img.star_beat19 {
	width: 8px;
    position: absolute;
	top: 1%;
	left: 65%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}

img.star_beat20 {
    position: absolute;
	top: 4%;
	right: 6.8%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}

@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width:768px) {

img.star_beat01 {
    position: absolute;
    top: 18%;
    left: 4.3%;
    z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}

img.star_beat02 {
    position: absolute;
    top: 6.5%;
    left: 37%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat03 {
    position: absolute;
 	top: 13.8%;
	left: 67%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat04 {
    position: absolute;
    top: 10%;
    left: 73%;
    z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat05 {
    position: absolute;
    top: 6%;
    left: 20%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat06 {
    position: absolute;
    top: 15.5%;
    right: 33%;
    z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
  
img.star_beat07 {
    position: absolute;
    top: 15.3%;
    left: 52%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat08 {
    position: absolute;
	top: 16%;
	right: 11%;
	z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat09 {
    position: absolute;
	top: 7%;
	right: 4%;
	z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat10 {
    position: absolute;
	top: 8.4%;
	left: 46%;
	z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat11 {
    position: absolute;
    top: 17%;
    right: 24%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat12 {
    position: absolute;
    top: 17%;
    left: 15%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat13 {
    position: absolute;
    top: 12%;
    right: 6%;
    z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
  
img.star_beat14 {
    position: absolute;
    top: 17%;
    right: 3%;
    z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}
 
img.star_beat15 {
    position: absolute;
    top: 16%;
    left: 8%;
    z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat16 {
    position: absolute;
    top: 16%;
    left: 28%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}
 
img.star_beat17 {
    position: absolute;
    top: 6.8%;
    left: 57%;
    z-index: 99999;
    animation: blinkEffect 1s ease-in-out infinite alternate;
}
 
img.star_beat18 {
    position: absolute;
    top: 7%;
    left: 2%;2%;
    z-index: 99999;
    animation: blinkEffect 1.2s ease-in-out infinite alternate;
}

img.star_beat19 {
	width: 8px;
	position: absolute;
	top: 6.5%;
	right: 19%;
	z-index: 99999;
	animation: blinkEffect 1.1s ease-in-out infinite alternate;
}

img.star_beat20 {
    position: absolute;
    top: 17%;
    left: 39.8%;
    z-index: 99999;
    animation: blinkEffect 1.1s ease-in-out infinite alternate;
}

@keyframes blinkEffect {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

}