@charset "utf-8";
/* CSS Document */


/***全体にかかる設定***/
.max_w1200{max-width: 1200px;}
.width90 {
    width: 90%;
	margin: 0 auto;
}
.papercraft .sec_flex{
	display: flex;
	justify-content: center;
}
.papercraft .bg_yellow{background-color: #fdffda;}
@media screen and (max-width: 750px){
	.papercraft .sec_flex{
		flex-direction: column;
	}
}

/***おうちで～***/
.papercraft .t_m{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 120px;
}
@media screen and (max-width: 750px){
	.papercraft .t_m{
		text-align: left;
		display: inline-block;
		margin: 0 auto;
		font-size: 15px;
		margin-bottom: 60px;
	}
}

/***遊び方・用意するもの***/
.papercraft .asobikata{
	max-width: 1120px;
	margin: 0 auto;
    justify-content: space-between;
	margin-bottom: 93px;
}

.papercraft .asobikata .bg_yellow{
	border-radius: 10px;
	height: 133px;
    align-content: center;
	justify-items: center;
}
@media screen and (max-width: 750px){
	.papercraft .asobikata{
		max-width: 100%;
		margin-bottom: 50px;
	}

	.papercraft .asobikata .bg_yellow{
		border-radius: 10px;
		height: auto;
		padding: 20px;
	}
}
/***遊び方（緑）***/
.papercraft .window{
	position: relative;
	width: 49%;
	background-color: #c3eb6e;
	border-radius: 20px;
	padding: 30px;
}
.papercraft .window img{
	position: absolute;
	top: -40px;
	left: 36%;
}
@media screen and (max-width: 750px){
	.papercraft .window{
		width: 100%;
		border-radius: 10px;
		padding: 20px;
		margin-bottom: 60px;
	}
	.papercraft .window img{
		top: -42px;
		left: 39%;
		width: 30%;
	}
}
@media screen and (max-width: 570px){
	.papercraft .window img{
		top: -39px;
		left: 36%;
		width: 37%;
	}
}
@media screen and (max-width: 400px){
	.papercraft .window img{
		top: -33px;
		left: 30%;
		width: 50%;
	}
}
/***用意するもの（水色）***/
.papercraft .right{background-color: #c3f0fa;}
.papercraft .right img{left: 31%;}
.papercraft .right .list{
	text-align: left;
	margin: 0 auto;
}
.papercraft .right .list span{
	display: block;
	position: relative;
	padding: 5px 0 5px 35px;
}
.papercraft .right .list span::before{
	content: url(../img/1.png);
	position: absolute;
	top: 18%;
	left: 0px;
}
.papercraft .right .list span:nth-of-type(2)::before{
	content: url(../img/2.png);
}
@media screen and (max-width: 750px){
	.papercraft .right{margin-bottom: 0px;}
	.papercraft .right img {
		left: 35%;
		width: 35%;
		top: -39px;
	}
}
@media screen and (max-width: 570px){
	.papercraft .right img {
		left: 31%;
		width: 44%;
		top: -38px;
	}
}
@media screen and (max-width: 400px){
	.papercraft .right img {
		left: 27%;
		width: 55%;
		top: -31px;
	}
}


/***各ペーパークラフトの説明***/
.papercraft .craft_list{
	padding: 50px 0;
	text-align: left;
	font-weight: bold;
	margin-bottom: 40px;
}
.papercraft .craft_list:last-of-type{
	margin-bottom: 0px;
}
@media screen and (max-width: 750px){
	.papercraft .craft_list .sec_flex{
		flex-direction: column;
	}
	.papercraft .craft_list{padding: 30px 5%;}
}
	
.papercraft .craft_list_contents .setumei{max-width: 34%;}
@media screen and (max-width: 750px){
	.papercraft .craft_list_contents .setumei{max-width: 100%;}
}


/***完成図***/
.papercraft .craft_list_contents .craftimg{
	margin-right: 8%;
	max-width: 400px;
}
.papercraft .craft_list_contents .craftimg img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 900px){
	.papercraft .craft_list_contents .craftimg{
		margin-right: 4%;
	}
}
@media screen and (max-width: 750px){
	.papercraft .craft_list_contents .craftimg{
		margin-right: 0;
		max-width: 100%;
	}
}

/***ダルマ太字***/
.papercraft .craft_list_contents b{
	font-size: 50px;
	display: block;
}
@media screen and (max-width: 750px){
	.papercraft .craft_list_contents b{
		margin-bottom: 15px;
		text-align: center;
	}
}


.papercraft .craft_list_contents .setumei p{margin-bottom: 60px;}
@media screen and (max-width: 750px){
	.papercraft .craft_list_contents .setumei p{margin-bottom: 40px;}
}


/***むずかしさ***/
.papercraft .craft_list_contents .star{
	display: flex;
	padding: 13px 30px;
	background-color: #ffef37;
	border-radius: 50px;
	max-width: 325px;
    justify-content: center;
	margin-bottom: 50px;
}
.papercraft .craft_list_contents .star img{
	margin-right: 0;
	object-fit: contain;
}
.papercraft .craft_list_contents .star p{
	margin-right: 10px;
	margin-bottom: 0;
}
@media screen and (max-width: 900px){
	.papercraft .craft_list_contents .star{
		flex-direction: column;
        text-align: center;
	}
	.papercraft .craft_list_contents .star p{
		margin-right: 5px;
	}
}
@media screen and (max-width: 750px){
	.papercraft .craft_list_contents .star{
		max-width: 100%;
		margin-bottom: 30px;
		flex-direction: row;
	}
}


/***ボタン***/
.papercraft .craft_list_contents .setumei .sec_flex{
	justify-content: space-between;
}
@media screen and (max-width: 1300px){
	.papercraft .craft_list_contents .setumei .sec_flex{
		flex-direction: column;
	}
}
.papercraft .craft_list_contents .setumei a{
	position: relative;
	text-decoration: none;
	padding: 10px 38px;
	background-color: #ffffff;
	border-radius: 50px;
	border: 3px solid #000000;
	text-align: center;
}
.papercraft .craft_list_contents .setumei a::after{
	position: absolute;
	content: "▶";
	font-size: 10px;
	top: 33%;
    right: 5%;
}
@media screen and (max-width: 1300px){
	.papercraft .craft_list_contents .setumei a{
		margin-bottom: 10px;
	}
}

