@charset "shift_jis";
/* CSS Document */

#contentsArea {
	width: 100%;
}
#contentsArea #root,
#contentsArea #pagetop {
	width: 950px;
	margin: 0 auto;
}
#Eglantier {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 13px;
	color: #4d3317;
	width: 950px;
	margin: 0 auto 30px;
}
#Eglantier a:link {
	color: #333333;
	text-decoration: none;
}
#Eglantier a:hover {
	color: #e45279;
	text-decoration: underline;
}
#Eglantier a:visited {
	text-decoration: none;
}
#Eglantier #Header {
	background: url(../img/mainBg.jpg) no-repeat 0 0;
	width: 950px;
	height: 446px;
	margin: 0;
	padding: 0;
	position: relative;
}
#Eglantier #Header h1#mainVisual {
	background: url(../img/mainVisual.png) no-repeat 0 0;
	text-indent: -9999px;
	width: 910px;
	height: 357px;
}
#Eglantier #Header .pageMenu {
	width: 890px;
}
#Eglantier #Header .pageMenu ul {
	width: 900px;
	height: 48px;
	margin-right: -10px;
	overflow: hidden;
	position: absolute;
	top: 377px;
	left: 30px;
}
#Eglantier #Header .pageMenu ul li {
	float: left;
	margin-right: 10px;
	padding: 0;
}
/* /sec01 */
#sec01 {
	background: url(../img/sec01Bg.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 956px;
}
/* /sec01 */

/* sec02 */
#sec02 {
	height: 2513px;
	position: relative;
}
#sec02 p.sec02bg01 {
	background: url(../img/sec02-01Bg.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 1245px;
	margin: 0;
	padding: 0;
}
#sec02 p.sec02bg02 {
	background: url(../img/sec02-02Bg.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 1268px;
	margin: 0;
	padding: 0;
}
#sec02 p.sec02btn {
	position: absolute;
	bottom: 48px;
	left: 215px;
}
/* /sec02 */

/* sec03 */
#sec03 {
	height: 2426px;
	position: relative;
}
#sec03 p.sec03bg01 {
	background: url(../img/sec03-01Bg.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 1261px;
	margin: 0;
	padding: 0;
}
#sec03 p.sec03bg02 {
	background: url(../img/sec03-02Bg.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 1165px;
	margin: 0;
	padding: 0;
}
#sec03 p.sec03btn {
	position: absolute;
	bottom: 48px;
	left: 215px;
}
/* /sec03 */

/* sec04 */
#sec04 {
	height: 5068px;
	position: relative;
}
#sec04 p.sec04bg01 {
	background: url(../img/sec04-01Bg.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 1284px;
	margin: 0;
	padding: 0;
}
#sec04 p.sec04bg02 {
	background: url(../img/sec04-02Bg.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 1203px;
	margin: 0;
	padding: 0;
}
#sec04 p.sec04bg03 {
	background: url(../img/sec04-03Bg.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 1273px;
	margin: 0;
	padding: 0;
}
#sec04 p.sec04bg04 {
	background: url(../img/sec04-04Bg.jpg) no-repeat 0 0;
	text-indent: -9999px;
	height: 1308px;
	margin: 0;
	padding: 0;
}
#sec04 p.sec04btn {
	position: absolute;
	bottom: 48px;
	left: 215px;
}
/* /sec04 */


.mt0 {
	margin-top: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.mb0 {
	margin-bottom: 0 !important;
}
.ml0 {
	margin-left: 0 !important;
}
.returnTop {
    position: fixed;
    bottom: 230px;
    right: 10px;
    display: block;
    height: 60px;
    width: 60px;
    text-align: right;
    -webkit-transition: height 500ms;
    transition: height 500ms;
    overflow: hidden;
    z-index: 10;
}
.returnTop.is-hide {
    -webkit-transition: height 500ms;
    transition: height 500ms;
    height: 0;
}
.returnTop a {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: transparent;
    width: 50px;
    height: 50px;
}