@charset "utf-8";
/* CSS Document */
#main {
	width: 1000px;
}

#beginner {
	color: #111;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: justify;
	background: #fff;
	box-shadow: 0px 0 10px #ddd;
}

#beginner h2,#beginner h3{
	text-align: center;
	font-weight: bold;
}

#beginner p{
	line-height: 2;
}

#room,#companion,#body,#play {
	padding: 5% 0 0;
	margin: -7% 0 0;
}

#catch{
	width: 100%;
	line-height: 0;
}


/************

intro search

*************/

#intro{
	margin: 0 0 5%;
}

.arrowTtl{
	background: #00d639;
	padding: 5% 0;
	font-size: 24px;
	color: #fff;
	position: relative;
	line-height: 0;
}

.arrowTtl:after{
	border: 20px solid transparent;
	border-top: 15px solid #00d639;
	position: absolute;
	content: "";
	top: 100%;
	width: 0;
	height: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.introInner,.searchInner{
	background: #e5ffec;
	padding: 30px 2% 3%;
	text-align: center;
}

/************

table of contents

*************/

#toc{
	width: 60%;
	margin: 0 auto 5%;
	border: 1px #f99500 solid;
}

#toc h2 {
	background: #f99500;
	padding: 2% 0;
	color: #fff;
	font-size: 18px;
}

#toc h2 span{
	background: url(../img/beginner/tocIcon.png) no-repeat left center / 14px auto;
	padding: 0 0 0 20px;
}

.tocInner{
	margin: 0 auto;
	padding: 3% 8%;
	background: #fffde9;
}

.tocInner dt {
	border: 8px solid transparent;
	border-left: 10px solid #f99500;
	line-height: 0;
	width: 12%;
	float: left;
	margin: 1% 0;
	padding: 0 0 0 8px;
}

.tocInner dd {
	width: 80%;
	float: left;
	margin: 0.5% auto 1.5%;
}

.tocInner dd a {
	text-decoration: underline;
	color: #f99500;
}


/************

point common

*************/

.pointTtl {
	background: #00d639;
	padding: 4% 0;
	position: relative;
	margin: 10% 0 2%;
	color: #fff;
	line-height: 1.25;
	font-size: 24px;
}

img.pointTtlImg {
	position: absolute;
	left: 0;
	right: 0;
	top: -60%;
	margin: auto;
	width: 15%;
}

.pointText{
	width: 80%;
	margin: 0 auto 3%;
}

.pointText p{
	margin: 0 0 3%;
}

.pointText p strong{
	background:linear-gradient(transparent 60%, #fff100 0%);
	font-weight: bold;
}

#beginner .pointText h3 {
	border-top: 1px solid #0094bf;
	border-bottom: 1px solid #0094bf;
	padding: 2% 0;
	color: #0094bf;
	margin: 0 0 3%;
	font-size: 16px;
}

.pointText img{
	width: 48%;
	margin: 0 0 5%;
	float: right;
}

/*.pointText.left{
	width: 55%;
	float: left;
}*/
.pointText p.left{
	width: 50%;
	float: left;
}



/************

room

*************/

.check{
	border: 1px solid #f99500;
	display: table;
	font-size: 12px;
	width: 100%;
}

p.checkTtl{
	width: 20%;
	background: #f99500;
	display: table-cell;
	text-align: center;
	position: relative;
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
	font-size: 14px;

}

p.checkTtl::after {
	border: 10px solid transparent;
	border-left: 10px solid #f99500;
	position: absolute;
	content: "";
	top: 0;
	width: 0;
	height: 0;
	left: 100%;
	right: 0;
	margin: auto;
	bottom: 0;
}

p.checkTxt {
	padding: 1% 1% 1% 3%;
	display: table-cell;
}

/************

companion

*************/

ul.bodyStatus{
	width: 96%;
	margin: 0 auto 3%;
}

ul.bodyStatus li {
	background: #e5fcff;
	padding: 2%;
	float: left;
	margin: 0 1% 0;
	width: calc(100% / 3 - 2%);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-height: 530px;
}

