@charset "UTF-8";

html {
  height:100%;
}
body {
  background:#000;
  margin: 0;
  padding: 0;
}
body > .box {
	height: auto;
}
*{
	padding:0;
	margin:0;
}
*, *::before, *::after {
  box-sizing:border-box;
}
.clearfix::after {
  content:'';
  display:block;
  clear:both;
}

.zikan {letter-spacing: -10px;}
.mbr {display:none;}
.pcbr {display:block;}
@media (max-width: 800px) {
	.mbr {display:block;}
	.pcbr {display:none;}
}
/*===============================

トップページ

===============================*/
#contents {
	width:100%;
	background:url("../img/bg/0384_asanoha.jpg");
	background-repeat: repeat;
	/*background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	padding: 50px;*/

}
.content_top {
	width:100%;
	height:auto;
	position:relative;	
}
/*.content_top img {width:100%;}*/

header {
	color:#ffe226;
	font-size: 10px;
	padding: 10px;
	letter-spacing: 2px;
}
header a {color:#ffe226;}


.outbox {
	border: #b0851e 5px double;
}

.kakomi-tape2 {
	position: relative;
	width: 90%;
	margin: 20px auto;
	padding: 35px 30px 20px;
	color: #770000;/* 文字色 */
	background-color: hsl(45, 48%, 83%); /*枠背景色*/
	/*box-shadow: inset 0 0 40px rgba(204, 186, 136,1), 0 2px 2px #ccc;*/
   }
   /*.kakomi-tape2::before {
	display: block;
	position: absolute;
	content: "";
	width: 140px;
	height: 35px;
	left: 42%;
	top: -16px;
	background-color: rgba(204, 186, 136,0.5);テープ色
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
	transform: rotate( -3deg ); テープ角度
   }*/

.toptitle1 {
	font-size: 35px;
	font-family: serif;
	margin: auto;
	text-align: center;
	padding: 20px 0;
}
.boxtitle {
	font-size: 25px;
	font-family: serif;
	font-weight: bold;
	border-bottom: 6px double #770000;
	border-top: 6px double #770000;
	padding: 5px 0;
}
.txbox1 {
	font-size: 16px;
	padding: 10px;
	font-family: 'Sawarabi Gothic', sans-serif;
	line-height: 28px;
	letter-spacing: 2px;
	text-align: center;
}
.f01 {
	color:#D50045;
	font-weight: bold;
	font-size:20px;
}
.f02 {
	color:#D50045;
	font-weight: bold;
	font-size:16px;
}
.redfont {
	color:#D50045;
	font-weight: bold;
	font-size:18px;
}
.boxtitle2 {
	font-size:20px;
	font-family: serif;
	font-weight: bold;
}
.txbox2 {
	font-size: 14px;
	padding: 0 20px;
	font-family: 'Sawarabi Gothic', sans-serif;
	line-height: 28px;
	width:750px;
	margin: auto;
	border: #98531e 2px solid;
	background-color: #ffefcb;
	padding: 20px;
	text-align: left;
}

.txbox1 dl {
	display: flex;
	flex-wrap: wrap;
}
.txbox1 dl dt {
	width: 20%;
	font-weight: bold;

	text-align: left;
	padding: 10px 0;
	border-bottom: #770000 1px dashed;
  }
.txbox1 dl dd {
	width: 80%;
	padding: 10px 0;
	border-bottom: #770000 1px dashed;
}

.txbox1 dl.dlstaff {
	display: flex;
	flex-wrap: wrap;
}
.txbox1 dl.dlstaff dt {
	width: 40%;
	font-weight: bold;

	text-align: left;
	padding: 10px 0;
	border-bottom: #770000 1px dashed;
  }
.txbox1 dl.dlstaff dd {
	width: 60%;
	padding: 10px 0;
	border-bottom: #770000 1px dashed;
}
.imagebox,.imagebox2 {text-align: center;}

.borderbox {
	padding: 20px;
	border-top:#770000 3px double;
	border-bottom:#770000 3px double;
	font-family: serif;
	font-weight: bold;
	font-size:14px;
}
.rink_old {
	font-family: serif;
	font-weight: bold;
	color:#D50045;
	text-align: center;
	font-size: 22px;
}

.rink_old a {
	color:#D50045;
}

.tatie_box img {
	width:220px;
	margin: auto;
	text-align: center;
}
.tatie_box  {
	margin: auto;
	text-align: center;
}
.charaimg img{
	width:17%;
}

.tatie_box2 img {
	width:300px;
	margin: auto;
	text-align: center;
}
.tatie_box2  {
	margin: auto;
	text-align: center;
}
.charaimg2 img{
	width:22%;
}

@media (max-width: 800px) {
	#contents {padding: 20px;}
	.toptitle1 img {width:100%;}
	.kakomi-tape2 {
		width:100%;
		padding: 10px 15px;
	}
	/*.kakomi-tape2::before {
		display: block;
		position: absolute;
		content: "";
		width: 140px;
		height: 35px;
		left: 30%;
		top: -16px;
		background-color: rgba(204, 186, 136,0.5);/*テープ色*
		box-shadow: 0 0 3px rgba(0,0,0,0.1);
		transform: rotate( -3deg ); /*テープ角度*
	}*/	

	.boxtitle {
		font-size:20px;
		font-family: serif;
		font-weight: bold;
	}
	.imagebox img{width:100%;}
	.imagebox2 img {width:42%;}

	.txbox1 dl {
		display: flex;
		flex-wrap: wrap;
	}
	.txbox1 dl dt {
		width: 100%;
		font-weight: bold;	
		text-align: left;
		padding: 10px 0;
		border-bottom: #770000 1px dashed;
		background-color: #98531e;
		color:#fff;
		padding-left: 10px;
	  }
	.txbox1 dl dd {
		width: 100%;
		padding: 10px 0;
		border-bottom: #770000 1px dashed;
		padding: 10px;
	}
	
	.txbox1 dl.dlstaff {
		display: flex;
		flex-wrap: wrap;
	}
	.txbox1 dl.dlstaff dt {
		width: 100%;
		font-weight: bold;
	
		text-align: left;
		padding: 10px 0;
		border-bottom: #770000 1px dashed;
		background-color: #98531e;
		color:#fff;
		padding-left: 10px;
	  }
	.txbox1 dl.dlstaff dd {
		width: 100%;
		padding: 10px 0;
		border-bottom: #770000 1px dashed;
	}
	.txbox1{text-align: left;}
	.txbox2 {width:100%;}

	.tatie_box  {
		margin: auto;
		text-align: center;
	}
	.tatie_box img {
		width:120px;
		margin: auto;
		text-align: center;
	}
	.tatie_box2  {
		margin: auto;
		text-align: center;
	}
	.tatie_box2 img {
		width:120px;
		margin: auto;
		text-align: center;
	}

}

.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 10px;
	display: block;
	color: #fff;
	background:#d9005a;
	text-align: center;
	width: 95%;
	margin: auto;
	font-size: 20px;
	font-family: "Sawarabi Mincho";
	height:60px;
	line-height: 20px;
}
.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}

