@charset "UTF-8";

html{
	font-size:62.5%;
}

.bg{
	padding:50px 0;
	background-image: url("img/bg-img.jpg");
	background-size:cover;
	background-attachment: fixed;
}

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

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

.flex, .skirt-flex{
	display:flex;
}

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

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

.main-container h1{
	font-family: 'Crimson Text', serif;
	font-size:5rem;
	text-align: center;
	color:#73734D;
}

.top-caption p, .fl-comment p, .comment p, .jiko_text p{
	font-size:1.3rem;
	color:#574C43;
}

.jiko_text a{
	font-size:1.2rem;
	color:#574C43;
}

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

.text-buy:link, .text-buy:visited, .new-item-list li{
	color:#574C43!important;
}

.main-container{
	width:70%;
	margin:50px auto 80px;
	padding:40px 0;
	background-color:rgba(255,254,254,0.50);
}

.style-main-img{
	width:55%;
	margin:20px auto;
}

.style-double-img{
	width:90%;
	margin:40px auto;
	padding:40px 0 20px;
}

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

.top{
	top:-20px;
	left:30px;
	z-index:10;
}

.left{
	top:30px;
	right:30px;
	z-index:12;
}

.comment, .fl-comment{
	margin:40px auto;
	box-sizing: border-box;
	padding:30px 0;
}

.fl-comment{
	width:90%;
}

.comment{
	width:50%;
}

.skirt-flex{
	justify-content: space-between;
	align-items: center;
}

.skirt-img{
	width:45%;
}

.skirt-comment{
	width:48%;
}

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

.jiko_text p{
	margin-bottom:10px;
	color:#574C43!important;
}

.jiko_soto{
	margin:-30px auto 0;
	padding:0;
	background-color:#CCCC99;
}

.jikoshoukai_img img{
	width:48%;
	margin:10px 0;
	padding-bottom:10px;
}

.name h5{
	font-family: 'Crimson Text', serif;
	font-weight:600;
	color:#574C43;
}

.sp-center a{
	padding:8px 0 15px;
	color:#574C43!important;
}

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

.center-img{
	width:55%!important;
	margin:30px auto;
}

.jikoshoukai-img-box .new-item-list li{
	text-align: center!important;
}


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

	.top-caption{
		width:70%;
	}
	
	.main-container{
		width:90%;
		padding-top:60px;
	}
	
	.top{
		left:40px;
	}
	
	.left{
		right:10px;
	}
	
	.skirt-flex{
		display: block;
	}
	
	.skirt-img{
		width:40%;
		margin:30px auto;
	}
	
	.skirt-comment{
		width:70%;
		margin:auto;
	}
	
	.comment{
		width:70%;
		padding:20px;
	}
		
}


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

	.bg::before {
	  background: url("img/sp-bg-img.jpg") no-repeat center;
	  background-size: cover;
	  content: "";
	  display: block;
	  position: fixed;
	  top: 0;
	  left: 0;
	  z-index: -1;
	  width: 100%;/* 横幅いっぱい */
	  height: 100vh;/* 縦幅いっぱい */
	}
	
	.bg{
		background:none;
	}
	
	.top-img, .mid-wrapper, .top-caption{
		background-color: #fff;
		width:100%!important;
	}
	
	.mid-wrapper{
		box-sizing: border-box;
		padding:20px 40px;
	}
	
	.main-container h1{
		font-size:3.5rem;
	}
	
	.main-container{
		width:92%;
		padding:40px 0 10px;
	}
	
	.style-main-img{
		width:80%;
		margin:40px auto;
	}
	
	.style-double-img{
		margin:20px auto;
		padding:40px 0 0;
	}
	
	.style-double-img img{
		width:80%;
		position:relative;
	}
	
	.main-container .flex{
		display: block;
	}
	
	.top{
		top:0;
		left:0;
	}
	
	.left{
		top:-10px;
		left:60px;
	}
	
	.fl-comment{
		margin:20px auto 40px;
		padding:20px 0;
	}
	
	.skirt-flex{
		width:90%;
		margin:auto;
	}
	
	.skirt-img{
		width:70%;
	}
	
	.skirt-comment{
		width:90%;
	}
		
	.comment{
		width:90%;
		padding:20px;
	}
	
	.jikoshoukai{
		box-sizing: border-box;
		padding:40px 30px;
	}
	
	.center-img{
		width:70%!important;
		padding:15px 0;
	}
	
	.jikoshoukai, .jikoshoukai div{
		margin:0 auto!important;
	}
	
	.jikoshoukai_img{
		display:block;
	}
	
	.jikoshoukai_img img{
		width:100%;
		margin-bottom:5px;
	}
	
	footer{
		margin-top:-10px!important;
		padding-top:50px!important;
		background-color:#fff;
	}

}
/* CSS Document */