ul.bodyStatus li h2{
	color: #003567;
	position: relative;
	display: inline-block;
	font-size: 18px;
	width: 100%;
}

ul.bodyStatus li h2:before,
ul.bodyStatus li h2:after{
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 30%;
	height: 1px;
	background: #003567;

}

ul.bodyStatus li h2:before{left: 0;}
ul.bodyStatus li h2:after{right: 0;}

ul.bodyStatus li img {
	width: 70%;
	margin: 5% auto;
	display: block;
}


/************

report common

*************/
.report{
	width: 94%;
	margin: 0 auto 5%;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAHUlEQVQYlWNgIAK8e/fuPzHqRhUSofDdu3f/icEApjRH7M2dg6YAAAAASUVORK5CYII=) repeat;
}

.reportTtl {
	background: #00b4bf url(../img/beginner/reportIcon.png) no-repeat 5% center / 14px auto;
	color: #fff;
	padding: 0.5% 1% 1% 3%;
	display: inline-block;
	position: relative;
	height: 30px;
	box-sizing: border-box;
}

.reportTtl::after {
	position: absolute;
	content: "";
	right: -25px;
	top: 0;
	border: transparent;
	border-right: solid 25px transparent;
	border-bottom: solid 30px #00b4bf;
}


.report h3 {
	color: #00b4bf;
	font-size: 20px;
	margin: 2% auto;
	position: relative;
	display: inline-block;
	width: 35%;
	padding: 1% 5%;
	line-height: 1.25;
	float: left;
}

.report h3:before,.report h3:after{
	content: '';
	width: 30px;
	height: 30px;
	position: absolute;
	display: inline-block;
}

.report h3:before{
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	left: 5%;
	top: 0;
}

.report h3:after{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	right: 5%;
	bottom: 0;
}

.reportWrap {
	position: relative;
	width: 55%;
	float: left;
}

.reportBtn {
	background: #ffc90f;
	color: #fff;
	padding: 2% 6% 2% 10%;
	position: relative;
	top: 60px;
	left: 350px;
	z-index: 99;
	border-radius: 40px;
	line-height: 40px;
	cursor: pointer;
}

.reportBtn::before {
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: rotate(-45deg);
	position: absolute;
	content: "";
	bottom: 40%;
	left: 10%;
	width: 10px;
	height: 10px;
}

.reportBtn:hover{
	background: #fff;
	color: #ffc90f;
	border: 1px solid #ffc90f;
	box-sizing: border-box;
}

.reportBtn:hover:before{
	border-color: #ffc90f;
}

.reportText {
	position: relative;
	overflow: hidden;
	height: 80px;
	padding: 0 20px 20px 20px;
	margin: -40px 0 20px;
}

.reportText::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 92%;
	height: 80px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	content: "";
	right: 0;
	margin: auto;
}

.reportTrigger {
  display: none; /*チェックボックスは常に非表示*/
}
.reportTrigger:checked + .reportBtn {
  display: none;
}
.reportTrigger:checked ~ .reportText {
  height: auto; 
  margin: 0;
}
.reportTrigger:checked ~ .reportText::before {
  display: none; 
}

.note{
	font-size: 12px;
}

/************

search

*************/

h3.searchTtl {
	background: #fff366;
	margin: 5% auto 3%;
	line-height: 30px;
	border-radius: 15px;
}

.searchItem {
	width: 48%;
	float: left;
	margin: 0 1%;
}

ul.btnList{
	margin: 0 auto 5%;
}

ul.btnList li{
	float: left;
	text-align: center;
}

.searchItem ul.btnList li{
	width: 32%;
	margin: 0 2% 0 0;
}

.searchAll ul.btnList li{
	width: 48%;
	margin: 0 4% 0 0;
}

ul.btnList li:last-child{
	margin: 0;
}

ul.btnList li a {
	background: -moz-linear-gradient(center top, #ff6c9d 0%,#ff216a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ff6c9d),color-stop(1, #ff216a));
	display: block;
	padding: 8% 0;
	color: #fff;
	border-radius: 4px;
}

.searchAll {
	border-top: 1px solid #00d639;
	padding: 2% 20% 0;
}



