﻿@charset "UTF-8";
/*------------------------------
67 ショッピングガイド
------------------------------*/

.guide_content.note h2 {
	font-weight:700;
	font-size:16px;
	line-height:1.5;
}
.guide_content {
	margin-bottom: 60px;
}


@media screen and (max-width: 640px) {
	.guide_content.note h2 {
		padding-top:30px;
		text-align:center;
	}
	.guide_content.note article p{
		display:block;
		padding:0 15px 0 15px;
	}
}
@media screen and (max-width: 480px) {


}