@charset "UTF-8";

html{
	font-size:62.5%;
}

.top-caption p, .mid-container p, .comment p, .jiko_text p, .back{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.4rem;
}

.m-data{
	font-size:1.2rem!important;
	padding:20px 0;
}

.new-item-list li{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:1.1rem;
}

.text-buy:link, .text-buy:visited{
	color:#000;
}

h1, h2{
	font-family: 'Crimson Text', serif;
	text-align: center;
}

h1{
	font-size:4rem;
	letter-spacing:3px;	
}

h2{
	font-size:2.5rem;
}

.name h5{
	font-family: 'Crimson Text', serif;
	color:#F85E49;
}

.mid-wrapper{
	padding:50px 0;
}

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

.main-container{
	padding:60px 0;
}

.main-container:nth-of-type(odd), .jiko_soto{
	background-color:#E6E6E6;
}

.main-container:nth-of-type(odd) h1, .main-container:nth-of-type(odd) h2{
	color:#F85E49;
}

.main-container:nth-of-type(even) h1, .main-container:nth-of-type(even) h2{
	color:#4BB2AA;
}

.style-box{
	width:60%;
	margin:30px auto;
}

.style-big-img{
	width:60%;
	margin:40px auto 20px;
}

.style-mid-img{
	margin:30px 0;
	padding-bottom:30px;
	display:flex;
	justify-content: space-around;
}

.style-mid-img img{
	width:48%;
}

.comment{
	width:70%;
	margin:30px auto;
	box-sizing:border-box;
	padding:30px;
}

.main-container:nth-of-type(odd) .comment{
	background-color:rgba(255,255,255,0.60);
}

.main-container:nth-of-type(even) .comment{
	background-color:rgba(230,230,230,0.60);
}

.jiko_soto{
	margin:10px auto!important;
}

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

	.style-box{
		width:80%;
	}
	
	.jiko_text{
		margin-top:30px!important;
	}

}

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

	.mid-wrapper{
		width:90%!important;
	}

	.style-big-img{
		width:100%;
		margin:40px auto 30px;
	}
	
	.style-mid-img{
		margin:30px 0;
		padding-bottom:30px;
		display:block;
	}
	
	.style-mid-img img{
		width:100%;
		margin-bottom:15px;
	}
	
	.comment{
		width:100%;
	}

	.jikoshoukai{
		padding:20px!important;
	}


}
/* CSS Document */

