@charset "UTF-8";

html{
	font-size:62.5%;
}

h1{
	letter-spacing:3px;	
	overflow-wrap: break-word;
}

p, ul li, a{
	font-family: 'Noto Sans JP', sans-serif;
}

h1, h2, h5{
	font-family: 'DM Serif Display', serif;
}

h1{
	font-size:4.5rem;
}

.mid-wrapper{
	width:900px;
	margin:50px auto;
	padding:30px 0;
	font-size:1.3rem;
}

.big-wrapper{
	width:100%;
	margin:40px 0;
}

.bg{
	background-color:#faf1e2;
}

.blue h1{
	color:#7daaaf;
}

.blue .style-comment{
	background-color:rgba(255,255,255,0.9);
	box-shadow: 10px 10px 0px -1px rgba(125,170,175,0.7);
}

.pink h1{
	color:#f2ab91;
}

.pink .style-comment{
	background-color:rgba(250,241,226,0.7);
	box-shadow: 10px 10px 0px -1px rgba(242,171,145,0.7);
}

.style-big-wrapper{
	width:900px;
	margin:auto;
	box-sizing: border-box;
	padding:70px 0 90px;
}

.style-box{
	display:flex;
	height: auto;
	align-items:center;
	justify-content: space-between;
	margin:20px 0;
	padding-bottom:20px;
}

.style-img{
	width:50%;
}

.style-comment{
	width:50%;
	box-sizing: border-box;
	padding:30px;
	margin:0 0 0 20px;
}

.style-comment p{
	font-size:1.3rem;
	margin-bottom:30px;
}

.new-item-list li{
	font-size:1.1rem;
}

.flex-img{
	display:flex;
	height: auto;
	align-items:flex-start;
	justify-content: space-between;
	margin-top:40px;
}

.flex-img img{
	width:calc(100% / 4);
}

.jiko_soto{
	background-color:rgba(250,241,226,0.6);
}

.jikoshoukai .sp-center{
	width:100%!important;
	margin-right:30px;
}

.sp-center{
	text-align: center!important;
}

.sp-center a{
	display:inline!important;
}

.jikoshoukai .name h5{
	text-align: center!important;
	color:#a9a0a3;
}

.jikoshoukai_img{
	padding:30px 0!important;
}

.jiko_text p{
	text-align: center!important;
}

/* タブレット */
@media screen and (max-width: 768px){
	
	.mid-wrapper, .style-big-wrapper{
		width:650px;
	}
	
	.jikoshoukai .sp-center img{
		width:40%!important;
	}
	
	.jikoshoukai .sp-center{
		margin-right:0!important;
	}
	
	.style-box{
		display:block;
	}
	
	.style-img{
		width:60%;
		margin:0 auto 30px;
	}
	
	.style-comment{
		width:100%;
		margin:auto;
	}

}

/* スマホ */
@media screen and (max-width:640px){

	.mid-wrapper{
		width:300px;
	}
	
	.style-big-wrapper{
		width:320px;
	}
	
	h1{
		font-size:3.5rem;
	}
	
	.style-img{
		width:100%;
	}
	
	.style-comment{
		margin-right:10px;
	}
	
	.flex-img img{
		width:49%;
		margin-bottom:7px;
	}

	.flex-img{
		flex-flow:row wrap;
	}


}
/* CSS Document */