@media (max-width: 800px) {
	.Label {height: 100%;}
}

.resultbtn {
	width: 20%;
	margin: auto;
	text-align: center;
	font-size: 18px;
	font-family: "Sawarabi Mincho";
	font-weight: bold;
}
.resultbtn a {
	display: block;
	background-color: #ffe226;
	border-radius: 10px;
	text-decoration: none;
	color: #d9005a;
	padding: 20px;
}
.resultbtn a:hover {
	display: block;
	background-color: #ff7b00;
	border-radius: 10px;
	text-decoration: none;
	color: #d9005a;
	padding: 20px;
}
@media (max-width: 800px) {
	.resultbtn {
		width: 100%;
	}
}


/*結果発表*/
/*1*/
.re01 img{width:450px;}
/*2*/
.re02 {
	display: flex;
	justify-content: center;
}
.re02_1 {width:450px;}
.re02 img {width:380px;}
/*3*/
.re03 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	font-size: 12px;
}
.re03_1 {width:320px;}
.re03 img {width:300px;}

@media (max-width: 800px) {
	.re01,.re02,.re03 {text-align: center;	font-size: 12px;}
	.re01 img{width:100%;}
	.re02 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.re02_1 {width:100%;}
	.re02 img {width:100%;}
}


.kabegami_box {
	width:600px;
	border: #b09f1e 2px solid;
	margin: auto;
	background-color: rgba(199,160,122,0.5);
	padding: 10px;
}
.kabegami_title {	
	color: #b5054b;
	font-weight: bold;
}
@media (max-width: 800px) {
	.kabegami_box {
		width:100%;
		padding: 20px;
	}
	.kabegami_box img {width:100%;}
}

/*フッター*/
/*明朝*/
footer {font-family: "Sawarabi Mincho";}
footer {
	background-color: #000;
	color:#D50045;
	text-align:center;
	padding:0 0 30px 0;
	font-size:12px;
}
footer a {color:#D50045;}
footer img {max-width:200px;}
@media (max-width: 600px) {
	footer {
		background-color: #000;
		color:#D50045;
		text-align:center;
		padding:0;
		font-size:10px;
	}
    footer img {max-width:130px;}
}



