@charset "utf-8";
/* CSS Document */

/*全体の指定*/

html{
	font-size: 62.5%;
}

.body{
	font-family: "Noto Sans JP", "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Helvetica", "Yu Gothic", sans-serif;
	font-size: 1.6rem; /*16px*/
	line-height: 2;
	margin-left: auto;
	margin-right: auto;
}

img{
	width: 100%;
}

a {
	text-decoration: none;
}


ul{
	list-style: none;
}

.body p{
	margin: 3% 0;
}

.white-wrapper{
	width: 1080px;
	margin-left: auto;
    margin-right: auto;
}


/*  ページ内リンクの位置調整～上に余白を入れて、ネガティブマージンで見た目上はキャンセルする   */

a.anchor {
    display: block;
    padding-top: 150px;
    margin-top: -150px;
}











.main{
	width: 100%;
	position: relative;
	margin-bottom: 10%;
}

.main img{
	width: 100%;
}


.head_border{
	display: flex;
	align-items: center;
}

.head_border:before,.head_border:after{
	content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}


.head_border:before{
	margin-right: 1rem;
}


.head_border:after{
	margin-left: 1rem;
}


.head_border img{
	width: 80%;
}


.category{
	display: flex;
	justify-content: center;
	margin: 10px 0;
}

.circle{
	border-radius: 50%;
	background-color: #37CDEA;
	text-align: center;
	line-height: 80px;
	width: 80px;
	height: 80px;
	margin: 2px;
	font-size: 1.4rem;
	color: white;
}



/*プラスの装飾*/

.plus{
	font-weight:900;
}


.font_stlye{
	font-size: 1.4rem;
	line-height: 30px;	
}


/*キレイを保つアイテムの枠*/
.waku{
	position: relative;
  	display: inline-block;
  	height: 50px;
  	margin-left: 20%;
  	padding: 1rem 2rem 1rem 3rem;
  	color: #fff;
  	background:#F0DE0A;
}

.waku:before {
  position: absolute;
  top: 0;
  left: -30px;
  content: '';
  border-width: 25px 30px 25px 0;
  border-style: solid;
  border-color: transparent #F0DE0A transparent transparent;
}

.waku:after {
  position: absolute;
  top: calc(50% - 7px);
  left: -10px;
  width: 14px;
  height: 14px;
  content: '';
  border-radius: 50%;
  background: #fff;
}


.waku a{
	color: white;
}



.bn{
	position: relative;
}

.place_tit{
	text-align: center;
	align-items: center;
	font-size: 4rem;
	color: black;
}


.title_01{ 
	position: relative; /*吹き出しデザイン*/
  	padding: 1.5rem 2rem;
  	border-bottom: 3px solid #000;
  	border-left: 3px solid #000;
  	border-radius: 0 0 0 20px;
}

.title_01:before {
  position: absolute;
  right: 50px;
  bottom: -21px;
  width: 0;
  height: 0;
  content: '';
  border-width: 21px 21px 0 0;
  border-style: solid;
  border-color: #000 transparent transparent transparent;
}

.title_01:after {
  position: absolute;
  right: 54px;
  bottom: -14px;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 14px 0 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.bn img{
	width: 100%;
}


.conts_area{
	display: flex;
	justify-content: space-between;
}

.level{
	width: 25%;	
	padding: 2px;
}




.txt{
	width: 50%;
}


.items_4{
	display: flex;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	/*flex-direction: row;*/
	margin: 2% auto;
}

.items_4 li{
	margin: 2%;
	width: 45%;	
}


.center{
	text-align: center;
	width: 65%;
}


.item_margin{
	margin-bottom: 5%;
}

.item_margin_10{
	margin-bottom: 10%;
}


.item_margin_20{
	margin-bottom: 20%;
}

.item_margin_top10{
	margin-top: 10%;
}


.p_txt_1{
	font-size: 1.6rem;
	font-weight: bold;
}

.p_txt_2{
	font-size: 1rem;
}




.footer_box{
	width: 100%;
	position: relative;
}


.gameclear{
	position: absolute;
	top: 20%;
	left: 25%;
}


.gameclear img{
	width: 70%;
}


/* 点滅 */
.blink {
	-webkit-animation: blink 1s ease infinite normal;
	animation: blink 1s ease infinite normal;
}
@-webkit-keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes blink {
	0% {opacity: 0;}
	100% {opacity: 1;}
}




/*キラキラ装飾*/

.kirari:before,.kirari:after{
	content:"";
	display:inline-block;
	width:2em;
	height:2em;
	background:url("../img/kirari.png") no-repeat;
	background-size:contain;
	
}

.font_stlye_1{
	font-size: 2rem;
}



.hr{
	border: none;
	border-top: solid 2px #757575;
	border-bottom: solid 2px #757575;
	width: 80%;
	margin: 0 auto;
}



/*　　　スマホ対応　　　*/
@media screen and (max-width: 1024px){  /*  1024pxまではこの設定が適用される　*/
	
	.white-wrapper{
		width: 100%;
		line-height: 1.4;
	}
	
	.pc{
		display: none;
	}
	
	.sp{
		display: block;
	}
	

	h3{
		font-size: 1.4rem;
}
	
	p{
		font-size: 1.4rem;
	}
	
	
	.pct{
		width: 100%;
	}
	
	.txt{
		width: 100%;
	}
	
	.title_01{  
	font-size: 3rem;
}
	
	
	
	
	

}


/* PCのみ  */

@media screen and (min-width:1024px){/*  1024pxからはこの設定が適用される　*/
	
	.pc{
		display: block;
	}
	
	.sp{
		display: none;
	}
	
	.hover_move a:hover{/*カーソルを合わせると画像が拡大*/
	transform: scale(1.1,1.1);
	}
	
	.circle{
	border-radius: 50%;
	background-color: #37CDEA;
	text-align: center;
	line-height: 250px;
	width: 250px;
	height: 250px;
	margin: 2px;
	font-size: 4rem;
	color: white;
}
	
	.font_stlye{
	font-size: 2rem;	
}
	
	.head_border img{
	width: 60%;
}
	
	
	.items_4 img:hover{/*カーソル合わせたら透過する*/
	opacity: 0.7;
}
	
	.p_txt_2{
	font-size: 1.3rem;
}

	.gameclear{
	position: absolute;
	top: 25%;
	left: 35%;
}	
	
	.font_stlye_1{
	font-size: 3.5rem;
}
	
}




