/** Texts **/
.font-size-article16{
	font-size:16px;
}
.font-size-article10{
	font-size:10px;
}
.text-line-height-header{
	line-height:36px;
}
.text-line-height-article{
	line-height:28px;
}
.text-tokuten2{
	font-size:18px;
	line-height:28px;
}
.contact-wrap {
	background:rgba(255,255,255,0.5);
	width:100%;
	text-align:center;
}
/** images **/
.top-image {
	display:block;
	width:100%;
	filter: brightness(135%);
}
.place-desc-image {
	width:100%;
}
.place-intro-image {
	width:100%;
}
/** button **/
.back-to-top-button {
	display:block;
	width:50px;
}
.back-to-top-button img{
	width:100%;
}
/** list **/
.product-contents-list{
	width:400px;
	margin:0 auto;
	padding:0;
}
@media screen and (max-width:480px) {
	product-contents-list{
		width:90%;
	}
}
.flow-contents-list {
	width:500px;
	margin:0 auto;
	padding:0;
}
@media screen and (max-width:480px) {
	.flow-contents-list{
		width:90%;
	}
}
.place-intro-image-list {
	list-style:none;
	margin:0;
	padding:0;
	background-color:#000;
}
