@charset "UTF-8";

html{
	font-size:62.5%;
}

.flex{
	display:flex;
}

.reverse{
	flex-direction: row-reverse;
}

p, ul li, .jiko_text a, .sp-center a{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:400;
}

.strong{
	background:linear-gradient(transparent 60%, #F0E311 60%) !important;
}

.top-caption p, .bg-wrap p{
	font-size:1.3rem;
}

.bg-wrap h2, .bg-wrap h3, .name h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
}

.bg-wrap h2{
	font-size:2rem;
	text-align: center;
	margin-bottom:10px;
}

.bg-wrap h3{
	font-size:1.6rem;
	box-sizing: border-box;
	text-align: center;
}

.name h5{
	color:#03A688;
}

.style-comment h2{
	margin-bottom:0!important;
}

.bg-wrap h1{
	font-family: 'Shadows Into Light', cursive;
	letter-spacing:3px;
	text-align: center;
	margin:30px 0 50px;
	font-size:5rem;
}

.item-img h1{
	font-size:5.5rem;
	display:block;
	transform: rotate(-5deg);
	position:relative;
	top:-105px;
	right:-13px;
	text-align:right!important;
	color:#03A688;
}

.mid-wrapper{
	width:100%;
	box-sizing: border-box;
	padding:40px 0 20px;
	background-color:#fff;
}

.top-caption{
	width:700px;
	margin:30px auto;
}

.bg-wrap{
	width:100%;
	box-sizing: border-box;
	padding-top:30px;
	padding-left:20px;
	padding-right:20px;
}

.bg-wrap:nth-of-type(odd){
	padding-bottom:50px;
}

.bg-wrap:nth-last-of-type(2){
	background-color:#F2F2F2;
	padding-bottom:60px;
	
}

.item-wrapper, .style-wrapper{
	align-items: center;
	justify-content: space-between;
}

.item-wrapper{
	width:60%;
	margin:40px auto -100px;
}

.item-img{
	width:50%;
	position:relative;
}

.item-caption{
	width:45%;
	margin-top:-170px;
	box-sizing: border-box;
	padding:10px;
}

.item-caption p, .style-comment p{
	box-sizing: border-box;
	padding:20px 0;
}

.style-wrapper{
	width:70%;
	margin:70px auto 0;
	padding-bottom:40px;
}

.style-img{
	width:55%;
}

.style-comment{
	width:40%;
}

.jiko_soto{
	margin:-10px auto 0;
	padding:0;
	background-color:#F2F2F2;
}

.jiko_text p{
	padding:20px 0;
}


/*タブレット*/
@media screen and (max-width: 820px){

	.top-caption{
		width:70%!important;
	}
	
	.bg-wrap{
		padding:20px 0;
	}
	
	.item-wrapper, .style-wrapper{
		width:85%;
	}

}

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

	.flex{
		display:block;
	}
	
	.bg-wrap{
		padding-bottom:0;
	}
	
	.top-caption p, .bg-wrap p{
		font-size:1.4rem;
	}

	.top-caption, .item-wrapper, .style-wrapper{
		width:90%!important;
	}
	
	.item-wrapper{
		margin:40px auto 0;
	}
	
	.item-img, .item-caption, .style-img, .style-comment{
		width:100%;
	}
	
	.item-caption{
		margin-top:-150px;
	}

	.style-comment{
		margin-top:15px;
		box-sizing: border-box;
		padding:0 10px;
	}
	
	.jikoshoukai div{
		width:90%!important;
	}
	
	.jikoshoukai_img{
		display:flex;
	}
	
	.jikoshoukai_img img{
		width:50%;
	}

}
/* CSS Document */

