@charset "UTF-8";

html{
	font-size:62.5%;
}

.flex{
	display:flex;
}

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

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

h1{
	font-family: 'Caveat', cursive;
	font-size:5.5rem;
	color:#006837;
}

h2, h3{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	color:#000;
}

.name h5{
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:700;
	color:#006837;
}

h2{
	font-size:1.7rem;
}

h3{
	font-size:1.5rem;
}

h1, h2, h3{
	text-align:center;
	line-height: 1.8;
}

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

.bg-white{
	background-color:#fff;
}

.bold{
	font-weight:bold;
	margin-right:15px;
}

.top-caption p, .bg-wrap-first p, .bgbg-wrap p, .jiko_text p{
	font-size:1.4rem;
	color:#000;
}

.mid-wrapper{
	box-sizing: border-box;
	padding:40px 0;
}

.top-caption{
	width:55%;
	margin:50px auto;
}

.top-caption p{
	margin-bottom:30px;
}

.bg-wrap-first, .bgbg-wrap{
	width:100%;
	box-sizing: border-box;
	padding:40px 0;
}

.bg-wrap-first{
	background-color:#f2f2f2;
}

.bgbg-wrap:nth-of-type(odd){
	background-color:#e8d7c5;

}

.bgbg-wrap:nth-of-type(even){
	background-color:#f1e7dc;

}

.main-wrapper, .style-wrapper{
	width:60%;
	margin:40px auto;
}

.title{
	padding:20px 0;
}

.caption{
	box-sizing: border-box;
	padding:30px;
}

.logo-img{
	width:50%;
	margin:40px auto 0;
}

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

.ex-list{
	width:80%;
	margin:60px auto 30px;
	box-sizing: border-box;
	padding:25px;
	background-color:rgba(255,255,255,0.80);
}

.ex-list ul{
	margin-left:20px;
	
}

.ex-list ul li{
	list-style-type: disc!important;
	font-size:1.4rem;
	margin-bottom:10px;
}

.item-credit p{
	text-align: center;
}

.pt-buy a{
	display:block;
	width:300px;
	margin:20px auto;
	background-color:#006837;
	color:#fff;
	font-weight:bold;
	font-size:1.5rem;
	text-align: center;
	border-radius:5px;
}

.pt-buy a:hover{
	background-color:#009946;
	transition:.3s;
}

.style-wrapper{
	width:70%;
	margin:0 auto 50px;
}

.style-img, .style-img-yoko{
	width:50%;
	margin:20px auto;
}

.comment{
	width:65%;
	margin:60px auto 80px;
	box-sizing: border-box;
	padding:30px;
	background-color:rgba(255,255,255,0.60);
}

.comment .new-item-list{
	padding-top:30px;
}

.jiko_soto{
	margin:0 auto!important;
}

.jiko_sep_img{
	width:70%!important;
	margin:40px auto;
}

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

	.top-caption, .main-wrapper{
		width:70%;
	}
	
	.logo-img, .item-img, .style-img, .style-img-yoko{
		width:80%;
	}
	
	.ex-list, .comment{
		width:100%;
	}
	
	.jiko_sep_img{
		padding:40px 0;
	}
	
}

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

	.mid-wrapper, .main-wrapper, .style-wrapper{
		width:90%!important;
	}
	
	.caption{
		padding:0;
	}
	
	.main-wrapper{
		box-sizing:border-box;
		padding:30px 15px;
	}
	
	.logo-img, .item-img, .style-img, .style-img-yoko{
		width:100%;
	}
	
	h1{
		font-size:3.5rem;
	}
	
	.jiko_sep_img{
		padding:25px 0;
	}
	
	.jiko_text{
		box-sizing: border-box!important;
		padding:0 30px!important;
	}
}
/* CSS Document */

