﻿@charset "utf-8";
/*---------------header画像---------------*/
#contents_top{
	box-sizing: border-box;
	width:1200px;
	margin:0 auto;
	position:relative;
}
#topImage{
	position:relative;
	margin-bottom: 62px;
}
#topImage img{
	width:100%;
}
.pink{
	background-color:#F3E5E2;
	position:relative;
}
.top_pad32{
	padding-top:32px;
}
.topTitlesub{
	box-sizing: border-box;
	position: absolute;
	top: -24px;
	text-align: center;
	font-size: 32px;
	color: #AD4E39;
	width: 100%;
	font-weight: bold;
	left: 0;
	right: 0;
	padding:0;
}
.normalBtn a{
	width:33%;
    top: 69%;
    left: 18%;
}
.pc_only{
	display:block;
}
.sp_only{
	display:none;
}
