@charset "UTF-8";

h2, h3{
	color:#000;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

/*.comment-box h2, .comment-box p{
	line-height:1.9!important;
}*/

p{
	text-align: justify;
}

.style-big-box{
	width:900px;
	margin:20px auto;
	padding:40px 0 0;
	display:flex;
	justify-content:space-between;
	align-items: flex-start;
}

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

.comment-box{
	width:48%;
}

.staffname{
	font-size:1.6rem;
}

.height{
	font-size:1.3rem;
	color:#666;
}

.shopname{
	font-size:1.5rem;
}

.update{
	font-size:1.2rem;
	color:#666;
	padding:15px 0;
}

.staff-comment{
	margin:30px 0;
	padding:15px 0 25px;
}

.staff-comment p{
	font-size:1.3rem;
}

.caution{
	font-size:1.1rem!important;
	margin-top:20px;
}

.item-box{
	border-top:1px solid #ccc;
	margin:20px 0;
	padding-top:40px;
}

.item-box h3{
	font-size:1.5rem;
}

.item-flex{
	display:flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap:40px 30px;
}

.item-small-box{
	width:calc((100% - 30px * 2) / 3);
}

/*問合せボタン*/

.button_box{
	margin:10px 0 30px;
	padding-bottom:30px;
}

.itempage{
	padding-left:0;
}

.mid_button a{
	height:100%;
	display: block;
	width:200px;
	margin:0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.itempage{
	color:#fff;
	font-weight:bold;
}

.button_box p{
	margin-top:0;
	text-align: center;
	font-size:1.2rem;
}

.online_button{
	width:200px;
	padding:10px 5px;
}

.online_button{
	background-color:#364f72;
}


.online_button:hover{
	background-color:#4E709F;
  -webkit-transition: all .3s;
  transition: all .3s;
}


/*アイテムリスト*/
.new-item-list{
	width:100%;
	box-sizing: border-box;
}

.new-item-list li{
	font-size:1.2rem;
	margin:7px 0;
	text-align:initial;
}

.text-buy{
	text-decoration: underline;
}

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

.text-buy:hover{
	color:#cccccc;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.item-small-box a img:hover{
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
}

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

	.style-big-box{
		width:650px;
	}

}

/* スマホ */
@media screen and (max-width:640px){
	.pc{
		display:none;
	}
	
	.sp{
		display:block;
	}
	
	.style-big-box{
		width:320px;
		display:block;
	}
	
	.style-img-big, .comment-box{
		width:100%;
	}

	.comment-box{
		margin-top:25px;
	}
	
	.staff-comment p{
		font-size:1.4rem;
	}
	
	.caution{
		margin-top:30px;
	}

	.mid_button .itempage::before{
		content:"\f879";
		font-family: "FontAwesome";
		color:#fff;
		font-size:1.4rem;
		vertical-align: middle;
		margin-right:5px;
	}
	
	.button_box p{
		margin-top:0;
		text-align: center;
		font-size:1.4rem;
	}



}
/* CSS Document */

