@charset "utf-8";
/* massage */
@keyframes catch {
	0% {
		background-position:left top;
	}
	100% {
		background-position:-811px top;
	}
}
@keyframes catch_bottom {
	0% {
		background-position:left top;
	}
	100% {
		background-position:-936.5px top;
	}
}
@keyframes catch_pc {
	0% {
		background-position:left top;
	}
	100% {
		background-position:-1622px top;
	}
}
@keyframes catch_bottom_pc {
	0% {
		background-position:left top;
	}
	100% {
		background-position:-1873px top;
	}
}
#massage {
	padding:30px 15px 0;
}
#massage h1 {
	color:#FFCC33;
	font-weight:bold;
	font-size:18px;
	font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E",serif;
	text-align:center;
	line-height:.9;
}
#massage h1 img {
	height:8px;
}
#massage p.copy {
	margin:30px 0 10px;
	text-align:center;
}
#massage p.copy strong {
	display:block;
	margin-bottom:10px;
	color:#310204;
	font-size:18px;
	font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E",serif;
}
#massage p.copy span {
	color:#776138;
	font-size:13px;
	font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E",serif;
}
#massage p.copy + p {
	font-size:11px;
}

#massage h2 {
	font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E",serif;
}
div.catch {
	height:135px;
	margin:20px -15px 30px;
	background: url(../img/massage/catch_img.jpg) repeat-x left top;
	background-size: cover;
	animation: catch 30000ms linear infinite;
}
#lesson div.belt {
	position:relative;
	margin:0 -15px 95px;
	padding-left:15px;
	background:#EFE3BF;
}
#lesson div.belt h2 {
	display:inline-block;
	padding:5px 22px 2px 20px;
	background:#fff;
	color:#553014;
	font-size:17px;
	line-height:1;
}
#lesson div.belt span {
	display:inline-block;
	margin-top:-6px;
	vertical-align:top;
}
#lesson div.belt h2 img {
	width:53px;
}
#lesson div.belt p {
	position:absolute;
	top:85px;
	left:15px;
	font-size:10px;
}
#lesson > section {
	margin:0 -15px;
	padding:25px 15px 35px;
}
#lesson > section:nth-of-type(odd) {
	background:#E9E5DE;
}
#lesson > section div.img {
	width:68%;
	margin:0 auto;
}
#lesson > section div.point {
	width:45px;
	margin:15px auto;
	text-align:center;
}
#lesson > section h3 {
	margin-bottom:10px;
	color:#CB9F28;
	font-weight:bold;
	font-size:13.5px;
	font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E",serif;
	line-height:1.5;
}
#lesson > section p {
	font-size:11px;
}

#brush_up h2 {
	margin:0 -15px;
	padding:20px 0;
	background:#E9E5DE;
	color:#311E19;
	font-weight:bold;
	font-size:14px;
	text-align:center;
	line-height:1.5;
}
#brush_up div.catch {
	height:125px;
	margin:0 -15px 35px;
	background-image: url(../img/massage/bottom_catch_img.jpg);
	animation: catch_bottom 34642ms linear infinite;
}
#brush_up div.desc {
	margin:0 -15px;
	padding:23px 15px;
	background: url(../img/massage/dotted_line.png) repeat-x left top, url(../img/massage/dotted_line.png) repeat-x left bottom;
	background-size:auto 3px;
}
#brush_up div.desc div.img {
	width:272px;
	margin:0 auto 20px;
}
#brush_up div.desc h3 {
	width:82px;
	margin:0 0 10px 10px;
}
#brush_up div.desc p {
	font-size:11px;
}


@media screen and (min-width: 768px) {
	#massage {
		padding:60px 0;
	}
	#massage h1 {
		font-size:40px;
	}
	#massage h1 img {
		height:13px;
	}
	#massage p.copy {
		margin:30px 0 20px;
	}
	#massage p.copy strong {
		font-size:26px;
	}
	#massage p.copy span {
		font-size:20px;
	}
	#massage p.copy + p {
		font-size:14px;
		text-align:center;
	}
	div.catch {
		height:270px;
		margin:30px 0 40px;
		animation: catch_pc 60000ms linear infinite;
	}
	#lesson div.belt {
		margin:0 0 40px;
		padding-left:0;
	}
	#lesson div.belt > div {
		overflow:hidden;
		width:1000px;
		margin:0 auto;
	}
	#lesson div.belt h2 {
		float:left;
		padding:16px 44px 0px 40px;
		font-size:34px;
	}
	#lesson div.belt span {
		display:inline-block;
		margin-top:-15px;
		vertical-align:top;
	}
	#lesson div.belt h2 img {
		width:105px;
	}
	#lesson div.belt p {
		position: static;
		float:left;
		width:575px;
		margin:30px 0 0 35px;
		font-size:14px;
	}
	#lesson > section {
		margin:0;
		padding:0;
	}
	#lesson > section > div {
		display:table;
		width:1000px;
		margin:0 auto;
		padding:50px 70px 40px;
	}
	#lesson > section > div > div {
		display:table-cell;
		vertical-align:middle;
	}
	#lesson > section div.img {
		width:450px;
		padding-right:50px;
	}
	#lesson > section div.point {
		width:90px;
		margin:50px auto 20px;
	}
	#lesson > section h3 {
		margin-bottom:15px;
		font-weight:normal;
		font-size:20px;
	}
	#lesson > section p {
		font-size:14px;
	}
	
	#brush_up h2 {
		margin:0;
		padding:70px 0 50px;
		font-size:30px;
	}
	#brush_up div.catch {
		height:250px;
		margin:0 0 50px;
		animation: catch_bottom_pc 69284ms linear infinite;
	}
	#brush_up div.desc {
		margin:0;
		padding:64px 0 54px;
		background-size:auto 4px;
	}
	#brush_up div.desc > div {
		display:table;
		width:1000px;
		margin:0 auto;
	}
	#brush_up div.desc > div > div {
		display:table-cell;
		vertical-align:top;
	}
	#brush_up div.desc div.img {
		width:648px;
		padding:0 36px 0 28px;
	}
	#brush_up div.desc h3 {
		width:164px;
		margin:70px 0 15px;
	}
	#brush_up div.desc p {
		font-size:14px;
	}
	#massage ul.btn_list {
		overflow:hidden;
		width:1000px;
		margin:80px auto 20px;
	}
	#massage ul.btn_list li {
		float:left;
		width:320px;
		margin-right:20px;
	}
	#massage ul.btn_list li:nth-of-type(3) {
		margin:0;
	}
	p.contact_btn.web.page a {
	    padding: 30px 0 0 80px;
	}
}