@charset "UTF-8";

html{
	font-size:62.5%;
}

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

p{
	font-weight:400;
	font-size:1.3rem;
	color:#2f4f4f;
}

.credit{
	color:#000;
}

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

.mid-wrapper p{
	color:#000!important;
}

.first-wrapper, .second-wrapper, .third-wrapper, .fourth-wrapper{
	padding:50px 30px;
	box-sizing: border-box;
}

.first-wrapper{
	margin-top:50px;
}

.first-wrapper, .third-wrapper{
	background-color:#f0eac8;
}

.second-wrapper, .fourth-wrapper{
	background-color:#94bea6;
}

.style-wrap{
	width:900px;
	margin:30px auto;
}

.style-title img{
	width:25%;
	transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.style-title h1{
	margin:10px 30px;
	font-size:2.8rem;
	color:#000;
	line-height:1.8;
	letter-spacing:3px;	
	overflow-wrap: break-word;
	text-align: justify;
}

.bg-block{
	background-color:#fff;
	padding:0 5px;
	margin-bottom:5px;
}

.style-flex{
	display:flex;
	height: auto;
	align-items:center;
	justify-content: space-between;
}

.style-img-big{
	width:53%;
}

.comment{
	width:45%;
	background-color:#fff;
	box-sizing: border-box;
	padding:30px;
}

.comment p{
	margin-bottom:20px;
}

.comment p:last-of-type{
	margin-bottom:0;
}

.items{
	width:500px;
	background-color:#fff;
	padding:30px;
	box-sizing: border-box;
	margin:20px auto;
}

.img-box{
	margin-top:50px;
}

.img-box img{
	margin:10px 0;
}

.right img{
	width:40%;
}

.right div{
	text-align: right;
}

.center img{
	width:30%;
}

.center div{
	text-align: center;
}

.left img{
	width:45%;
}

.left div{
	text-align: left;
}

.jiko_soto{
	background-color:#f0eac8;
	margin-top:0!important;
}

.jikoshoukai_img{
	margin:30px 0;
}

.jiko_text p{
	padding-bottom:20px;
}

.jiko_text p:last-of-type{
	padding-bottom:0;
}

.name h5{
	color:#265741;
}
.big_button p{
	color:#fff!important;
}


/* タブレット */
@media screen and (max-width: 768px){
	
	.mid-wrapper{
		width:500px;
	}
	
	.style-wrap{
		width:700px;
	}
	
	.jiko_soto{
		padding-bottom:30px;
	}

}

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

	.mid-wrapper{
		width:300px;
	}
	
	.style-wrap, .items{
		width:320px;
	}
	
	.style-flex{
		display:block;
	}
	
	.style-img-big, .comment{
		width:100%;
	}
	
	.comment{
		margin-top:20px;
	}
	
	.style-title img{
		width:70%;
	}

	.style-title h1{
		margin:10px;
		font-size:2rem;
	}

	.img-box{
		margin-top:30px;
	}
	
	.right img{
		width:50%;
	}

	.center img{
		width:60%;
	}

	.left img{
		width:65%;
	}
	
	.w-caption, .jikoshoukai, .jikoshoukai div{
		margin-top:0;
	}

}


/* CSS Document */

